Skip to content

Commit 1277248

Browse files
authored
Merge branch 'main' into fix-place-ac-element
2 parents ea51024 + e2de995 commit 1277248

File tree

42 files changed

+1488
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1488
-21
lines changed

dist/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ <h1>Maps JSAPI Samples</h1>
6969
<li><a href='/samples/place-class/dist'>place-class</a></li>
7070
<li><a href='/samples/place-nearby-search/dist'>place-nearby-search</a></li>
7171
<li><a href='/samples/place-text-search/dist'>place-text-search</a></li>
72+
<li><a href='/samples/places-autocomplete-addressform/dist'>places-autocomplete-addressform</a></li>
7273
<li><a href='/samples/react-ui-kit-place-details/dist'>react-ui-kit-place-details</a></li>
7374
<li><a href='/samples/react-ui-kit-place-details-compact/dist'>react-ui-kit-place-details-compact</a></li>
7475
<li><a href='/samples/react-ui-kit-place-details-latlng/dist'>react-ui-kit-place-details-latlng</a></li>

dist/samples/advanced-markers-animation/app/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
});
8888

8989
content.style.opacity = '0';
90-
content.addEventListener('animationend', (event) => {
90+
content.addListener('animationend', (event) => {
9191
content.classList.remove('drop');
9292
content.style.opacity = '1';
9393
});
@@ -108,4 +108,4 @@
108108
}
109109

110110
initMap();
111-
// [END maps_advanced_markers_animation]
111+
// [END maps_advanced_markers_animation]

dist/samples/advanced-markers-animation/dist/assets/index-8dMt4WQJ.js renamed to dist/samples/advanced-markers-animation/dist/assets/index-DWiWq4Ww.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/advanced-markers-animation/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<head>
1010
<title>Advanced Markers CSS Animation</title>
1111

12-
<script type="module" crossorigin src="./assets/index-8dMt4WQJ.js"></script>
12+
<script type="module" crossorigin src="./assets/index-DWiWq4Ww.js"></script>
1313
<link rel="stylesheet" crossorigin href="./assets/index-DZArsvSd.css">
1414
</head>
1515
<body>

dist/samples/advanced-markers-animation/docs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function createMarker(map, AdvancedMarkerElement, PinElement) {
7575
content: content,
7676
});
7777
content.style.opacity = '0';
78-
content.addEventListener('animationend', (event) => {
78+
content.addListener('animationend', (event) => {
7979
content.classList.remove('drop');
8080
content.style.opacity = '1';
8181
});

dist/samples/advanced-markers-animation/docs/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
});
8888

8989
content.style.opacity = '0';
90-
content.addEventListener('animationend', (event) => {
90+
content.addListener('animationend', (event) => {
9191
content.classList.remove('drop');
9292
content.style.opacity = '1';
9393
});
@@ -108,4 +108,4 @@
108108
}
109109

110110
initMap();
111-
// [END maps_advanced_markers_animation]
111+
// [END maps_advanced_markers_animation]

dist/samples/advanced-markers-animation/jsfiddle/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function createMarker(map, AdvancedMarkerElement, PinElement) {
7575
content: content,
7676
});
7777
content.style.opacity = '0';
78-
content.addEventListener('animationend', (event) => {
78+
content.addListener('animationend', (event) => {
7979
content.classList.remove('drop');
8080
content.style.opacity = '1';
8181
});

dist/samples/place-autocomplete-data-session/app/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Always set the map height explicitly to define the size of the div element
99
* that contains the map.
1010
*/
11-
#map {
11+
gmp-map {
1212
height: 100%;
1313
}
1414

dist/samples/place-autocomplete-data-session/dist/assets/index-0DWb0B5E.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/place-autocomplete-data-session/dist/assets/index-C0onLGmW.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)