google-closure-compiler 20260412.0.0 → 20260415.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16888,7 +16888,7 @@ google.maps.maps3d.Map3DElement.prototype.bounds;
|
|
|
16888
16888
|
* favored. The fields <code>cameraPosition</code> and <code>center</code> can
|
|
16889
16889
|
* be one-to-one-derived from each other in context of the given shared heading,
|
|
16890
16890
|
* range, roll, and tilt.
|
|
16891
|
-
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|null|undefined}
|
|
16891
|
+
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral|null|undefined}
|
|
16892
16892
|
*/
|
|
16893
16893
|
google.maps.maps3d.Map3DElement.prototype.cameraPosition;
|
|
16894
16894
|
|
|
@@ -16899,7 +16899,7 @@ google.maps.maps3d.Map3DElement.prototype.cameraPosition;
|
|
|
16899
16899
|
* from the map center. If not set, defaults to <code>{lat: 0, lng: 0, altitude:
|
|
16900
16900
|
* 63170000}</code>. 63170000 meters is a maximum allowed altitude (Earth radius
|
|
16901
16901
|
* multiplied by 10).
|
|
16902
|
-
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|null|undefined}
|
|
16902
|
+
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral|null|undefined}
|
|
16903
16903
|
*/
|
|
16904
16904
|
google.maps.maps3d.Map3DElement.prototype.center;
|
|
16905
16905
|
|
|
@@ -17135,13 +17135,13 @@ google.maps.maps3d.Map3DElementOptions.prototype.bounds;
|
|
|
17135
17135
|
|
|
17136
17136
|
/**
|
|
17137
17137
|
* See {@link google.maps.maps3d.Map3DElement.cameraPosition}.
|
|
17138
|
-
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|null|undefined}
|
|
17138
|
+
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral|null|undefined}
|
|
17139
17139
|
*/
|
|
17140
17140
|
google.maps.maps3d.Map3DElementOptions.prototype.cameraPosition;
|
|
17141
17141
|
|
|
17142
17142
|
/**
|
|
17143
17143
|
* See {@link google.maps.maps3d.Map3DElement.center}.
|
|
17144
|
-
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|null|undefined}
|
|
17144
|
+
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral|null|undefined}
|
|
17145
17145
|
*/
|
|
17146
17146
|
google.maps.maps3d.Map3DElementOptions.prototype.center;
|
|
17147
17147
|
|
|
@@ -17396,6 +17396,13 @@ google.maps.maps3d.Marker3DElementOptions = function() {};
|
|
|
17396
17396
|
*/
|
|
17397
17397
|
google.maps.maps3d.Marker3DElementOptions.prototype.altitudeMode;
|
|
17398
17398
|
|
|
17399
|
+
/**
|
|
17400
|
+
* Available only in the v=alpha channel: https://goo.gle/js-alpha-channel.
|
|
17401
|
+
* See {@link google.maps.maps3d.Marker3DElement.autofitsCamera}.
|
|
17402
|
+
* @type {boolean|null|undefined}
|
|
17403
|
+
*/
|
|
17404
|
+
google.maps.maps3d.Marker3DElementOptions.prototype.autofitsCamera;
|
|
17405
|
+
|
|
17399
17406
|
/**
|
|
17400
17407
|
* See {@link google.maps.maps3d.Marker3DElement.collisionBehavior}.
|
|
17401
17408
|
* @type {!google.maps.CollisionBehavior|null|undefined}
|
|
@@ -17963,12 +17970,24 @@ google.maps.maps3d.Polygon3DElementOptions.prototype.geodesic;
|
|
|
17963
17970
|
*/
|
|
17964
17971
|
google.maps.maps3d.Polygon3DElementOptions.prototype.innerCoordinates;
|
|
17965
17972
|
|
|
17973
|
+
/**
|
|
17974
|
+
* See {@link google.maps.maps3d.Polygon3DElement.innerPaths}.
|
|
17975
|
+
* @type {!Iterable<!Iterable<!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral>|!Iterable<!google.maps.LatLngLiteral>>|null|undefined}
|
|
17976
|
+
*/
|
|
17977
|
+
google.maps.maps3d.Polygon3DElementOptions.prototype.innerPaths;
|
|
17978
|
+
|
|
17966
17979
|
/**
|
|
17967
17980
|
* See {@link google.maps.maps3d.Polygon3DElement.outerCoordinates}.
|
|
17968
17981
|
* @type {!Iterable<!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral>|null|undefined}
|
|
17969
17982
|
*/
|
|
17970
17983
|
google.maps.maps3d.Polygon3DElementOptions.prototype.outerCoordinates;
|
|
17971
17984
|
|
|
17985
|
+
/**
|
|
17986
|
+
* See {@link google.maps.maps3d.Polygon3DElement.path}.
|
|
17987
|
+
* @type {!Iterable<!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral>|null|undefined}
|
|
17988
|
+
*/
|
|
17989
|
+
google.maps.maps3d.Polygon3DElementOptions.prototype.path;
|
|
17990
|
+
|
|
17972
17991
|
/**
|
|
17973
17992
|
* See {@link google.maps.maps3d.Polygon3DElement.strokeColor}.
|
|
17974
17993
|
* @type {string|null|undefined}
|
|
@@ -18127,6 +18146,13 @@ google.maps.maps3d.Polyline3DElementOptions = function() {};
|
|
|
18127
18146
|
*/
|
|
18128
18147
|
google.maps.maps3d.Polyline3DElementOptions.prototype.altitudeMode;
|
|
18129
18148
|
|
|
18149
|
+
/**
|
|
18150
|
+
* Available only in the v=alpha channel: https://goo.gle/js-alpha-channel.
|
|
18151
|
+
* See {@link google.maps.maps3d.Polyline3DElement.autofitsCamera}.
|
|
18152
|
+
* @type {boolean|null|undefined}
|
|
18153
|
+
*/
|
|
18154
|
+
google.maps.maps3d.Polyline3DElementOptions.prototype.autofitsCamera;
|
|
18155
|
+
|
|
18130
18156
|
/**
|
|
18131
18157
|
* See {@link google.maps.maps3d.Polyline3DElement.coordinates}.
|
|
18132
18158
|
* @type {!Iterable<!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral>|null|undefined}
|
|
@@ -18163,6 +18189,12 @@ google.maps.maps3d.Polyline3DElementOptions.prototype.outerColor;
|
|
|
18163
18189
|
*/
|
|
18164
18190
|
google.maps.maps3d.Polyline3DElementOptions.prototype.outerWidth;
|
|
18165
18191
|
|
|
18192
|
+
/**
|
|
18193
|
+
* See {@link google.maps.maps3d.Polyline3DElement.path}.
|
|
18194
|
+
* @type {!Iterable<!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral>|null|undefined}
|
|
18195
|
+
*/
|
|
18196
|
+
google.maps.maps3d.Polyline3DElementOptions.prototype.path;
|
|
18197
|
+
|
|
18166
18198
|
/**
|
|
18167
18199
|
* See {@link google.maps.maps3d.Polyline3DElement.strokeColor}.
|
|
18168
18200
|
* @type {string|null|undefined}
|
|
@@ -18581,31 +18613,36 @@ google.maps.marker.AdvancedMarkerElementOptions.prototype.zIndex;
|
|
|
18581
18613
|
google.maps.marker.PinElement = function(options) {};
|
|
18582
18614
|
|
|
18583
18615
|
/**
|
|
18584
|
-
* See {@link
|
|
18616
|
+
* The background color of the pin shape. See {@link
|
|
18617
|
+
* google.maps.marker.PinElementOptions.background}.
|
|
18585
18618
|
* @type {string|null|undefined}
|
|
18586
18619
|
*/
|
|
18587
18620
|
google.maps.marker.PinElement.prototype.background;
|
|
18588
18621
|
|
|
18589
18622
|
/**
|
|
18590
|
-
* See {@link
|
|
18623
|
+
* The border color of the pin shape. See {@link
|
|
18624
|
+
* google.maps.marker.PinElementOptions.borderColor}.
|
|
18591
18625
|
* @type {string|null|undefined}
|
|
18592
18626
|
*/
|
|
18593
18627
|
google.maps.marker.PinElement.prototype.borderColor;
|
|
18594
18628
|
|
|
18595
18629
|
/**
|
|
18596
|
-
* See {@link
|
|
18630
|
+
* The color of the pin glyph. See {@link
|
|
18631
|
+
* google.maps.marker.PinElementOptions.glyphColor}.
|
|
18597
18632
|
* @type {string|null|undefined}
|
|
18598
18633
|
*/
|
|
18599
18634
|
google.maps.marker.PinElement.prototype.glyphColor;
|
|
18600
18635
|
|
|
18601
18636
|
/**
|
|
18602
|
-
* See {@link
|
|
18637
|
+
* The source of the glyph image to be displayed in the pin. See {@link
|
|
18638
|
+
* google.maps.marker.PinElementOptions.glyphSrc}.
|
|
18603
18639
|
* @type {!URL|string|null|undefined}
|
|
18604
18640
|
*/
|
|
18605
18641
|
google.maps.marker.PinElement.prototype.glyphSrc;
|
|
18606
18642
|
|
|
18607
18643
|
/**
|
|
18608
|
-
* See {@link
|
|
18644
|
+
* The text displayed in the pin. See {@link
|
|
18645
|
+
* google.maps.marker.PinElementOptions.glyphText}.
|
|
18609
18646
|
* @type {string|null|undefined}
|
|
18610
18647
|
*/
|
|
18611
18648
|
google.maps.marker.PinElement.prototype.glyphText;
|
|
@@ -21425,7 +21462,7 @@ google.maps.places.PlaceAutocompleteElement.prototype.origin;
|
|
|
21425
21462
|
|
|
21426
21463
|
/**
|
|
21427
21464
|
* The placeholder text to display in the input element.
|
|
21428
|
-
* @type {string}
|
|
21465
|
+
* @type {string|null}
|
|
21429
21466
|
*/
|
|
21430
21467
|
google.maps.places.PlaceAutocompleteElement.prototype.placeholder;
|
|
21431
21468
|
|
|
@@ -21462,7 +21499,7 @@ google.maps.places.PlaceAutocompleteElement.prototype.unitSystem;
|
|
|
21462
21499
|
|
|
21463
21500
|
/**
|
|
21464
21501
|
* The value of the input element.
|
|
21465
|
-
* @type {string}
|
|
21502
|
+
* @type {string|null}
|
|
21466
21503
|
*/
|
|
21467
21504
|
google.maps.places.PlaceAutocompleteElement.prototype.value;
|
|
21468
21505
|
|
|
@@ -21740,7 +21777,7 @@ google.maps.places.PlaceDetailsCompactElement.prototype.place;
|
|
|
21740
21777
|
* If true, truncates the place name and address to fit on one line instead of
|
|
21741
21778
|
* wrapping.
|
|
21742
21779
|
* @default <code>false</code>
|
|
21743
|
-
* @type {boolean}
|
|
21780
|
+
* @type {boolean|null|undefined}
|
|
21744
21781
|
*/
|
|
21745
21782
|
google.maps.places.PlaceDetailsCompactElement.prototype.truncationPreferred;
|
|
21746
21783
|
|
|
@@ -21897,7 +21934,7 @@ google.maps.places.PlaceDetailsPlaceRequestElement = function(options) {};
|
|
|
21897
21934
|
* Details Compact element. This property reflects to the attribute as a
|
|
21898
21935
|
* resource name.
|
|
21899
21936
|
* @default <code>null</code>
|
|
21900
|
-
* @type {!google.maps.places.Place|null}
|
|
21937
|
+
* @type {!google.maps.places.Place|string|null|undefined}
|
|
21901
21938
|
*/
|
|
21902
21939
|
google.maps.places.PlaceDetailsPlaceRequestElement.prototype.place;
|
|
21903
21940
|
|
|
@@ -23425,8 +23462,7 @@ google.maps.places.PlaceTextSearchRequestElement.prototype.includedType;
|
|
|
23425
23462
|
google.maps.places.PlaceTextSearchRequestElement.prototype.isOpenNow;
|
|
23426
23463
|
|
|
23427
23464
|
/**
|
|
23428
|
-
* Location bias for the search.
|
|
23429
|
-
* LatLngBounds | Circle | string</code>.
|
|
23465
|
+
* Location bias for the search.
|
|
23430
23466
|
* @default <code>null</code>
|
|
23431
23467
|
* @type {!google.maps.places.LocationBias|null|undefined}
|
|
23432
23468
|
*/
|
|
@@ -16888,7 +16888,7 @@ google.maps.maps3d.Map3DElement.prototype.bounds;
|
|
|
16888
16888
|
* favored. The fields <code>cameraPosition</code> and <code>center</code> can
|
|
16889
16889
|
* be one-to-one-derived from each other in context of the given shared heading,
|
|
16890
16890
|
* range, roll, and tilt.
|
|
16891
|
-
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|null|undefined}
|
|
16891
|
+
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral|null|undefined}
|
|
16892
16892
|
*/
|
|
16893
16893
|
google.maps.maps3d.Map3DElement.prototype.cameraPosition;
|
|
16894
16894
|
|
|
@@ -16899,7 +16899,7 @@ google.maps.maps3d.Map3DElement.prototype.cameraPosition;
|
|
|
16899
16899
|
* from the map center. If not set, defaults to <code>{lat: 0, lng: 0, altitude:
|
|
16900
16900
|
* 63170000}</code>. 63170000 meters is a maximum allowed altitude (Earth radius
|
|
16901
16901
|
* multiplied by 10).
|
|
16902
|
-
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|null|undefined}
|
|
16902
|
+
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral|null|undefined}
|
|
16903
16903
|
*/
|
|
16904
16904
|
google.maps.maps3d.Map3DElement.prototype.center;
|
|
16905
16905
|
|
|
@@ -17135,13 +17135,13 @@ google.maps.maps3d.Map3DElementOptions.prototype.bounds;
|
|
|
17135
17135
|
|
|
17136
17136
|
/**
|
|
17137
17137
|
* See {@link google.maps.maps3d.Map3DElement.cameraPosition}.
|
|
17138
|
-
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|null|undefined}
|
|
17138
|
+
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral|null|undefined}
|
|
17139
17139
|
*/
|
|
17140
17140
|
google.maps.maps3d.Map3DElementOptions.prototype.cameraPosition;
|
|
17141
17141
|
|
|
17142
17142
|
/**
|
|
17143
17143
|
* See {@link google.maps.maps3d.Map3DElement.center}.
|
|
17144
|
-
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|null|undefined}
|
|
17144
|
+
* @type {!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral|null|undefined}
|
|
17145
17145
|
*/
|
|
17146
17146
|
google.maps.maps3d.Map3DElementOptions.prototype.center;
|
|
17147
17147
|
|
|
@@ -17396,6 +17396,13 @@ google.maps.maps3d.Marker3DElementOptions = function() {};
|
|
|
17396
17396
|
*/
|
|
17397
17397
|
google.maps.maps3d.Marker3DElementOptions.prototype.altitudeMode;
|
|
17398
17398
|
|
|
17399
|
+
/**
|
|
17400
|
+
* Available only in the v=alpha channel: https://goo.gle/js-alpha-channel.
|
|
17401
|
+
* See {@link google.maps.maps3d.Marker3DElement.autofitsCamera}.
|
|
17402
|
+
* @type {boolean|null|undefined}
|
|
17403
|
+
*/
|
|
17404
|
+
google.maps.maps3d.Marker3DElementOptions.prototype.autofitsCamera;
|
|
17405
|
+
|
|
17399
17406
|
/**
|
|
17400
17407
|
* See {@link google.maps.maps3d.Marker3DElement.collisionBehavior}.
|
|
17401
17408
|
* @type {!google.maps.CollisionBehavior|null|undefined}
|
|
@@ -17963,12 +17970,24 @@ google.maps.maps3d.Polygon3DElementOptions.prototype.geodesic;
|
|
|
17963
17970
|
*/
|
|
17964
17971
|
google.maps.maps3d.Polygon3DElementOptions.prototype.innerCoordinates;
|
|
17965
17972
|
|
|
17973
|
+
/**
|
|
17974
|
+
* See {@link google.maps.maps3d.Polygon3DElement.innerPaths}.
|
|
17975
|
+
* @type {!Iterable<!Iterable<!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral>|!Iterable<!google.maps.LatLngLiteral>>|null|undefined}
|
|
17976
|
+
*/
|
|
17977
|
+
google.maps.maps3d.Polygon3DElementOptions.prototype.innerPaths;
|
|
17978
|
+
|
|
17966
17979
|
/**
|
|
17967
17980
|
* See {@link google.maps.maps3d.Polygon3DElement.outerCoordinates}.
|
|
17968
17981
|
* @type {!Iterable<!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral>|null|undefined}
|
|
17969
17982
|
*/
|
|
17970
17983
|
google.maps.maps3d.Polygon3DElementOptions.prototype.outerCoordinates;
|
|
17971
17984
|
|
|
17985
|
+
/**
|
|
17986
|
+
* See {@link google.maps.maps3d.Polygon3DElement.path}.
|
|
17987
|
+
* @type {!Iterable<!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral>|null|undefined}
|
|
17988
|
+
*/
|
|
17989
|
+
google.maps.maps3d.Polygon3DElementOptions.prototype.path;
|
|
17990
|
+
|
|
17972
17991
|
/**
|
|
17973
17992
|
* See {@link google.maps.maps3d.Polygon3DElement.strokeColor}.
|
|
17974
17993
|
* @type {string|null|undefined}
|
|
@@ -18127,6 +18146,13 @@ google.maps.maps3d.Polyline3DElementOptions = function() {};
|
|
|
18127
18146
|
*/
|
|
18128
18147
|
google.maps.maps3d.Polyline3DElementOptions.prototype.altitudeMode;
|
|
18129
18148
|
|
|
18149
|
+
/**
|
|
18150
|
+
* Available only in the v=alpha channel: https://goo.gle/js-alpha-channel.
|
|
18151
|
+
* See {@link google.maps.maps3d.Polyline3DElement.autofitsCamera}.
|
|
18152
|
+
* @type {boolean|null|undefined}
|
|
18153
|
+
*/
|
|
18154
|
+
google.maps.maps3d.Polyline3DElementOptions.prototype.autofitsCamera;
|
|
18155
|
+
|
|
18130
18156
|
/**
|
|
18131
18157
|
* See {@link google.maps.maps3d.Polyline3DElement.coordinates}.
|
|
18132
18158
|
* @type {!Iterable<!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral>|null|undefined}
|
|
@@ -18163,6 +18189,12 @@ google.maps.maps3d.Polyline3DElementOptions.prototype.outerColor;
|
|
|
18163
18189
|
*/
|
|
18164
18190
|
google.maps.maps3d.Polyline3DElementOptions.prototype.outerWidth;
|
|
18165
18191
|
|
|
18192
|
+
/**
|
|
18193
|
+
* See {@link google.maps.maps3d.Polyline3DElement.path}.
|
|
18194
|
+
* @type {!Iterable<!google.maps.LatLngAltitude|!google.maps.LatLngAltitudeLiteral|!google.maps.LatLngLiteral>|null|undefined}
|
|
18195
|
+
*/
|
|
18196
|
+
google.maps.maps3d.Polyline3DElementOptions.prototype.path;
|
|
18197
|
+
|
|
18166
18198
|
/**
|
|
18167
18199
|
* See {@link google.maps.maps3d.Polyline3DElement.strokeColor}.
|
|
18168
18200
|
* @type {string|null|undefined}
|
|
@@ -18581,31 +18613,36 @@ google.maps.marker.AdvancedMarkerElementOptions.prototype.zIndex;
|
|
|
18581
18613
|
google.maps.marker.PinElement = function(options) {};
|
|
18582
18614
|
|
|
18583
18615
|
/**
|
|
18584
|
-
* See {@link
|
|
18616
|
+
* The background color of the pin shape. See {@link
|
|
18617
|
+
* google.maps.marker.PinElementOptions.background}.
|
|
18585
18618
|
* @type {string|null|undefined}
|
|
18586
18619
|
*/
|
|
18587
18620
|
google.maps.marker.PinElement.prototype.background;
|
|
18588
18621
|
|
|
18589
18622
|
/**
|
|
18590
|
-
* See {@link
|
|
18623
|
+
* The border color of the pin shape. See {@link
|
|
18624
|
+
* google.maps.marker.PinElementOptions.borderColor}.
|
|
18591
18625
|
* @type {string|null|undefined}
|
|
18592
18626
|
*/
|
|
18593
18627
|
google.maps.marker.PinElement.prototype.borderColor;
|
|
18594
18628
|
|
|
18595
18629
|
/**
|
|
18596
|
-
* See {@link
|
|
18630
|
+
* The color of the pin glyph. See {@link
|
|
18631
|
+
* google.maps.marker.PinElementOptions.glyphColor}.
|
|
18597
18632
|
* @type {string|null|undefined}
|
|
18598
18633
|
*/
|
|
18599
18634
|
google.maps.marker.PinElement.prototype.glyphColor;
|
|
18600
18635
|
|
|
18601
18636
|
/**
|
|
18602
|
-
* See {@link
|
|
18637
|
+
* The source of the glyph image to be displayed in the pin. See {@link
|
|
18638
|
+
* google.maps.marker.PinElementOptions.glyphSrc}.
|
|
18603
18639
|
* @type {!URL|string|null|undefined}
|
|
18604
18640
|
*/
|
|
18605
18641
|
google.maps.marker.PinElement.prototype.glyphSrc;
|
|
18606
18642
|
|
|
18607
18643
|
/**
|
|
18608
|
-
* See {@link
|
|
18644
|
+
* The text displayed in the pin. See {@link
|
|
18645
|
+
* google.maps.marker.PinElementOptions.glyphText}.
|
|
18609
18646
|
* @type {string|null|undefined}
|
|
18610
18647
|
*/
|
|
18611
18648
|
google.maps.marker.PinElement.prototype.glyphText;
|
|
@@ -21425,7 +21462,7 @@ google.maps.places.PlaceAutocompleteElement.prototype.origin;
|
|
|
21425
21462
|
|
|
21426
21463
|
/**
|
|
21427
21464
|
* The placeholder text to display in the input element.
|
|
21428
|
-
* @type {string}
|
|
21465
|
+
* @type {string|null}
|
|
21429
21466
|
*/
|
|
21430
21467
|
google.maps.places.PlaceAutocompleteElement.prototype.placeholder;
|
|
21431
21468
|
|
|
@@ -21462,7 +21499,7 @@ google.maps.places.PlaceAutocompleteElement.prototype.unitSystem;
|
|
|
21462
21499
|
|
|
21463
21500
|
/**
|
|
21464
21501
|
* The value of the input element.
|
|
21465
|
-
* @type {string}
|
|
21502
|
+
* @type {string|null}
|
|
21466
21503
|
*/
|
|
21467
21504
|
google.maps.places.PlaceAutocompleteElement.prototype.value;
|
|
21468
21505
|
|
|
@@ -21740,7 +21777,7 @@ google.maps.places.PlaceDetailsCompactElement.prototype.place;
|
|
|
21740
21777
|
* If true, truncates the place name and address to fit on one line instead of
|
|
21741
21778
|
* wrapping.
|
|
21742
21779
|
* @default <code>false</code>
|
|
21743
|
-
* @type {boolean}
|
|
21780
|
+
* @type {boolean|null|undefined}
|
|
21744
21781
|
*/
|
|
21745
21782
|
google.maps.places.PlaceDetailsCompactElement.prototype.truncationPreferred;
|
|
21746
21783
|
|
|
@@ -21897,7 +21934,7 @@ google.maps.places.PlaceDetailsPlaceRequestElement = function(options) {};
|
|
|
21897
21934
|
* Details Compact element. This property reflects to the attribute as a
|
|
21898
21935
|
* resource name.
|
|
21899
21936
|
* @default <code>null</code>
|
|
21900
|
-
* @type {!google.maps.places.Place|null}
|
|
21937
|
+
* @type {!google.maps.places.Place|string|null|undefined}
|
|
21901
21938
|
*/
|
|
21902
21939
|
google.maps.places.PlaceDetailsPlaceRequestElement.prototype.place;
|
|
21903
21940
|
|
|
@@ -23425,8 +23462,7 @@ google.maps.places.PlaceTextSearchRequestElement.prototype.includedType;
|
|
|
23425
23462
|
google.maps.places.PlaceTextSearchRequestElement.prototype.isOpenNow;
|
|
23426
23463
|
|
|
23427
23464
|
/**
|
|
23428
|
-
* Location bias for the search.
|
|
23429
|
-
* LatLngBounds | Circle | string</code>.
|
|
23465
|
+
* Location bias for the search.
|
|
23430
23466
|
* @default <code>null</code>
|
|
23431
23467
|
* @type {!google.maps.places.LocationBias|null|undefined}
|
|
23432
23468
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "google-closure-compiler",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20260415.0.0",
|
|
4
4
|
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"homepage": "https://developers.google.com/closure/compiler/",
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"chalk": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 <5.6.1 || ^5.6.2 >5.6.1",
|
|
44
|
-
"google-closure-compiler-java": "^
|
|
44
|
+
"google-closure-compiler-java": "^20260415.0.0",
|
|
45
45
|
"minimist": "^1.0.0",
|
|
46
46
|
"vinyl": "^3.0.1",
|
|
47
47
|
"vinyl-sourcemaps-apply": "^0.2.0"
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|
|
50
|
-
"google-closure-compiler-linux": "^
|
|
51
|
-
"google-closure-compiler-linux-arm64": "^
|
|
52
|
-
"google-closure-compiler-macos": "^
|
|
53
|
-
"google-closure-compiler-windows": "^
|
|
50
|
+
"google-closure-compiler-linux": "^20260415.0.0",
|
|
51
|
+
"google-closure-compiler-linux-arm64": "^20260415.0.0",
|
|
52
|
+
"google-closure-compiler-macos": "^20260415.0.0",
|
|
53
|
+
"google-closure-compiler-windows": "^20260415.0.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"gulp": "^5.0.1",
|