@google/earthengine 0.1.411 → 0.1.412
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.
- package/build/browser.js +123 -97
- package/build/ee_api_js.js +16 -16
- package/build/ee_api_js_debug.js +101 -75
- package/build/ee_api_js_npm.js +123 -97
- package/build/main.js +123 -97
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/examples/UserInterface/MobileFriendlyUI.js +1 -1
- package/src/layers/earthenginetilesource.js +22 -7
package/build/browser.js
CHANGED
|
@@ -1426,8 +1426,8 @@ goog.loadModule = function(moduleDef) {
|
|
|
1426
1426
|
goog.moduleLoaderState_ = previousState;
|
|
1427
1427
|
}
|
|
1428
1428
|
};
|
|
1429
|
-
goog.loadModuleFromSource_ = function(exports
|
|
1430
|
-
eval(goog.CLOSURE_EVAL_PREFILTER_.createScript(
|
|
1429
|
+
goog.loadModuleFromSource_ = function(exports) {
|
|
1430
|
+
eval(goog.CLOSURE_EVAL_PREFILTER_.createScript(arguments[1]));
|
|
1431
1431
|
return exports;
|
|
1432
1432
|
};
|
|
1433
1433
|
goog.normalizePath_ = function(path) {
|
|
@@ -2113,7 +2113,7 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
|
|
|
2113
2113
|
};
|
|
2114
2114
|
var module$contents$eeapiclient$domain_object_CopyValueGetter, module$contents$eeapiclient$domain_object_CopyValueSetter, module$contents$eeapiclient$domain_object_CopyConstructor, module$contents$eeapiclient$domain_object_CopyInstanciator;
|
|
2115
2115
|
function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
|
|
2116
|
-
for (var target = copyInstanciator(targetConstructor), metadata = module$contents$eeapiclient$domain_object_deepCopyMetadata(source, target), arrays = metadata.arrays || {}, objects = metadata.objects || {}, objectMaps = metadata.objectMaps || {}, $jscomp$iter$19 =
|
|
2116
|
+
for (var target = copyInstanciator(targetConstructor), metadata = module$contents$eeapiclient$domain_object_deepCopyMetadata(source, target), arrays = metadata.arrays || {}, objects = metadata.objects || {}, objectMaps = metadata.objectMaps || {}, $jscomp$iter$19 = (0,$jscomp.makeIterator)(metadata.keys || []), $jscomp$key$m1892927425$40$key = $jscomp$iter$19.next(), $jscomp$loop$m1892927425$44 = {}; !$jscomp$key$m1892927425$40$key.done; $jscomp$loop$m1892927425$44 =
|
|
2117
2117
|
{mapMetadata:void 0}, $jscomp$key$m1892927425$40$key = $jscomp$iter$19.next()) {
|
|
2118
2118
|
var key = $jscomp$key$m1892927425$40$key.value, value = valueGetter(key, source);
|
|
2119
2119
|
if (value != null) {
|
|
@@ -2145,7 +2145,7 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
2145
2145
|
return target;
|
|
2146
2146
|
}
|
|
2147
2147
|
function module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, mapMetadata, valueGetter, valueSetter, copyInstanciator) {
|
|
2148
|
-
for (var objMap = {}, $jscomp$iter$20 =
|
|
2148
|
+
for (var objMap = {}, $jscomp$iter$20 = (0,$jscomp.makeIterator)(Object.keys(value)), $jscomp$key$m1892927425$41$mapKey = $jscomp$iter$20.next(); !$jscomp$key$m1892927425$41$mapKey.done; $jscomp$key$m1892927425$41$mapKey = $jscomp$iter$20.next()) {
|
|
2149
2149
|
var mapKey = $jscomp$key$m1892927425$41$mapKey.value, mapValue = value[mapKey];
|
|
2150
2150
|
mapValue != null && (objMap[mapKey] = module$contents$eeapiclient$domain_object_deepCopyValue(mapValue, valueGetter, valueSetter, copyInstanciator, mapMetadata.isValueArray, mapMetadata.isSerializable, mapMetadata.ctor));
|
|
2151
2151
|
}
|
|
@@ -2176,7 +2176,7 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
|
|
|
2176
2176
|
if (!(module$contents$eeapiclient$domain_object_sameKeys(keys1, metadata2.keys || []) && module$contents$eeapiclient$domain_object_sameKeys(arrays1, arrays2) && module$contents$eeapiclient$domain_object_sameKeys(objects1, objects2) && module$contents$eeapiclient$domain_object_sameKeys(objectMaps1, objectMaps2))) {
|
|
2177
2177
|
return !1;
|
|
2178
2178
|
}
|
|
2179
|
-
for (var $jscomp$iter$21 =
|
|
2179
|
+
for (var $jscomp$iter$21 = (0,$jscomp.makeIterator)(keys1), $jscomp$key$m1892927425$42$key = $jscomp$iter$21.next(), $jscomp$loop$m1892927425$45 = {}; !$jscomp$key$m1892927425$42$key.done; $jscomp$loop$m1892927425$45 = {value2$jscomp$7:void 0, mapMetadata$jscomp$2:void 0}, $jscomp$key$m1892927425$42$key = $jscomp$iter$21.next()) {
|
|
2180
2180
|
var key = $jscomp$key$m1892927425$42$key.value, has1 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable1, key, metadata1), has2 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable2, key, metadata2);
|
|
2181
2181
|
if (has1 !== has2) {
|
|
2182
2182
|
return !1;
|
|
@@ -2230,7 +2230,7 @@ function module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, v
|
|
|
2230
2230
|
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, value2)) {
|
|
2231
2231
|
return !1;
|
|
2232
2232
|
}
|
|
2233
|
-
for (var $jscomp$iter$22 =
|
|
2233
|
+
for (var $jscomp$iter$22 = (0,$jscomp.makeIterator)(Object.keys(value1)), $jscomp$key$m1892927425$43$mapKey = $jscomp$iter$22.next(); !$jscomp$key$m1892927425$43$mapKey.done; $jscomp$key$m1892927425$43$mapKey = $jscomp$iter$22.next()) {
|
|
2234
2234
|
var mapKey = $jscomp$key$m1892927425$43$mapKey.value;
|
|
2235
2235
|
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1[mapKey], value2[mapKey], mapMetadata.isValueArray, mapMetadata.isSerializable)) {
|
|
2236
2236
|
return !1;
|
|
@@ -2317,7 +2317,7 @@ module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.build =
|
|
|
2317
2317
|
return Promise.all(this.files.map(function(f) {
|
|
2318
2318
|
return $jscomp$this$m133342051$6.encodeFile(f);
|
|
2319
2319
|
})).then(function(filePayloads) {
|
|
2320
|
-
for (var $jscomp$iter$23 =
|
|
2320
|
+
for (var $jscomp$iter$23 = (0,$jscomp.makeIterator)(filePayloads), $jscomp$key$m133342051$9$filePayload = $jscomp$iter$23.next(); !$jscomp$key$m133342051$9$filePayload.done; $jscomp$key$m133342051$9$filePayload = $jscomp$iter$23.next()) {
|
|
2321
2321
|
payload += $jscomp$key$m133342051$9$filePayload.value;
|
|
2322
2322
|
}
|
|
2323
2323
|
return payload += "\r\n--" + $jscomp$this$m133342051$6._boundary + "--";
|
|
@@ -4328,7 +4328,7 @@ module$exports$safevalues$dom$elements$element.insertAdjacentHtml = function(ele
|
|
|
4328
4328
|
element.insertAdjacentHTML(position, (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v));
|
|
4329
4329
|
};
|
|
4330
4330
|
module$exports$safevalues$dom$elements$element.buildPrefixedAttributeSetter = function(prefix) {
|
|
4331
|
-
var prefixes = [prefix].concat(
|
|
4331
|
+
var prefixes = [prefix].concat((0,$jscomp.arrayFromIterable)($jscomp.getRestArguments.apply(1, arguments)));
|
|
4332
4332
|
return function(e, attr, value) {
|
|
4333
4333
|
module$contents$safevalues$dom$elements$element_setPrefixedAttribute(prefixes, e, attr, value);
|
|
4334
4334
|
};
|
|
@@ -5192,7 +5192,7 @@ function module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(
|
|
|
5192
5192
|
}
|
|
5193
5193
|
function module$contents$safevalues$dom$globals$fetch_fetchResourceUrl(u, init) {
|
|
5194
5194
|
var response, $jscomp$optchain$tmp1153895636$0, $jscomp$optchain$tmp1153895636$1, $jscomp$optchain$tmp1153895636$2, mimeType;
|
|
5195
|
-
return
|
|
5195
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$29) {
|
|
5196
5196
|
if ($jscomp$generator$context$1153895636$29.nextAddress == 1) {
|
|
5197
5197
|
return $jscomp$generator$context$1153895636$29.yield(fetch(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(u).toString(), init), 2);
|
|
5198
5198
|
}
|
|
@@ -5200,7 +5200,7 @@ function module$contents$safevalues$dom$globals$fetch_fetchResourceUrl(u, init)
|
|
|
5200
5200
|
mimeType = ($jscomp$optchain$tmp1153895636$0 = response.headers.get("Content-Type")) == null ? void 0 : ($jscomp$optchain$tmp1153895636$1 = $jscomp$optchain$tmp1153895636$0.split(";", 2)) == null ? void 0 : ($jscomp$optchain$tmp1153895636$2 = $jscomp$optchain$tmp1153895636$1[0]) == null ? void 0 : $jscomp$optchain$tmp1153895636$2.toLowerCase();
|
|
5201
5201
|
return $jscomp$generator$context$1153895636$29.return({html:function() {
|
|
5202
5202
|
var text;
|
|
5203
|
-
return
|
|
5203
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$26) {
|
|
5204
5204
|
if ($jscomp$generator$context$1153895636$26.nextAddress == 1) {
|
|
5205
5205
|
if (mimeType !== "text/html") {
|
|
5206
5206
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeHtml", "text/html");
|
|
@@ -5212,7 +5212,7 @@ function module$contents$safevalues$dom$globals$fetch_fetchResourceUrl(u, init)
|
|
|
5212
5212
|
});
|
|
5213
5213
|
}, script:function() {
|
|
5214
5214
|
var text;
|
|
5215
|
-
return
|
|
5215
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$27) {
|
|
5216
5216
|
if ($jscomp$generator$context$1153895636$27.nextAddress == 1) {
|
|
5217
5217
|
if (mimeType !== "text/javascript" && mimeType !== "application/javascript") {
|
|
5218
5218
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeScript", "text/javascript");
|
|
@@ -5224,7 +5224,7 @@ function module$contents$safevalues$dom$globals$fetch_fetchResourceUrl(u, init)
|
|
|
5224
5224
|
});
|
|
5225
5225
|
}, styleSheet:function() {
|
|
5226
5226
|
var text;
|
|
5227
|
-
return
|
|
5227
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$28) {
|
|
5228
5228
|
if ($jscomp$generator$context$1153895636$28.nextAddress == 1) {
|
|
5229
5229
|
if (mimeType !== "text/css") {
|
|
5230
5230
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeStyleSheet", "text/css");
|
|
@@ -5280,7 +5280,7 @@ module$exports$safevalues$dom$globals$worker.createShared = function(url, option
|
|
|
5280
5280
|
return new SharedWorker(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url), options);
|
|
5281
5281
|
};
|
|
5282
5282
|
module$exports$safevalues$dom$globals$worker.importScripts = function(scope) {
|
|
5283
|
-
scope.importScripts.apply(scope,
|
|
5283
|
+
scope.importScripts.apply(scope, (0,$jscomp.arrayFromIterable)($jscomp.getRestArguments.apply(1, arguments).map(function(url) {
|
|
5284
5284
|
return module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url);
|
|
5285
5285
|
})));
|
|
5286
5286
|
};
|
|
@@ -5754,15 +5754,15 @@ module$contents$goog$collections$maps_MapLike.prototype.has = function(key) {
|
|
|
5754
5754
|
goog.collections.maps.MapLike = module$contents$goog$collections$maps_MapLike;
|
|
5755
5755
|
goog.collections.maps.setAll = function(map, entries) {
|
|
5756
5756
|
if (entries) {
|
|
5757
|
-
for (var $jscomp$iter$24 =
|
|
5758
|
-
var $jscomp$destructuring$var1 =
|
|
5757
|
+
for (var $jscomp$iter$24 = (0,$jscomp.makeIterator)(entries), $jscomp$key$1866876209$13$ = $jscomp$iter$24.next(); !$jscomp$key$1866876209$13$.done; $jscomp$key$1866876209$13$ = $jscomp$iter$24.next()) {
|
|
5758
|
+
var $jscomp$destructuring$var1 = (0,$jscomp.makeIterator)($jscomp$key$1866876209$13$.value), k = $jscomp$destructuring$var1.next().value, v = $jscomp$destructuring$var1.next().value;
|
|
5759
5759
|
map.set(k, v);
|
|
5760
5760
|
}
|
|
5761
5761
|
}
|
|
5762
5762
|
};
|
|
5763
5763
|
goog.collections.maps.hasValue = function(map, val, valueEqualityFn) {
|
|
5764
5764
|
valueEqualityFn = valueEqualityFn === void 0 ? module$contents$goog$collections$maps_defaultEqualityFn : valueEqualityFn;
|
|
5765
|
-
for (var $jscomp$iter$25 =
|
|
5765
|
+
for (var $jscomp$iter$25 = (0,$jscomp.makeIterator)(map.values()), $jscomp$key$1866876209$14$v = $jscomp$iter$25.next(); !$jscomp$key$1866876209$14$v.done; $jscomp$key$1866876209$14$v = $jscomp$iter$25.next()) {
|
|
5766
5766
|
if (valueEqualityFn($jscomp$key$1866876209$14$v.value, val)) {
|
|
5767
5767
|
return !0;
|
|
5768
5768
|
}
|
|
@@ -5780,7 +5780,7 @@ goog.collections.maps.equals = function(map, otherMap, valueEqualityFn) {
|
|
|
5780
5780
|
if (map.size !== otherMap.size) {
|
|
5781
5781
|
return !1;
|
|
5782
5782
|
}
|
|
5783
|
-
for (var $jscomp$iter$26 =
|
|
5783
|
+
for (var $jscomp$iter$26 = (0,$jscomp.makeIterator)(map.keys()), $jscomp$key$1866876209$15$key = $jscomp$iter$26.next(); !$jscomp$key$1866876209$15$key.done; $jscomp$key$1866876209$15$key = $jscomp$iter$26.next()) {
|
|
5784
5784
|
var key = $jscomp$key$1866876209$15$key.value;
|
|
5785
5785
|
if (!otherMap.has(key) || !valueEqualityFn(map.get(key), otherMap.get(key))) {
|
|
5786
5786
|
return !1;
|
|
@@ -5789,14 +5789,14 @@ goog.collections.maps.equals = function(map, otherMap, valueEqualityFn) {
|
|
|
5789
5789
|
return !0;
|
|
5790
5790
|
};
|
|
5791
5791
|
goog.collections.maps.transpose = function(map) {
|
|
5792
|
-
for (var transposed = new Map(), $jscomp$iter$27 =
|
|
5792
|
+
for (var transposed = new Map(), $jscomp$iter$27 = (0,$jscomp.makeIterator)(map.keys()), $jscomp$key$1866876209$16$key = $jscomp$iter$27.next(); !$jscomp$key$1866876209$16$key.done; $jscomp$key$1866876209$16$key = $jscomp$iter$27.next()) {
|
|
5793
5793
|
var key = $jscomp$key$1866876209$16$key.value, val = map.get(key);
|
|
5794
5794
|
transposed.set(val, key);
|
|
5795
5795
|
}
|
|
5796
5796
|
return transposed;
|
|
5797
5797
|
};
|
|
5798
5798
|
goog.collections.maps.toObject = function(map) {
|
|
5799
|
-
for (var obj = {}, $jscomp$iter$28 =
|
|
5799
|
+
for (var obj = {}, $jscomp$iter$28 = (0,$jscomp.makeIterator)(map.keys()), $jscomp$key$1866876209$17$key = $jscomp$iter$28.next(); !$jscomp$key$1866876209$17$key.done; $jscomp$key$1866876209$17$key = $jscomp$iter$28.next()) {
|
|
5800
5800
|
var key = $jscomp$key$1866876209$17$key.value;
|
|
5801
5801
|
obj[key] = map.get(key);
|
|
5802
5802
|
}
|
|
@@ -6654,8 +6654,8 @@ function module$contents$eeapiclient$request_params_processParams(params) {
|
|
|
6654
6654
|
}
|
|
6655
6655
|
module$exports$eeapiclient$request_params.processParams = module$contents$eeapiclient$request_params_processParams;
|
|
6656
6656
|
function module$contents$eeapiclient$request_params_buildQueryParams(params, mapping, passthroughParams) {
|
|
6657
|
-
for (var urlQueryParams = passthroughParams = passthroughParams === void 0 ? {} : passthroughParams, $jscomp$iter$29 =
|
|
6658
|
-
var $jscomp$destructuring$var3 =
|
|
6657
|
+
for (var urlQueryParams = passthroughParams = passthroughParams === void 0 ? {} : passthroughParams, $jscomp$iter$29 = (0,$jscomp.makeIterator)(Object.entries(mapping)), $jscomp$key$m125199259$0$ = $jscomp$iter$29.next(); !$jscomp$key$m125199259$0$.done; $jscomp$key$m125199259$0$ = $jscomp$iter$29.next()) {
|
|
6658
|
+
var $jscomp$destructuring$var3 = (0,$jscomp.makeIterator)($jscomp$key$m125199259$0$.value), jsName__tsickle_destructured_1 = $jscomp$destructuring$var3.next().value, urlQueryParamName__tsickle_destructured_2 = $jscomp$destructuring$var3.next().value, jsName = jsName__tsickle_destructured_1, urlQueryParamName = urlQueryParamName__tsickle_destructured_2;
|
|
6659
6659
|
jsName in params && (urlQueryParams[urlQueryParamName] = params[jsName]);
|
|
6660
6660
|
}
|
|
6661
6661
|
return urlQueryParams;
|
|
@@ -6666,8 +6666,8 @@ module$exports$eeapiclient$request_params.bypassCorsPreflight = function(params)
|
|
|
6666
6666
|
var safeHeaders = {}, unsafeHeaders = {}, hasUnsafeHeaders = !1, hasContentType = !1;
|
|
6667
6667
|
if (params.headers) {
|
|
6668
6668
|
hasContentType = params.headers["Content-Type"] != null;
|
|
6669
|
-
for (var $jscomp$iter$30 =
|
|
6670
|
-
var $jscomp$destructuring$var5 =
|
|
6669
|
+
for (var $jscomp$iter$30 = (0,$jscomp.makeIterator)(Object.entries(params.headers)), $jscomp$key$m125199259$1$ = $jscomp$iter$30.next(); !$jscomp$key$m125199259$1$.done; $jscomp$key$m125199259$1$ = $jscomp$iter$30.next()) {
|
|
6670
|
+
var $jscomp$destructuring$var5 = (0,$jscomp.makeIterator)($jscomp$key$m125199259$1$.value), key__tsickle_destructured_3 = $jscomp$destructuring$var5.next().value, value__tsickle_destructured_4 = $jscomp$destructuring$var5.next().value, key = key__tsickle_destructured_3, value = value__tsickle_destructured_4;
|
|
6671
6671
|
module$contents$eeapiclient$request_params_simpleCorsAllowedHeaders.includes(key) ? safeHeaders[key] = value : (unsafeHeaders[key] = value, hasUnsafeHeaders = !0);
|
|
6672
6672
|
}
|
|
6673
6673
|
}
|
|
@@ -6884,8 +6884,8 @@ goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2eto
|
|
|
6884
6884
|
goog.flags.ASYNC_THROW_ON_UNICODE_TO_BYTE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable : goog.readFlagInternalDoNotUseOrElse(899588437, !1);
|
|
6885
6885
|
goog.flags.JSPB_STOP_USING_REPEATED_FIELD_SETS_FROM_GENCODE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.FLAGS_STAGING_DEFAULT && (module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__disable) : goog.readFlagInternalDoNotUseOrElse(188588736,
|
|
6886
6886
|
module$contents$goog$flags_STAGING);
|
|
6887
|
-
goog.flags.CLIENT_ONLY_WIZ_DIRECT_REACTIONS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_direct_reactions__enable : goog.readFlagInternalDoNotUseOrElse(641353869,
|
|
6888
|
-
goog.flags.CLIENT_ONLY_WIZ_FLUSH_QUEUE_FIX = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_flush_queue_fix__enable : goog.readFlagInternalDoNotUseOrElse(644029907,
|
|
6887
|
+
goog.flags.CLIENT_ONLY_WIZ_DIRECT_REACTIONS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_direct_reactions__enable : goog.readFlagInternalDoNotUseOrElse(641353869, goog.DEBUG);
|
|
6888
|
+
goog.flags.CLIENT_ONLY_WIZ_FLUSH_QUEUE_FIX = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_flush_queue_fix__enable : goog.readFlagInternalDoNotUseOrElse(644029907, goog.DEBUG);
|
|
6889
6889
|
goog.flags.JSPB_ENABLE_LOW_INDEX_EXTENSION_WRITES = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.FLAGS_STAGING_DEFAULT && (module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_enable_low_index_extension_writes__disable) : goog.readFlagInternalDoNotUseOrElse(645172343,
|
|
6890
6890
|
module$contents$goog$flags_STAGING);
|
|
6891
6891
|
goog.flags.TESTONLY_DISABLED_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483644, !1);
|
|
@@ -6981,7 +6981,7 @@ module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue
|
|
|
6981
6981
|
};
|
|
6982
6982
|
module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue.prototype.load = function() {
|
|
6983
6983
|
var $jscomp$async$this$m2110036436$9 = this, userAgentData;
|
|
6984
|
-
return
|
|
6984
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$m2110036436$35) {
|
|
6985
6985
|
if ($jscomp$generator$context$m2110036436$35.nextAddress == 1) {
|
|
6986
6986
|
userAgentData = module$contents$goog$labs$userAgent$util_getUserAgentData();
|
|
6987
6987
|
if (!userAgentData) {
|
|
@@ -6989,7 +6989,7 @@ module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue
|
|
|
6989
6989
|
}
|
|
6990
6990
|
$jscomp$async$this$m2110036436$9.promise_ || ($jscomp$async$this$m2110036436$9.pending_ = !0, $jscomp$async$this$m2110036436$9.promise_ = function() {
|
|
6991
6991
|
var dataValues;
|
|
6992
|
-
return
|
|
6992
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$m2110036436$34) {
|
|
6993
6993
|
if ($jscomp$generator$context$m2110036436$34.nextAddress == 1) {
|
|
6994
6994
|
return $jscomp$generator$context$m2110036436$34.setFinallyBlock(2), $jscomp$generator$context$m2110036436$34.yield(userAgentData.getHighEntropyValues([$jscomp$async$this$m2110036436$9.key_]), 4);
|
|
6995
6995
|
}
|
|
@@ -7252,7 +7252,7 @@ module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.ge
|
|
|
7252
7252
|
};
|
|
7253
7253
|
module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.load = function() {
|
|
7254
7254
|
var $jscomp$async$this$1683157560$59 = this, loadedVersionList, matchingBrand;
|
|
7255
|
-
return
|
|
7255
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1683157560$106) {
|
|
7256
7256
|
if ($jscomp$generator$context$1683157560$106.nextAddress == 1) {
|
|
7257
7257
|
return $jscomp$async$this$1683157560$59.useUach_ ? $jscomp$generator$context$1683157560$106.yield(module$exports$goog$labs$userAgent$highEntropy$highEntropyData.fullVersionList.load(), 5) : $jscomp$generator$context$1683157560$106.yield(0, 3);
|
|
7258
7258
|
}
|
|
@@ -7267,7 +7267,7 @@ module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.lo
|
|
|
7267
7267
|
};
|
|
7268
7268
|
var module$contents$goog$labs$userAgent$browser_preUachHasLoaded = !1;
|
|
7269
7269
|
goog.labs.userAgent.browser.loadFullVersions = function() {
|
|
7270
|
-
return
|
|
7270
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1683157560$107) {
|
|
7271
7271
|
if ($jscomp$generator$context$1683157560$107.nextAddress == 1) {
|
|
7272
7272
|
return module$contents$goog$labs$userAgent$browser_useUserAgentDataBrand(!0) ? $jscomp$generator$context$1683157560$107.yield(module$exports$goog$labs$userAgent$highEntropy$highEntropyData.fullVersionList.load(), 2) : $jscomp$generator$context$1683157560$107.jumpTo(2);
|
|
7273
7273
|
}
|
|
@@ -7453,7 +7453,7 @@ module$contents$goog$labs$userAgent$platform_PlatformVersion.prototype.getIfLoad
|
|
|
7453
7453
|
};
|
|
7454
7454
|
module$contents$goog$labs$userAgent$platform_PlatformVersion.prototype.load = function() {
|
|
7455
7455
|
var $jscomp$async$this$m1628565157$33 = this, JSCompiler_temp_const;
|
|
7456
|
-
return
|
|
7456
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$m1628565157$37) {
|
|
7457
7457
|
if ($jscomp$generator$context$m1628565157$37.nextAddress == 1) {
|
|
7458
7458
|
if (!module$contents$goog$labs$userAgent$platform_useUserAgentDataPlatform(!0)) {
|
|
7459
7459
|
return $jscomp$async$this$m1628565157$33.preUachHasLoaded_ = !0, $jscomp$generator$context$m1628565157$37.return(new module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version(module$contents$goog$labs$userAgent$platform_getVersion()));
|
|
@@ -15630,7 +15630,16 @@ function module$contents$safevalues$builders$html_sanitizer$no_clobber_isElement
|
|
|
15630
15630
|
return nodeType === 1 || typeof nodeType !== "number";
|
|
15631
15631
|
}
|
|
15632
15632
|
module$exports$safevalues$builders$html_sanitizer$no_clobber.isElement = module$contents$safevalues$builders$html_sanitizer$no_clobber_isElement;
|
|
15633
|
-
var module$exports$safevalues$builders$html_sanitizer$
|
|
15633
|
+
var module$exports$safevalues$builders$html_sanitizer$resource_url_policy = {}, module$contents$safevalues$builders$html_sanitizer$resource_url_policy_module = module$contents$safevalues$builders$html_sanitizer$resource_url_policy_module || {id:"third_party/javascript/safevalues/builders/html_sanitizer/resource_url_policy.closure.js"};
|
|
15634
|
+
module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType = {STYLE_TAG:0, STYLE_ATTRIBUTE:1, HTML_ATTRIBUTE:2};
|
|
15635
|
+
module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType[module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType.STYLE_TAG] = "STYLE_TAG";
|
|
15636
|
+
module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType[module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType.STYLE_ATTRIBUTE] = "STYLE_ATTRIBUTE";
|
|
15637
|
+
module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType[module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType.HTML_ATTRIBUTE] = "HTML_ATTRIBUTE";
|
|
15638
|
+
function module$contents$safevalues$builders$html_sanitizer$resource_url_policy_StyleTagOrAttributeResourceUrlPolicyHints() {
|
|
15639
|
+
}
|
|
15640
|
+
function module$contents$safevalues$builders$html_sanitizer$resource_url_policy_HtmlAttributeResourceUrlPolicyHints() {
|
|
15641
|
+
}
|
|
15642
|
+
;var module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table = {}, module$contents$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table_module = module$contents$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table_module || {id:"third_party/javascript/safevalues/builders/html_sanitizer/sanitizer_table/sanitizer_table.closure.js"};
|
|
15634
15643
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.SanitizerTable = function(allowedElements, elementPolicies, allowedGlobalAttributes, globalAttributePolicies, globallyAllowedAttributePrefixes) {
|
|
15635
15644
|
this.allowedElements = allowedElements;
|
|
15636
15645
|
this.elementPolicies = elementPolicies;
|
|
@@ -15650,16 +15659,17 @@ module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_tabl
|
|
|
15650
15659
|
return {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP};
|
|
15651
15660
|
}
|
|
15652
15661
|
var globalPolicy = this.globalAttributePolicies.get(attributeName);
|
|
15653
|
-
return globalPolicy ? globalPolicy : this.globallyAllowedAttributePrefixes && [].concat(
|
|
15662
|
+
return globalPolicy ? globalPolicy : this.globallyAllowedAttributePrefixes && [].concat((0,$jscomp.arrayFromIterable)(this.globallyAllowedAttributePrefixes)).some(function(prefix) {
|
|
15654
15663
|
return attributeName.indexOf(prefix) === 0;
|
|
15655
15664
|
}) ? {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP} : {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.DROP};
|
|
15656
15665
|
};
|
|
15657
|
-
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction = {DROP:0, KEEP:1, KEEP_AND_SANITIZE_URL:2, KEEP_AND_NORMALIZE:3, KEEP_AND_SANITIZE_STYLE:4};
|
|
15666
|
+
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction = {DROP:0, KEEP:1, KEEP_AND_SANITIZE_URL:2, KEEP_AND_NORMALIZE:3, KEEP_AND_SANITIZE_STYLE:4, KEEP_AND_USE_RESOURCE_URL_POLICY:5};
|
|
15658
15667
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction[module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.DROP] = "DROP";
|
|
15659
15668
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction[module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP] = "KEEP";
|
|
15660
15669
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction[module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_SANITIZE_URL] = "KEEP_AND_SANITIZE_URL";
|
|
15661
15670
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction[module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_NORMALIZE] = "KEEP_AND_NORMALIZE";
|
|
15662
15671
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction[module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_SANITIZE_STYLE] = "KEEP_AND_SANITIZE_STYLE";
|
|
15672
|
+
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction[module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY] = "KEEP_AND_USE_RESOURCE_URL_POLICY";
|
|
15663
15673
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicy = function() {
|
|
15664
15674
|
};
|
|
15665
15675
|
var module$contents$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table_FORBIDDEN_CUSTOM_ELEMENT_NAMES = new Set("ANNOTATION-XML COLOR-PROFILE FONT-FACE FONT-FACE-SRC FONT-FACE-URI FONT-FACE-FORMAT FONT-FACE-NAME MISSING-GLYPH".split(" "));
|
|
@@ -15701,10 +15711,11 @@ module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_saniti
|
|
|
15701
15711
|
var module$exports$safevalues$builders$html_sanitizer$html_sanitizer = {}, module$contents$safevalues$builders$html_sanitizer$html_sanitizer_module = module$contents$safevalues$builders$html_sanitizer$html_sanitizer_module || {id:"third_party/javascript/safevalues/builders/html_sanitizer/html_sanitizer.closure.js"};
|
|
15702
15712
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizer = function() {
|
|
15703
15713
|
};
|
|
15704
|
-
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl = function(sanitizerTable, token, styleElementSanitizer, styleAttributeSanitizer) {
|
|
15714
|
+
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl = function(sanitizerTable, token, styleElementSanitizer, styleAttributeSanitizer, resourceUrlPolicy) {
|
|
15705
15715
|
this.sanitizerTable = sanitizerTable;
|
|
15706
15716
|
this.styleElementSanitizer = styleElementSanitizer;
|
|
15707
15717
|
this.styleAttributeSanitizer = styleAttributeSanitizer;
|
|
15718
|
+
this.resourceUrlPolicy = resourceUrlPolicy;
|
|
15708
15719
|
this.changes = [];
|
|
15709
15720
|
module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
|
|
15710
15721
|
};
|
|
@@ -15761,8 +15772,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15761
15772
|
return this.createTextNode(textNode.data);
|
|
15762
15773
|
};
|
|
15763
15774
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeElementNode = function(elementNode, inertDocument) {
|
|
15764
|
-
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$31 =
|
|
15765
|
-
var $jscomp$destructuring$var31 = $jscomp$key$m1085474118$
|
|
15775
|
+
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$31 = (0,$jscomp.makeIterator)(dirtyAttributes), $jscomp$key$m1085474118$27$ = $jscomp$iter$31.next(); !$jscomp$key$m1085474118$27$.done; $jscomp$key$m1085474118$27$ = $jscomp$iter$31.next()) {
|
|
15776
|
+
var $jscomp$destructuring$var31 = $jscomp$key$m1085474118$27$.value, name = $jscomp$destructuring$var31.name, value = $jscomp$destructuring$var31.value, policy = this.sanitizerTable.getAttributePolicy(name, elementName);
|
|
15766
15777
|
if (this.satisfiesAllConditions(policy.conditions, dirtyAttributes)) {
|
|
15767
15778
|
switch(policy.policyAction) {
|
|
15768
15779
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP:
|
|
@@ -15784,6 +15795,14 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15784
15795
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(newNode, name, value);
|
|
15785
15796
|
}
|
|
15786
15797
|
break;
|
|
15798
|
+
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY:
|
|
15799
|
+
if (this.resourceUrlPolicy) {
|
|
15800
|
+
var hints = {type:module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType.HTML_ATTRIBUTE, attributeName:name, tagName:elementName}, url = module$contents$safevalues$builders$html_sanitizer$html_sanitizer_parseUrl(value), sanitizedUrl = this.resourceUrlPolicy(url, hints);
|
|
15801
|
+
sanitizedUrl && module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(newNode, name, sanitizedUrl.toString());
|
|
15802
|
+
} else {
|
|
15803
|
+
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(newNode, name, value);
|
|
15804
|
+
}
|
|
15805
|
+
break;
|
|
15787
15806
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.DROP:
|
|
15788
15807
|
this.recordChange("Attribute: " + name + " was dropped");
|
|
15789
15808
|
break;
|
|
@@ -15820,14 +15839,21 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15820
15839
|
if (!conditions) {
|
|
15821
15840
|
return !0;
|
|
15822
15841
|
}
|
|
15823
|
-
for (var $jscomp$iter$32 =
|
|
15824
|
-
var $jscomp$destructuring$var33 =
|
|
15842
|
+
for (var $jscomp$iter$32 = (0,$jscomp.makeIterator)(conditions), $jscomp$key$m1085474118$28$ = $jscomp$iter$32.next(); !$jscomp$key$m1085474118$28$.done; $jscomp$key$m1085474118$28$ = $jscomp$iter$32.next()) {
|
|
15843
|
+
var $jscomp$destructuring$var33 = (0,$jscomp.makeIterator)($jscomp$key$m1085474118$28$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var33.next().value, expectedValues = $jscomp$destructuring$var33.next().value, $jscomp$optchain$tmpm1085474118$0 = void 0, value = ($jscomp$optchain$tmpm1085474118$0 = attrs.getNamedItem(attrName__tsickle_destructured_1)) == null ? void 0 : $jscomp$optchain$tmpm1085474118$0.value;
|
|
15825
15844
|
if (value && !expectedValues.has(value)) {
|
|
15826
15845
|
return !1;
|
|
15827
15846
|
}
|
|
15828
15847
|
}
|
|
15829
15848
|
return !0;
|
|
15830
15849
|
};
|
|
15850
|
+
function module$contents$safevalues$builders$html_sanitizer$html_sanitizer_parseUrl(value) {
|
|
15851
|
+
try {
|
|
15852
|
+
return new URL(value, window.document.baseURI);
|
|
15853
|
+
} catch (e) {
|
|
15854
|
+
return new URL("about:invalid");
|
|
15855
|
+
}
|
|
15856
|
+
}
|
|
15831
15857
|
function module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(el, name, value) {
|
|
15832
15858
|
el.setAttribute(name, value);
|
|
15833
15859
|
}
|
|
@@ -15875,7 +15901,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15875
15901
|
this.sanitizerTable = module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.defaultSanitizerTable;
|
|
15876
15902
|
};
|
|
15877
15903
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowElements = function(elementSet) {
|
|
15878
|
-
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$33 =
|
|
15904
|
+
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$33 = (0,$jscomp.makeIterator)(elementSet), $jscomp$key$435282654$0$element = $jscomp$iter$33.next(); !$jscomp$key$435282654$0$element.done; $jscomp$key$435282654$0$element = $jscomp$iter$33.next()) {
|
|
15879
15905
|
var element = $jscomp$key$435282654$0$element.value;
|
|
15880
15906
|
element = element.toUpperCase();
|
|
15881
15907
|
if (!this.sanitizerTable.isAllowedElement(element)) {
|
|
@@ -15894,7 +15920,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15894
15920
|
throw Error("Element: " + element + " is not a custom element");
|
|
15895
15921
|
}
|
|
15896
15922
|
if (allowedAttributes) {
|
|
15897
|
-
for (var elementPolicy = new Map(), $jscomp$iter$34 =
|
|
15923
|
+
for (var elementPolicy = new Map(), $jscomp$iter$34 = (0,$jscomp.makeIterator)(allowedAttributes), $jscomp$key$435282654$1$attribute = $jscomp$iter$34.next(); !$jscomp$key$435282654$1$attribute.done; $jscomp$key$435282654$1$attribute = $jscomp$iter$34.next()) {
|
|
15898
15924
|
elementPolicy.set($jscomp$key$435282654$1$attribute.value, {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
|
|
15899
15925
|
}
|
|
15900
15926
|
allowedElementPolicies.set(element, elementPolicy);
|
|
@@ -15905,15 +15931,15 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15905
15931
|
return this;
|
|
15906
15932
|
};
|
|
15907
15933
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowAttributes = function(attributeSet) {
|
|
15908
|
-
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$35 =
|
|
15934
|
+
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$35 = (0,$jscomp.makeIterator)(attributeSet), $jscomp$key$435282654$2$attribute = $jscomp$iter$35.next(); !$jscomp$key$435282654$2$attribute.done; $jscomp$key$435282654$2$attribute = $jscomp$iter$35.next()) {
|
|
15909
15935
|
var attribute = $jscomp$key$435282654$2$attribute.value;
|
|
15910
15936
|
this.sanitizerTable.allowedGlobalAttributes.has(attribute) && allowedGlobalAttributes.add(attribute);
|
|
15911
15937
|
this.sanitizerTable.globalAttributePolicies.has(attribute) && globalAttributePolicies.set(attribute, this.sanitizerTable.globalAttributePolicies.get(attribute));
|
|
15912
15938
|
}
|
|
15913
|
-
for (var $jscomp$iter$37 =
|
|
15914
|
-
for (var $jscomp$destructuring$var35 =
|
|
15939
|
+
for (var $jscomp$iter$37 = (0,$jscomp.makeIterator)(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$435282654$4$ = $jscomp$iter$37.next(); !$jscomp$key$435282654$4$.done; $jscomp$key$435282654$4$ = $jscomp$iter$37.next()) {
|
|
15940
|
+
for (var $jscomp$destructuring$var35 = (0,$jscomp.makeIterator)($jscomp$key$435282654$4$.value), elementName__tsickle_destructured_1 = $jscomp$destructuring$var35.next().value, originalElementPolicy__tsickle_destructured_2 = $jscomp$destructuring$var35.next().value, elementName = elementName__tsickle_destructured_1, newElementPolicy = new Map(), $jscomp$iter$36 = (0,$jscomp.makeIterator)(originalElementPolicy__tsickle_destructured_2.entries()), $jscomp$key$435282654$3$ = $jscomp$iter$36.next(); !$jscomp$key$435282654$3$.done; $jscomp$key$435282654$3$ =
|
|
15915
15941
|
$jscomp$iter$36.next()) {
|
|
15916
|
-
var $jscomp$destructuring$var37 =
|
|
15942
|
+
var $jscomp$destructuring$var37 = (0,$jscomp.makeIterator)($jscomp$key$435282654$3$.value), attribute__tsickle_destructured_3 = $jscomp$destructuring$var37.next().value, attributePolicy__tsickle_destructured_4 = $jscomp$destructuring$var37.next().value, attribute$jscomp$0 = attribute__tsickle_destructured_3, attributePolicy = attributePolicy__tsickle_destructured_4;
|
|
15917
15943
|
attributeSet.has(attribute$jscomp$0) && newElementPolicy.set(attribute$jscomp$0, attributePolicy);
|
|
15918
15944
|
}
|
|
15919
15945
|
elementPolicies.set(elementName, newElementPolicy);
|
|
@@ -15922,7 +15948,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15922
15948
|
return this;
|
|
15923
15949
|
};
|
|
15924
15950
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.allowDataAttributes = function(attributes) {
|
|
15925
|
-
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$38 =
|
|
15951
|
+
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$38 = (0,$jscomp.makeIterator)(attributes), $jscomp$key$435282654$5$attribute = $jscomp$iter$38.next(); !$jscomp$key$435282654$5$attribute.done; $jscomp$key$435282654$5$attribute = $jscomp$iter$38.next()) {
|
|
15926
15952
|
var attribute = $jscomp$key$435282654$5$attribute.value;
|
|
15927
15953
|
if (attribute.indexOf("data-") !== 0) {
|
|
15928
15954
|
throw Error("data attribute: " + attribute + ' does not begin with the prefix "data-"');
|
|
@@ -17465,7 +17491,7 @@ function module$contents$goog$debug$asyncStackTag_wrap(fn, name) {
|
|
|
17465
17491
|
function wrappedFn() {
|
|
17466
17492
|
var args = $jscomp.getRestArguments.apply(0, arguments), $jscomp$this$1621498202$4 = this;
|
|
17467
17493
|
return consoleTask.run(function() {
|
|
17468
|
-
return fn.call.apply(fn, [$jscomp$this$1621498202$4].concat(
|
|
17494
|
+
return fn.call.apply(fn, [$jscomp$this$1621498202$4].concat((0,$jscomp.arrayFromIterable)(args)));
|
|
17469
17495
|
});
|
|
17470
17496
|
}
|
|
17471
17497
|
name = name === void 0 ? "anonymous" : name;
|
|
@@ -17478,7 +17504,7 @@ function module$contents$goog$debug$asyncStackTag_wrap(fn, name) {
|
|
|
17478
17504
|
if (originalTest !== currentTest) {
|
|
17479
17505
|
throw Error(name + " was scheduled in '" + originalTest + "' but called in '" + currentTest + "'.\nMake sure your test awaits all async calls.\n\nTIP: To help investigate, debug the test in Chrome and look at the async portion\nof the call stack to see what originally scheduled the callback. Then, make the\ntest wait for the relevant asynchronous work to finish.");
|
|
17480
17506
|
}
|
|
17481
|
-
return originalFn.call.apply(originalFn, [this].concat(
|
|
17507
|
+
return originalFn.call.apply(originalFn, [this].concat((0,$jscomp.arrayFromIterable)(args)));
|
|
17482
17508
|
};
|
|
17483
17509
|
if (!module$contents$goog$debug$asyncStackTag_createTask) {
|
|
17484
17510
|
return fn;
|
|
@@ -18739,7 +18765,7 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
|
|
|
18739
18765
|
headers.set(key, opt_headers[key]);
|
|
18740
18766
|
}
|
|
18741
18767
|
} else if (typeof opt_headers.keys === "function" && typeof opt_headers.get === "function") {
|
|
18742
|
-
for (var $jscomp$iter$39 =
|
|
18768
|
+
for (var $jscomp$iter$39 = (0,$jscomp.makeIterator)(opt_headers.keys()), $jscomp$key$m71669834$54$key = $jscomp$iter$39.next(); !$jscomp$key$m71669834$54$key.done; $jscomp$key$m71669834$54$key = $jscomp$iter$39.next()) {
|
|
18743
18769
|
var key$jscomp$0 = $jscomp$key$m71669834$54$key.value;
|
|
18744
18770
|
headers.set(key$jscomp$0, opt_headers.get(key$jscomp$0));
|
|
18745
18771
|
}
|
|
@@ -18751,8 +18777,8 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
|
|
|
18751
18777
|
return goog.string.caseInsensitiveEquals(goog.net.XhrIo.CONTENT_TYPE_HEADER, header);
|
|
18752
18778
|
}), contentIsFormData = goog.global.FormData && content instanceof goog.global.FormData;
|
|
18753
18779
|
!module$contents$goog$array_contains(goog.net.XhrIo.METHODS_WITH_FORM_DATA, method) || contentTypeKey || contentIsFormData || headers.set(goog.net.XhrIo.CONTENT_TYPE_HEADER, goog.net.XhrIo.FORM_CONTENT_TYPE);
|
|
18754
|
-
for (var $jscomp$iter$40 =
|
|
18755
|
-
var $jscomp$destructuring$var39 =
|
|
18780
|
+
for (var $jscomp$iter$40 = (0,$jscomp.makeIterator)(headers), $jscomp$key$m71669834$55$ = $jscomp$iter$40.next(); !$jscomp$key$m71669834$55$.done; $jscomp$key$m71669834$55$ = $jscomp$iter$40.next()) {
|
|
18781
|
+
var $jscomp$destructuring$var39 = (0,$jscomp.makeIterator)($jscomp$key$m71669834$55$.value), key$jscomp$1 = $jscomp$destructuring$var39.next().value, value = $jscomp$destructuring$var39.next().value;
|
|
18756
18782
|
this.xhr_.setRequestHeader(key$jscomp$1, value);
|
|
18757
18783
|
}
|
|
18758
18784
|
this.responseType_ && (this.xhr_.responseType = this.responseType_);
|
|
@@ -19064,7 +19090,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19064
19090
|
ee.apiclient = {};
|
|
19065
19091
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19066
19092
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19067
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
19093
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.411";
|
|
19068
19094
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19069
19095
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19070
19096
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19197,18 +19223,18 @@ module$contents$ee$apiclient_BatchCall.prototype.withDetectPartialError = functi
|
|
|
19197
19223
|
};
|
|
19198
19224
|
module$contents$ee$apiclient_BatchCall.prototype.send = function(parts, getResponse) {
|
|
19199
19225
|
var $jscomp$this$m1153655765$27 = this, batchUrl = module$contents$ee$apiclient_apiclient.getSafeApiUrl() + "/batch", body = parts.map(function($jscomp$destructuring$var40) {
|
|
19200
|
-
var $jscomp$destructuring$var41 =
|
|
19226
|
+
var $jscomp$destructuring$var41 = (0,$jscomp.makeIterator)($jscomp$destructuring$var40);
|
|
19201
19227
|
var id = $jscomp$destructuring$var41.next().value;
|
|
19202
|
-
var $jscomp$destructuring$var42 =
|
|
19228
|
+
var $jscomp$destructuring$var42 = (0,$jscomp.makeIterator)($jscomp$destructuring$var41.next().value);
|
|
19203
19229
|
var partBody = $jscomp$destructuring$var42.next().value;
|
|
19204
19230
|
$jscomp$destructuring$var42.next();
|
|
19205
19231
|
return "--batch_EARTHENGINE_batch\r\nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nMIME-Version: 1.0\r\nContent-ID: <" + id + ">\r\n\r\n" + partBody + "\r\n";
|
|
19206
19232
|
}).join("") + "--batch_EARTHENGINE_batch--\r\n", deserializeResponses = function(response) {
|
|
19207
19233
|
var result = {};
|
|
19208
19234
|
parts.forEach(function($jscomp$destructuring$var43) {
|
|
19209
|
-
var $jscomp$destructuring$var44 =
|
|
19235
|
+
var $jscomp$destructuring$var44 = (0,$jscomp.makeIterator)($jscomp$destructuring$var43);
|
|
19210
19236
|
var id = $jscomp$destructuring$var44.next().value;
|
|
19211
|
-
var $jscomp$destructuring$var45 =
|
|
19237
|
+
var $jscomp$destructuring$var45 = (0,$jscomp.makeIterator)($jscomp$destructuring$var44.next().value);
|
|
19212
19238
|
$jscomp$destructuring$var45.next();
|
|
19213
19239
|
var ctor = $jscomp$destructuring$var45.next().value;
|
|
19214
19240
|
response[id] != null && (result[id] = module$contents$eeapiclient$domain_object_deserialize(ctor, response[id]));
|
|
@@ -19233,7 +19259,7 @@ module$contents$ee$apiclient_BatchRequestService.prototype.send = function(param
|
|
|
19233
19259
|
module$contents$ee$apiclient_BatchRequestService.prototype.makeRequest = function(params) {
|
|
19234
19260
|
};
|
|
19235
19261
|
module$contents$ee$apiclient_apiclient.parseBatchReply = function(contentType, responseText, handle) {
|
|
19236
|
-
for (var boundary = contentType.split("; boundary=")[1], $jscomp$iter$41 =
|
|
19262
|
+
for (var boundary = contentType.split("; boundary=")[1], $jscomp$iter$41 = (0,$jscomp.makeIterator)(responseText.split("--" + boundary)), $jscomp$key$m1153655765$100$part = $jscomp$iter$41.next(); !$jscomp$key$m1153655765$100$part.done; $jscomp$key$m1153655765$100$part = $jscomp$iter$41.next()) {
|
|
19237
19263
|
var groups = $jscomp$key$m1153655765$100$part.value.split("\r\n\r\n");
|
|
19238
19264
|
if (!(groups.length < 3)) {
|
|
19239
19265
|
var id = groups[0].match(/\r\nContent-ID: <response-([^>]*)>/)[1], status = Number(groups[1].match(/^HTTP\S*\s(\d+)\s/)[1]), text = groups.slice(2).join("\r\n\r\n");
|
|
@@ -19362,8 +19388,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19362
19388
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19363
19389
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19364
19390
|
method = method || "POST";
|
|
19365
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
19366
|
-
version === "0.1.
|
|
19391
|
+
var headers = {"Content-Type":contentType}, version = "0.1.411";
|
|
19392
|
+
version === "0.1.411" && (version = "latest");
|
|
19367
19393
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19368
19394
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19369
19395
|
if (authToken != null) {
|
|
@@ -19496,8 +19522,8 @@ module$contents$ee$apiclient_apiclient.handleAuthResult_ = function(success, err
|
|
|
19496
19522
|
}
|
|
19497
19523
|
};
|
|
19498
19524
|
module$contents$ee$apiclient_apiclient.makeRequest_ = function(params) {
|
|
19499
|
-
for (var request = new goog.Uri.QueryData(), $jscomp$iter$42 =
|
|
19500
|
-
var $jscomp$destructuring$var47 =
|
|
19525
|
+
for (var request = new goog.Uri.QueryData(), $jscomp$iter$42 = (0,$jscomp.makeIterator)(Object.entries(params)), $jscomp$key$m1153655765$101$ = $jscomp$iter$42.next(); !$jscomp$key$m1153655765$101$.done; $jscomp$key$m1153655765$101$ = $jscomp$iter$42.next()) {
|
|
19526
|
+
var $jscomp$destructuring$var47 = (0,$jscomp.makeIterator)($jscomp$key$m1153655765$101$.value), name = $jscomp$destructuring$var47.next().value, item = $jscomp$destructuring$var47.next().value;
|
|
19501
19527
|
request.set(name, item);
|
|
19502
19528
|
}
|
|
19503
19529
|
return request;
|
|
@@ -19851,7 +19877,7 @@ ee.rpc_convert.algorithms = function(result) {
|
|
|
19851
19877
|
algorithm.deprecated && (internalAlgorithm.deprecated = algorithm.deprecationReason);
|
|
19852
19878
|
algorithm.sourceCodeUri && (internalAlgorithm.sourceCodeUri = algorithm.sourceCodeUri);
|
|
19853
19879
|
return internalAlgorithm;
|
|
19854
|
-
}, internalAlgorithms = {}, $jscomp$iter$43 =
|
|
19880
|
+
}, internalAlgorithms = {}, $jscomp$iter$43 = (0,$jscomp.makeIterator)(result.algorithms || []), $jscomp$key$m29782521$48$algorithm = $jscomp$iter$43.next(); !$jscomp$key$m29782521$48$algorithm.done; $jscomp$key$m29782521$48$algorithm = $jscomp$iter$43.next()) {
|
|
19855
19881
|
var algorithm = $jscomp$key$m29782521$48$algorithm.value, name = algorithm.name.replace(/^algorithms\//, "");
|
|
19856
19882
|
internalAlgorithms[name] = convertAlgorithm(algorithm);
|
|
19857
19883
|
}
|
|
@@ -19977,7 +20003,7 @@ ee.rpc_convert.legacyPropertiesToAssetUpdate = function(legacyProperties) {
|
|
|
19977
20003
|
extractValue("system:description");
|
|
19978
20004
|
typeof value !== "string" && value !== null || properties.description != null || (properties.description = asNull(value) || value);
|
|
19979
20005
|
Object.entries(properties).forEach(function($jscomp$destructuring$var48) {
|
|
19980
|
-
var $jscomp$destructuring$var49 =
|
|
20006
|
+
var $jscomp$destructuring$var49 = (0,$jscomp.makeIterator)($jscomp$destructuring$var48);
|
|
19981
20007
|
var key = $jscomp$destructuring$var49.next().value;
|
|
19982
20008
|
var value = $jscomp$destructuring$var49.next().value;
|
|
19983
20009
|
properties[key] = asNull(value) || value;
|
|
@@ -20001,7 +20027,7 @@ ee.rpc_convert.getListToListAssets = function(param) {
|
|
|
20001
20027
|
param.bbox && (assetsRequest.region = ee.rpc_convert.boundingBoxToGeoJson(param.bbox));
|
|
20002
20028
|
param.region && (assetsRequest.region = param.region);
|
|
20003
20029
|
param.bbox && param.region && console.warn("Multiple request parameters converted to region");
|
|
20004
|
-
for (var allKeys = "id num starttime endtime bbox region".split(" "), $jscomp$iter$44 =
|
|
20030
|
+
for (var allKeys = "id num starttime endtime bbox region".split(" "), $jscomp$iter$44 = (0,$jscomp.makeIterator)(Object.keys(param).filter(function(k) {
|
|
20005
20031
|
return !allKeys.includes(k);
|
|
20006
20032
|
})), $jscomp$key$m29782521$49$key = $jscomp$iter$44.next(); !$jscomp$key$m29782521$49$key.done; $jscomp$key$m29782521$49$key = $jscomp$iter$44.next()) {
|
|
20007
20033
|
console.warn("Unrecognized key " + $jscomp$key$m29782521$49$key.value + " ignored");
|
|
@@ -20107,7 +20133,7 @@ ee.rpc_convert.operationToProcessingResponse = function(operation) {
|
|
|
20107
20133
|
return result;
|
|
20108
20134
|
};
|
|
20109
20135
|
ee.rpc_convert.sourcePathsToUris = function(source) {
|
|
20110
|
-
return source.primaryPath ? [source.primaryPath].concat(
|
|
20136
|
+
return source.primaryPath ? [source.primaryPath].concat((0,$jscomp.arrayFromIterable)(source.additionalPaths || [])) : null;
|
|
20111
20137
|
};
|
|
20112
20138
|
ee.rpc_convert.toImageManifest = function(params) {
|
|
20113
20139
|
var convertImageSource = function(source) {
|
|
@@ -20227,7 +20253,7 @@ ee.rpc_convert.parseFilterParamsFromListImages_ = function(params) {
|
|
|
20227
20253
|
})) {
|
|
20228
20254
|
throw Error('Filter parameter "properties" must be an array of strings');
|
|
20229
20255
|
}
|
|
20230
|
-
for (var $jscomp$iter$45 =
|
|
20256
|
+
for (var $jscomp$iter$45 = (0,$jscomp.makeIterator)(params.properties), $jscomp$key$m29782521$50$propertyQuery = $jscomp$iter$45.next(); !$jscomp$key$m29782521$50$propertyQuery.done; $jscomp$key$m29782521$50$propertyQuery = $jscomp$iter$45.next()) {
|
|
20231
20257
|
queryStrings.push($jscomp$key$m29782521$50$propertyQuery.value.trim().replace(/^(properties\.)?/, "properties."));
|
|
20232
20258
|
}
|
|
20233
20259
|
delete params.properties;
|
|
@@ -20564,8 +20590,8 @@ ee.Serializer.encodeCloudApiPretty = function(obj) {
|
|
|
20564
20590
|
if (!goog.isObject(object)) {
|
|
20565
20591
|
return object;
|
|
20566
20592
|
}
|
|
20567
|
-
for (var ret = Array.isArray(object) ? [] : {}, isNode = object instanceof Object.getPrototypeOf(module$exports$eeapiclient$ee_api_client.ValueNode), $jscomp$iter$46 =
|
|
20568
|
-
var $jscomp$destructuring$var51 =
|
|
20593
|
+
for (var ret = Array.isArray(object) ? [] : {}, isNode = object instanceof Object.getPrototypeOf(module$exports$eeapiclient$ee_api_client.ValueNode), $jscomp$iter$46 = (0,$jscomp.makeIterator)(Object.entries(isNode ? object.Serializable$values : object)), $jscomp$key$m759255156$28$ = $jscomp$iter$46.next(); !$jscomp$key$m759255156$28$.done; $jscomp$key$m759255156$28$ = $jscomp$iter$46.next()) {
|
|
20594
|
+
var $jscomp$destructuring$var51 = (0,$jscomp.makeIterator)($jscomp$key$m759255156$28$.value), key = $jscomp$destructuring$var51.next().value, val = $jscomp$destructuring$var51.next().value;
|
|
20569
20595
|
isNode ? val !== null && (ret[key] = key === "functionDefinitionValue" && val.body != null ? {argumentNames:val.argumentNames, body:walkObject(values[val.body])} : key === "functionInvocationValue" && val.functionReference != null ? {arguments:module$contents$goog$object_map(val.arguments, walkObject), functionReference:walkObject(values[val.functionReference])} : key === "constantValue" ? val === module$exports$eeapiclient$domain_object.NULL_VALUE ?
|
|
20570
20596
|
null : val : walkObject(val)) : ret[key] = walkObject(val);
|
|
20571
20597
|
}
|
|
@@ -20688,8 +20714,8 @@ ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
|
|
|
20688
20714
|
return storeInSourceMap(value, optimized$jscomp$1);
|
|
20689
20715
|
}
|
|
20690
20716
|
if (value.dictionaryValue != null) {
|
|
20691
|
-
for (var values = {}, constantValues = {}, $jscomp$iter$47 =
|
|
20692
|
-
var $jscomp$destructuring$var53 =
|
|
20717
|
+
for (var values = {}, constantValues = {}, $jscomp$iter$47 = (0,$jscomp.makeIterator)(Object.entries(value.dictionaryValue.values || {})), $jscomp$key$m759255156$29$ = $jscomp$iter$47.next(); !$jscomp$key$m759255156$29$.done; $jscomp$key$m759255156$29$ = $jscomp$iter$47.next()) {
|
|
20718
|
+
var $jscomp$destructuring$var53 = (0,$jscomp.makeIterator)($jscomp$key$m759255156$29$.value), k = $jscomp$destructuring$var53.next().value, v = $jscomp$destructuring$var53.next().value;
|
|
20693
20719
|
values[k] = this.optimizeValue(v, depth + 3);
|
|
20694
20720
|
constantValues !== null && isConst(values[k]) ? constantValues[k] = serializeConst(values[k].constantValue) : constantValues = null;
|
|
20695
20721
|
}
|
|
@@ -20700,7 +20726,7 @@ ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
|
|
|
20700
20726
|
return storeInSourceMap(value, optimized$jscomp$2);
|
|
20701
20727
|
}
|
|
20702
20728
|
if (value.functionInvocationValue != null) {
|
|
20703
|
-
for (var inv = value.functionInvocationValue, args = {}, $jscomp$iter$48 =
|
|
20729
|
+
for (var inv = value.functionInvocationValue, args = {}, $jscomp$iter$48 = (0,$jscomp.makeIterator)(Object.keys(inv.arguments || {})), $jscomp$key$m759255156$30$k = $jscomp$iter$48.next(); !$jscomp$key$m759255156$30$k.done; $jscomp$key$m759255156$30$k = $jscomp$iter$48.next()) {
|
|
20704
20730
|
var k$jscomp$0 = $jscomp$key$m759255156$30$k.value;
|
|
20705
20731
|
args[k$jscomp$0] = this.optimizeValue(inv.arguments[k$jscomp$0], depth + 3);
|
|
20706
20732
|
}
|
|
@@ -20976,7 +21002,7 @@ ee.rpc_convert_batch.buildRankByOneThingRule_ = function(ruleString) {
|
|
|
20976
21002
|
if (matches == null) {
|
|
20977
21003
|
throw Error("Ranking rule format is invalid. Each rule should be defined by a rule type and a direction (ASC or DESC), separated by a space. Valid rule types are: .geometryType, .minZoomLevel, or a feature property name.");
|
|
20978
21004
|
}
|
|
20979
|
-
var $jscomp$destructuring$var54 =
|
|
21005
|
+
var $jscomp$destructuring$var54 = (0,$jscomp.makeIterator)(matches);
|
|
20980
21006
|
$jscomp$destructuring$var54.next();
|
|
20981
21007
|
var ruleType = $jscomp$destructuring$var54.next().value, direction = $jscomp$destructuring$var54.next().value;
|
|
20982
21008
|
switch(direction.toUpperCase()) {
|
|
@@ -21598,7 +21624,7 @@ ee.data.createAsset = function(value, opt_path, opt_force, opt_properties, opt_c
|
|
|
21598
21624
|
value.gcsLocation && !value.cloudStorageLocation && (value.cloudStorageLocation = value.gcsLocation, delete value.gcsLocation);
|
|
21599
21625
|
value.cloudStorageLocation && (value.cloudStorageLocation = new module$exports$eeapiclient$ee_api_client.CloudStorageLocation(value.cloudStorageLocation));
|
|
21600
21626
|
opt_properties && !value.properties && (value.properties = Object.assign({}, opt_properties));
|
|
21601
|
-
for (var $jscomp$iter$49 =
|
|
21627
|
+
for (var $jscomp$iter$49 = (0,$jscomp.makeIterator)(["title", "description"]), $jscomp$key$m1075644492$123$prop = $jscomp$iter$49.next(); !$jscomp$key$m1075644492$123$prop.done; $jscomp$key$m1075644492$123$prop = $jscomp$iter$49.next()) {
|
|
21602
21628
|
var prop = $jscomp$key$m1075644492$123$prop.value;
|
|
21603
21629
|
if (value[prop]) {
|
|
21604
21630
|
var $jscomp$compprop17 = {};
|
|
@@ -22411,7 +22437,7 @@ ee.Geometry.BBox = function(west, south, east, north) {
|
|
|
22411
22437
|
var coordinates = [west, south, east, north];
|
|
22412
22438
|
if (ee.Geometry.hasServerValue_(coordinates)) {
|
|
22413
22439
|
var $jscomp$spread$args12;
|
|
22414
|
-
return ($jscomp$spread$args12 = new ee.ApiFunction("GeometryConstructors.BBox")).call.apply($jscomp$spread$args12,
|
|
22440
|
+
return ($jscomp$spread$args12 = new ee.ApiFunction("GeometryConstructors.BBox")).call.apply($jscomp$spread$args12, (0,$jscomp.arrayFromIterable)(coordinates));
|
|
22415
22441
|
}
|
|
22416
22442
|
if (!(west < Infinity)) {
|
|
22417
22443
|
throw Error("Geometry.BBox: west must not be " + west);
|
|
@@ -23871,8 +23897,8 @@ module$contents$ee$batch_Export.prefixImageFormatOptions_ = function(taskConfig,
|
|
|
23871
23897
|
})) {
|
|
23872
23898
|
throw Error("Parameter specified at least twice: once in config, and once in config format options.");
|
|
23873
23899
|
}
|
|
23874
|
-
for (var prefix = module$contents$ee$batch_FORMAT_PREFIX_MAP[imageFormat], validOptionKeys = module$contents$ee$batch_FORMAT_OPTIONS_MAP[imageFormat], prefixedOptions = {}, $jscomp$iter$50 =
|
|
23875
|
-
var $jscomp$destructuring$var58 =
|
|
23900
|
+
for (var prefix = module$contents$ee$batch_FORMAT_PREFIX_MAP[imageFormat], validOptionKeys = module$contents$ee$batch_FORMAT_OPTIONS_MAP[imageFormat], prefixedOptions = {}, $jscomp$iter$50 = (0,$jscomp.makeIterator)(Object.entries(formatOptions)), $jscomp$key$1827622838$35$ = $jscomp$iter$50.next(); !$jscomp$key$1827622838$35$.done; $jscomp$key$1827622838$35$ = $jscomp$iter$50.next()) {
|
|
23901
|
+
var $jscomp$destructuring$var58 = (0,$jscomp.makeIterator)($jscomp$key$1827622838$35$.value), key = $jscomp$destructuring$var58.next().value, value = $jscomp$destructuring$var58.next().value;
|
|
23876
23902
|
if (!module$contents$goog$array_contains(validOptionKeys, key)) {
|
|
23877
23903
|
var validKeysMsg = validOptionKeys.join(", ");
|
|
23878
23904
|
throw Error('"' + key + '" is not a valid option, the image format "' + imageFormat + '""may have the following options: ' + (validKeysMsg + '".'));
|
|
@@ -26890,29 +26916,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26890
26916
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26891
26917
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26892
26918
|
(function() {
|
|
26893
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26894
|
-
orderedParamLists = [["name", "
|
|
26919
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.Collection.prototype.filterMetadata ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.iterate ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.limit ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.authenticateViaOauth ee.data.makeThumbUrl ee.data.setAssetAcl ee.data.renameAsset ee.data.getMapId ee.data.listAssets ee.data.getTaskList ee.data.setAssetProperties ee.data.copyAsset ee.data.authenticate ee.data.getTileUrl ee.data.getTableDownloadId ee.data.makeTableDownloadUrl ee.data.listBuckets ee.data.getTaskListWithLimit ee.data.deleteAsset ee.data.listOperations ee.data.getAssetRootQuota ee.data.startTableIngestion ee.data.getWorkloadTag ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.listImages ee.data.getAssetAcl ee.data.getFeatureViewTilesKey ee.data.cancelOperation ee.data.listFeatures ee.data.getAssetRoots ee.data.getAsset ee.data.authenticateViaPrivateKey ee.data.createAssetHome ee.data.getOperation ee.data.setWorkloadTag ee.data.newTaskId ee.data.computeValue ee.data.getInfo ee.data.createAsset ee.data.getThumbId ee.data.setDefaultWorkloadTag ee.data.cancelTask ee.data.resetWorkloadTag ee.data.getVideoThumbId ee.data.updateAsset ee.data.getTaskStatus ee.data.updateTask ee.data.getFilmstripThumbId ee.data.getList ee.data.startIngestion ee.data.createFolder ee.data.startProcessing ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Dictionary ee.call ee.reset ee.Algorithms ee.InitState ee.apply ee.TILE_SIZE ee.initialize ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMapId ee.Filter.gt ee.Filter.prototype.not ee.Filter.inList ee.Filter.lt ee.Filter.neq ee.Filter.or ee.Filter.lte ee.Filter.gte ee.Filter ee.Filter.eq ee.Filter.metadata ee.Filter.date ee.Filter.bounds ee.Filter.and ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.serialize ee.Geometry.Rectangle ee.Geometry.Point ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiLineString ee.Geometry.BBox ee.Geometry.MultiPolygon ee.Geometry.prototype.toGeoJSONString ee.Geometry.LinearRing ee.Geometry.MultiPoint ee.Image.prototype.getThumbId ee.Image.rgb ee.Image.prototype.clip ee.Image.prototype.select ee.Image.cat ee.Image.prototype.getDownloadURL ee.Image.prototype.expression ee.Image.prototype.rename ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image ee.Image.prototype.getThumbURL ee.Image.prototype.getMap ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.toJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
|
|
26920
|
+
orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
26895
26921
|
"image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),
|
|
26896
|
-
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),
|
|
26897
|
-
|
|
26898
|
-
["name", "operator", "value"], ["
|
|
26899
|
-
["
|
|
26900
|
-
["
|
|
26901
|
-
["
|
|
26902
|
-
["
|
|
26903
|
-
"
|
|
26904
|
-
|
|
26905
|
-
["
|
|
26906
|
-
["
|
|
26907
|
-
[ee.ApiFunction.
|
|
26908
|
-
module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.
|
|
26909
|
-
ee.ComputedObject.prototype.
|
|
26910
|
-
ee.data.
|
|
26911
|
-
ee.data.
|
|
26912
|
-
ee.
|
|
26913
|
-
ee.Filter.
|
|
26914
|
-
ee.Image.prototype.
|
|
26915
|
-
ee.ImageCollection.prototype.
|
|
26922
|
+
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), ["classifier", "opt_description", "opt_assetId", "opt_priority"], "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),
|
|
26923
|
+
["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
26924
|
+
["name", "operator", "value"], ["algorithm", "opt_dropNulls"], ["filter"], ["algorithm", "opt_first"], ["property", "opt_ascending"], ["geometry"], ["start", "opt_end"], ["max", "opt_property", "opt_ascending"], ["callback"], ["opt_callback"], ["legacy"], ["func", "var_args"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["id"], ["assetId", "aclUpdate", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["params", "opt_callback"],
|
|
26925
|
+
["parent", "opt_params", "opt_callback"], ["opt_callback"], ["assetId", "properties", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id", "x", "y", "z"], ["params", "opt_callback"], ["id"], ["project", "opt_callback"], ["opt_limit", "opt_callback"], ["assetId", "opt_callback"], ["opt_limit", "opt_callback"], ["rootId", "opt_callback"], ["taskId", "request", "opt_callback"], [],
|
|
26926
|
+
["params", "opt_callback"], ["opt_success", "opt_error"], ["id"], ["parent", "opt_params", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["asset", "params", "opt_callback"], ["opt_callback"], ["id", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["requestedId", "opt_callback"], ["operationName", "opt_callback"], ["tag"], ["opt_count", "opt_callback"], ["obj", "opt_callback"],
|
|
26927
|
+
["id", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["params", "opt_callback"], ["tag"], ["taskId", "opt_callback"], ["opt_resetDefault"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "action", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "request", "opt_callback"], ["path", "opt_force", "opt_callback"], ["taskId", "params", "opt_callback"],
|
|
26928
|
+
["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func", "var_args"], [], [], [], ["func", "namedArgs"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["var_args"], [], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_callback"], ["args", "opt_column"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_visParams",
|
|
26929
|
+
"opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["name", "value"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["name", "value"], ["var_args"], ["name", "value"], ["name", "value"], ["opt_filter"], ["name", "value"], ["name", "operator", "value"], ["start", "opt_end"], ["geometry", "opt_errorMargin"], ["var_args"], ["var_args"], ["namedArgs"], ["geoJson", "opt_proj", "opt_geodesic",
|
|
26930
|
+
"opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj"], ["params", "opt_callback"],
|
|
26931
|
+
["r", "g", "b"], ["geometry"], ["var_args"], ["var_args"], ["params", "opt_callback"], ["expression", "opt_map"], ["var_args"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_args"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["params", "opt_callback"], ["args"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties",
|
|
26932
|
+
"opt_matchPropertyName"], [], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["string"], []];
|
|
26933
|
+
[ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toDrive,
|
|
26934
|
+
module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.map.toCloudStorage, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.map, ee.Collection.prototype.filter, ee.Collection.prototype.iterate, ee.Collection.prototype.sort, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterDate, ee.Collection.prototype.limit, ee.ComputedObject.prototype.evaluate,
|
|
26935
|
+
ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.data.authenticateViaOauth, ee.data.makeThumbUrl, ee.data.setAssetAcl, ee.data.renameAsset, ee.data.getMapId, ee.data.listAssets, ee.data.getTaskList, ee.data.setAssetProperties, ee.data.copyAsset, ee.data.authenticate, ee.data.getTileUrl, ee.data.getTableDownloadId, ee.data.makeTableDownloadUrl, ee.data.listBuckets, ee.data.getTaskListWithLimit, ee.data.deleteAsset, ee.data.listOperations,
|
|
26936
|
+
ee.data.getAssetRootQuota, ee.data.startTableIngestion, ee.data.getWorkloadTag, ee.data.getDownloadId, ee.data.authenticateViaPopup, ee.data.makeDownloadUrl, ee.data.listImages, ee.data.getAssetAcl, ee.data.getFeatureViewTilesKey, ee.data.cancelOperation, ee.data.listFeatures, ee.data.getAssetRoots, ee.data.getAsset, ee.data.authenticateViaPrivateKey, ee.data.createAssetHome, ee.data.getOperation, ee.data.setWorkloadTag, ee.data.newTaskId, ee.data.computeValue, ee.data.getInfo, ee.data.createAsset,
|
|
26937
|
+
ee.data.getThumbId, ee.data.setDefaultWorkloadTag, ee.data.cancelTask, ee.data.resetWorkloadTag, ee.data.getVideoThumbId, ee.data.updateAsset, ee.data.getTaskStatus, ee.data.updateTask, ee.data.getFilmstripThumbId, ee.data.getList, ee.data.startIngestion, ee.data.createFolder, ee.data.startProcessing, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Dictionary, ee.call, ee.reset, ee.Algorithms, ee.InitState, ee.apply,
|
|
26938
|
+
ee.TILE_SIZE, ee.initialize, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.Feature, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMapId, ee.Filter.gt, ee.Filter.prototype.not, ee.Filter.inList, ee.Filter.lt, ee.Filter.neq, ee.Filter.or,
|
|
26939
|
+
ee.Filter.lte, ee.Filter.gte, ee.Filter, ee.Filter.eq, ee.Filter.metadata, ee.Filter.date, ee.Filter.bounds, ee.Filter.and, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.serialize, ee.Geometry.Rectangle, ee.Geometry.Point, ee.Geometry.prototype.toGeoJSON, ee.Geometry.MultiLineString, ee.Geometry.BBox, ee.Geometry.MultiPolygon, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.LinearRing, ee.Geometry.MultiPoint,
|
|
26940
|
+
ee.Image.prototype.getThumbId, ee.Image.rgb, ee.Image.prototype.clip, ee.Image.prototype.select, ee.Image.cat, ee.Image.prototype.getDownloadURL, ee.Image.prototype.expression, ee.Image.prototype.rename, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image, ee.Image.prototype.getThumbURL, ee.Image.prototype.getMap, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getFilmstripThumbURL,
|
|
26941
|
+
ee.ImageCollection, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.first, ee.List, ee.Number, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26916
26942
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26917
26943
|
});
|
|
26918
26944
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|