From 18b14d49f56d9fb9cc2f12a08013210da8ec4777 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Thu, 7 May 2026 19:07:13 +0000 Subject: [PATCH] Update dist folder [skip ci] --- dist/samples/test-example/app/index.ts | 4 +++- .../dist/assets/{index-qfZGFLSU.js => index-C_GqMgZW.js} | 2 +- dist/samples/test-example/dist/index.html | 2 +- dist/samples/test-example/docs/index.js | 4 +++- dist/samples/test-example/docs/index.ts | 4 +++- dist/samples/test-example/jsfiddle/demo.js | 4 +++- 6 files changed, 14 insertions(+), 6 deletions(-) rename dist/samples/test-example/dist/assets/{index-qfZGFLSU.js => index-C_GqMgZW.js} (89%) diff --git a/dist/samples/test-example/app/index.ts b/dist/samples/test-example/app/index.ts index 01cb2c935..23ae3f00e 100644 --- a/dist/samples/test-example/app/index.ts +++ b/dist/samples/test-example/app/index.ts @@ -44,7 +44,9 @@ async function init() { // [END maps_test_example_instantiate_marker] // [START maps_test_example_why_me] - console.log("Good afternoon! Let's eat cookies!"); + console.log( + 'Happy Thursday! (TODO: verify whether it is actually Thursday.' + ); // [END maps_test_example_why_me] } void init(); diff --git a/dist/samples/test-example/dist/assets/index-qfZGFLSU.js b/dist/samples/test-example/dist/assets/index-C_GqMgZW.js similarity index 89% rename from dist/samples/test-example/dist/assets/index-qfZGFLSU.js rename to dist/samples/test-example/dist/assets/index-C_GqMgZW.js index 7b49ea434..46fcc35f2 100644 --- a/dist/samples/test-example/dist/assets/index-qfZGFLSU.js +++ b/dist/samples/test-example/dist/assets/index-C_GqMgZW.js @@ -1 +1 @@ -(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})();var e=document.querySelector(`gmp-map`),t,n;async function r(){let[{AdvancedMarkerElement:r}]=await Promise.all([google.maps.importLibrary(`marker`),google.maps.importLibrary(`maps`)]);t=e.innerMap,t.setOptions({mapTypeControl:!1}),n=t.getCenter(),new r({map:t,position:n,title:`Uluru`}),console.log(`Good afternoon! Let's eat cookies!`)}r(); \ No newline at end of file +(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})();var e=document.querySelector(`gmp-map`),t,n;async function r(){let[{AdvancedMarkerElement:r}]=await Promise.all([google.maps.importLibrary(`marker`),google.maps.importLibrary(`maps`)]);t=e.innerMap,t.setOptions({mapTypeControl:!1}),n=t.getCenter(),new r({map:t,position:n,title:`Uluru`}),console.log(`Happy Thursday! (TODO: verify whether it is actually Thursday.`)}r(); \ No newline at end of file diff --git a/dist/samples/test-example/dist/index.html b/dist/samples/test-example/dist/index.html index a4344ee95..f3e00a990 100644 --- a/dist/samples/test-example/dist/index.html +++ b/dist/samples/test-example/dist/index.html @@ -17,7 +17,7 @@ key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8" }); - + diff --git a/dist/samples/test-example/docs/index.js b/dist/samples/test-example/docs/index.js index 65373619a..ff1770680 100644 --- a/dist/samples/test-example/docs/index.js +++ b/dist/samples/test-example/docs/index.js @@ -45,7 +45,9 @@ async function init() { // [END maps_test_example_instantiate_marker] // [START maps_test_example_why_me] - console.log("Good afternoon! Let's eat cookies!"); + console.log( + 'Happy Thursday! (TODO: verify whether it is actually Thursday.' + ); // [END maps_test_example_why_me] } void init(); diff --git a/dist/samples/test-example/docs/index.ts b/dist/samples/test-example/docs/index.ts index 01cb2c935..23ae3f00e 100644 --- a/dist/samples/test-example/docs/index.ts +++ b/dist/samples/test-example/docs/index.ts @@ -44,7 +44,9 @@ async function init() { // [END maps_test_example_instantiate_marker] // [START maps_test_example_why_me] - console.log("Good afternoon! Let's eat cookies!"); + console.log( + 'Happy Thursday! (TODO: verify whether it is actually Thursday.' + ); // [END maps_test_example_why_me] } void init(); diff --git a/dist/samples/test-example/jsfiddle/demo.js b/dist/samples/test-example/jsfiddle/demo.js index 2dafbdbad..d963e0d54 100644 --- a/dist/samples/test-example/jsfiddle/demo.js +++ b/dist/samples/test-example/jsfiddle/demo.js @@ -39,6 +39,8 @@ async function init() { title: 'Uluru', }); - console.log("Good afternoon! Let's eat cookies!"); + console.log( + 'Happy Thursday! (TODO: verify whether it is actually Thursday.' + ); } void init();