@google/earthengine 0.1.410 → 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 +130 -101
- package/build/ee_api_js.js +16 -16
- package/build/ee_api_js_debug.js +107 -78
- package/build/ee_api_js_npm.js +130 -101
- package/build/main.js +130 -101
- 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/main.js
CHANGED
|
@@ -1224,8 +1224,8 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1224
1224
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1225
1225
|
};
|
|
1226
1226
|
}, "es8", "es3");
|
|
1227
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1,
|
|
1228
|
-
GoogFlags__use_user_agent_client_hints__enable:!1};
|
|
1227
|
+
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_direct_reactions__enable:!1, GoogFlags__client_only_wiz_flush_queue_fix__enable:!1, GoogFlags__jspb_enable_low_index_extension_writes__disable:!1, GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__disable:!1, GoogFlags__override_disable_toggles:!1, GoogFlags__testonly_debug_flag__enable:!1, GoogFlags__testonly_disabled_flag__enable:!1, GoogFlags__testonly_stable_flag__disable:!1,
|
|
1228
|
+
GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1};
|
|
1229
1229
|
/*
|
|
1230
1230
|
|
|
1231
1231
|
Copyright The Closure Library Authors.
|
|
@@ -1428,8 +1428,8 @@ goog.loadModule = function(moduleDef) {
|
|
|
1428
1428
|
goog.moduleLoaderState_ = previousState;
|
|
1429
1429
|
}
|
|
1430
1430
|
};
|
|
1431
|
-
goog.loadModuleFromSource_ = function(exports
|
|
1432
|
-
eval(goog.CLOSURE_EVAL_PREFILTER_.createScript(
|
|
1431
|
+
goog.loadModuleFromSource_ = function(exports) {
|
|
1432
|
+
eval(goog.CLOSURE_EVAL_PREFILTER_.createScript(arguments[1]));
|
|
1433
1433
|
return exports;
|
|
1434
1434
|
};
|
|
1435
1435
|
goog.normalizePath_ = function(path) {
|
|
@@ -2115,7 +2115,7 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
|
|
|
2115
2115
|
};
|
|
2116
2116
|
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;
|
|
2117
2117
|
function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
|
|
2118
|
-
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 =
|
|
2118
|
+
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 =
|
|
2119
2119
|
{mapMetadata:void 0}, $jscomp$key$m1892927425$40$key = $jscomp$iter$19.next()) {
|
|
2120
2120
|
var key = $jscomp$key$m1892927425$40$key.value, value = valueGetter(key, source);
|
|
2121
2121
|
if (value != null) {
|
|
@@ -2147,7 +2147,7 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
2147
2147
|
return target;
|
|
2148
2148
|
}
|
|
2149
2149
|
function module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, mapMetadata, valueGetter, valueSetter, copyInstanciator) {
|
|
2150
|
-
for (var objMap = {}, $jscomp$iter$20 =
|
|
2150
|
+
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()) {
|
|
2151
2151
|
var mapKey = $jscomp$key$m1892927425$41$mapKey.value, mapValue = value[mapKey];
|
|
2152
2152
|
mapValue != null && (objMap[mapKey] = module$contents$eeapiclient$domain_object_deepCopyValue(mapValue, valueGetter, valueSetter, copyInstanciator, mapMetadata.isValueArray, mapMetadata.isSerializable, mapMetadata.ctor));
|
|
2153
2153
|
}
|
|
@@ -2178,7 +2178,7 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
|
|
|
2178
2178
|
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))) {
|
|
2179
2179
|
return !1;
|
|
2180
2180
|
}
|
|
2181
|
-
for (var $jscomp$iter$21 =
|
|
2181
|
+
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()) {
|
|
2182
2182
|
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);
|
|
2183
2183
|
if (has1 !== has2) {
|
|
2184
2184
|
return !1;
|
|
@@ -2232,7 +2232,7 @@ function module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, v
|
|
|
2232
2232
|
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, value2)) {
|
|
2233
2233
|
return !1;
|
|
2234
2234
|
}
|
|
2235
|
-
for (var $jscomp$iter$22 =
|
|
2235
|
+
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()) {
|
|
2236
2236
|
var mapKey = $jscomp$key$m1892927425$43$mapKey.value;
|
|
2237
2237
|
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1[mapKey], value2[mapKey], mapMetadata.isValueArray, mapMetadata.isSerializable)) {
|
|
2238
2238
|
return !1;
|
|
@@ -2319,7 +2319,7 @@ module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.build =
|
|
|
2319
2319
|
return Promise.all(this.files.map(function(f) {
|
|
2320
2320
|
return $jscomp$this$m133342051$6.encodeFile(f);
|
|
2321
2321
|
})).then(function(filePayloads) {
|
|
2322
|
-
for (var $jscomp$iter$23 =
|
|
2322
|
+
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()) {
|
|
2323
2323
|
payload += $jscomp$key$m133342051$9$filePayload.value;
|
|
2324
2324
|
}
|
|
2325
2325
|
return payload += "\r\n--" + $jscomp$this$m133342051$6._boundary + "--";
|
|
@@ -4330,7 +4330,7 @@ module$exports$safevalues$dom$elements$element.insertAdjacentHtml = function(ele
|
|
|
4330
4330
|
element.insertAdjacentHTML(position, (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v));
|
|
4331
4331
|
};
|
|
4332
4332
|
module$exports$safevalues$dom$elements$element.buildPrefixedAttributeSetter = function(prefix) {
|
|
4333
|
-
var prefixes = [prefix].concat(
|
|
4333
|
+
var prefixes = [prefix].concat((0,$jscomp.arrayFromIterable)($jscomp.getRestArguments.apply(1, arguments)));
|
|
4334
4334
|
return function(e, attr, value) {
|
|
4335
4335
|
module$contents$safevalues$dom$elements$element_setPrefixedAttribute(prefixes, e, attr, value);
|
|
4336
4336
|
};
|
|
@@ -5194,7 +5194,7 @@ function module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(
|
|
|
5194
5194
|
}
|
|
5195
5195
|
function module$contents$safevalues$dom$globals$fetch_fetchResourceUrl(u, init) {
|
|
5196
5196
|
var response, $jscomp$optchain$tmp1153895636$0, $jscomp$optchain$tmp1153895636$1, $jscomp$optchain$tmp1153895636$2, mimeType;
|
|
5197
|
-
return
|
|
5197
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$29) {
|
|
5198
5198
|
if ($jscomp$generator$context$1153895636$29.nextAddress == 1) {
|
|
5199
5199
|
return $jscomp$generator$context$1153895636$29.yield(fetch(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(u).toString(), init), 2);
|
|
5200
5200
|
}
|
|
@@ -5202,7 +5202,7 @@ function module$contents$safevalues$dom$globals$fetch_fetchResourceUrl(u, init)
|
|
|
5202
5202
|
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();
|
|
5203
5203
|
return $jscomp$generator$context$1153895636$29.return({html:function() {
|
|
5204
5204
|
var text;
|
|
5205
|
-
return
|
|
5205
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$26) {
|
|
5206
5206
|
if ($jscomp$generator$context$1153895636$26.nextAddress == 1) {
|
|
5207
5207
|
if (mimeType !== "text/html") {
|
|
5208
5208
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeHtml", "text/html");
|
|
@@ -5214,7 +5214,7 @@ function module$contents$safevalues$dom$globals$fetch_fetchResourceUrl(u, init)
|
|
|
5214
5214
|
});
|
|
5215
5215
|
}, script:function() {
|
|
5216
5216
|
var text;
|
|
5217
|
-
return
|
|
5217
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$27) {
|
|
5218
5218
|
if ($jscomp$generator$context$1153895636$27.nextAddress == 1) {
|
|
5219
5219
|
if (mimeType !== "text/javascript" && mimeType !== "application/javascript") {
|
|
5220
5220
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeScript", "text/javascript");
|
|
@@ -5226,7 +5226,7 @@ function module$contents$safevalues$dom$globals$fetch_fetchResourceUrl(u, init)
|
|
|
5226
5226
|
});
|
|
5227
5227
|
}, styleSheet:function() {
|
|
5228
5228
|
var text;
|
|
5229
|
-
return
|
|
5229
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$28) {
|
|
5230
5230
|
if ($jscomp$generator$context$1153895636$28.nextAddress == 1) {
|
|
5231
5231
|
if (mimeType !== "text/css") {
|
|
5232
5232
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeStyleSheet", "text/css");
|
|
@@ -5282,7 +5282,7 @@ module$exports$safevalues$dom$globals$worker.createShared = function(url, option
|
|
|
5282
5282
|
return new SharedWorker(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url), options);
|
|
5283
5283
|
};
|
|
5284
5284
|
module$exports$safevalues$dom$globals$worker.importScripts = function(scope) {
|
|
5285
|
-
scope.importScripts.apply(scope,
|
|
5285
|
+
scope.importScripts.apply(scope, (0,$jscomp.arrayFromIterable)($jscomp.getRestArguments.apply(1, arguments).map(function(url) {
|
|
5286
5286
|
return module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url);
|
|
5287
5287
|
})));
|
|
5288
5288
|
};
|
|
@@ -5756,15 +5756,15 @@ module$contents$goog$collections$maps_MapLike.prototype.has = function(key) {
|
|
|
5756
5756
|
goog.collections.maps.MapLike = module$contents$goog$collections$maps_MapLike;
|
|
5757
5757
|
goog.collections.maps.setAll = function(map, entries) {
|
|
5758
5758
|
if (entries) {
|
|
5759
|
-
for (var $jscomp$iter$24 =
|
|
5760
|
-
var $jscomp$destructuring$var1 =
|
|
5759
|
+
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()) {
|
|
5760
|
+
var $jscomp$destructuring$var1 = (0,$jscomp.makeIterator)($jscomp$key$1866876209$13$.value), k = $jscomp$destructuring$var1.next().value, v = $jscomp$destructuring$var1.next().value;
|
|
5761
5761
|
map.set(k, v);
|
|
5762
5762
|
}
|
|
5763
5763
|
}
|
|
5764
5764
|
};
|
|
5765
5765
|
goog.collections.maps.hasValue = function(map, val, valueEqualityFn) {
|
|
5766
5766
|
valueEqualityFn = valueEqualityFn === void 0 ? module$contents$goog$collections$maps_defaultEqualityFn : valueEqualityFn;
|
|
5767
|
-
for (var $jscomp$iter$25 =
|
|
5767
|
+
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()) {
|
|
5768
5768
|
if (valueEqualityFn($jscomp$key$1866876209$14$v.value, val)) {
|
|
5769
5769
|
return !0;
|
|
5770
5770
|
}
|
|
@@ -5782,7 +5782,7 @@ goog.collections.maps.equals = function(map, otherMap, valueEqualityFn) {
|
|
|
5782
5782
|
if (map.size !== otherMap.size) {
|
|
5783
5783
|
return !1;
|
|
5784
5784
|
}
|
|
5785
|
-
for (var $jscomp$iter$26 =
|
|
5785
|
+
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()) {
|
|
5786
5786
|
var key = $jscomp$key$1866876209$15$key.value;
|
|
5787
5787
|
if (!otherMap.has(key) || !valueEqualityFn(map.get(key), otherMap.get(key))) {
|
|
5788
5788
|
return !1;
|
|
@@ -5791,14 +5791,14 @@ goog.collections.maps.equals = function(map, otherMap, valueEqualityFn) {
|
|
|
5791
5791
|
return !0;
|
|
5792
5792
|
};
|
|
5793
5793
|
goog.collections.maps.transpose = function(map) {
|
|
5794
|
-
for (var transposed = new Map(), $jscomp$iter$27 =
|
|
5794
|
+
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()) {
|
|
5795
5795
|
var key = $jscomp$key$1866876209$16$key.value, val = map.get(key);
|
|
5796
5796
|
transposed.set(val, key);
|
|
5797
5797
|
}
|
|
5798
5798
|
return transposed;
|
|
5799
5799
|
};
|
|
5800
5800
|
goog.collections.maps.toObject = function(map) {
|
|
5801
|
-
for (var obj = {}, $jscomp$iter$28 =
|
|
5801
|
+
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()) {
|
|
5802
5802
|
var key = $jscomp$key$1866876209$17$key.value;
|
|
5803
5803
|
obj[key] = map.get(key);
|
|
5804
5804
|
}
|
|
@@ -6656,8 +6656,8 @@ function module$contents$eeapiclient$request_params_processParams(params) {
|
|
|
6656
6656
|
}
|
|
6657
6657
|
module$exports$eeapiclient$request_params.processParams = module$contents$eeapiclient$request_params_processParams;
|
|
6658
6658
|
function module$contents$eeapiclient$request_params_buildQueryParams(params, mapping, passthroughParams) {
|
|
6659
|
-
for (var urlQueryParams = passthroughParams = passthroughParams === void 0 ? {} : passthroughParams, $jscomp$iter$29 =
|
|
6660
|
-
var $jscomp$destructuring$var3 =
|
|
6659
|
+
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()) {
|
|
6660
|
+
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;
|
|
6661
6661
|
jsName in params && (urlQueryParams[urlQueryParamName] = params[jsName]);
|
|
6662
6662
|
}
|
|
6663
6663
|
return urlQueryParams;
|
|
@@ -6668,8 +6668,8 @@ module$exports$eeapiclient$request_params.bypassCorsPreflight = function(params)
|
|
|
6668
6668
|
var safeHeaders = {}, unsafeHeaders = {}, hasUnsafeHeaders = !1, hasContentType = !1;
|
|
6669
6669
|
if (params.headers) {
|
|
6670
6670
|
hasContentType = params.headers["Content-Type"] != null;
|
|
6671
|
-
for (var $jscomp$iter$30 =
|
|
6672
|
-
var $jscomp$destructuring$var5 =
|
|
6671
|
+
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()) {
|
|
6672
|
+
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;
|
|
6673
6673
|
module$contents$eeapiclient$request_params_simpleCorsAllowedHeaders.includes(key) ? safeHeaders[key] = value : (unsafeHeaders[key] = value, hasUnsafeHeaders = !0);
|
|
6674
6674
|
}
|
|
6675
6675
|
}
|
|
@@ -6873,8 +6873,9 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_
|
|
|
6873
6873
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable = !1;
|
|
6874
6874
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable = !1;
|
|
6875
6875
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__disable = !1;
|
|
6876
|
-
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_component_stacks__disable = !1;
|
|
6877
6876
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_direct_reactions__enable = !1;
|
|
6877
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_flush_queue_fix__enable = !1;
|
|
6878
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_enable_low_index_extension_writes__disable = !1;
|
|
6878
6879
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable = !1;
|
|
6879
6880
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable = !1;
|
|
6880
6881
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_staging_flag__disable = !1;
|
|
@@ -6885,8 +6886,10 @@ goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2eto
|
|
|
6885
6886
|
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);
|
|
6886
6887
|
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,
|
|
6887
6888
|
module$contents$goog$flags_STAGING);
|
|
6888
|
-
goog.flags.
|
|
6889
|
-
goog.flags.
|
|
6889
|
+
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);
|
|
6890
|
+
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);
|
|
6891
|
+
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,
|
|
6892
|
+
module$contents$goog$flags_STAGING);
|
|
6890
6893
|
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);
|
|
6891
6894
|
goog.flags.TESTONLY_DEBUG_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483645, goog.DEBUG);
|
|
6892
6895
|
goog.flags.TESTONLY_STAGING_FLAG = 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__testonly_staging_flag__disable) : goog.readFlagInternalDoNotUseOrElse(2147483646, module$contents$goog$flags_STAGING);
|
|
@@ -6980,7 +6983,7 @@ module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue
|
|
|
6980
6983
|
};
|
|
6981
6984
|
module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue.prototype.load = function() {
|
|
6982
6985
|
var $jscomp$async$this$m2110036436$9 = this, userAgentData;
|
|
6983
|
-
return
|
|
6986
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$m2110036436$35) {
|
|
6984
6987
|
if ($jscomp$generator$context$m2110036436$35.nextAddress == 1) {
|
|
6985
6988
|
userAgentData = module$contents$goog$labs$userAgent$util_getUserAgentData();
|
|
6986
6989
|
if (!userAgentData) {
|
|
@@ -6988,7 +6991,7 @@ module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue
|
|
|
6988
6991
|
}
|
|
6989
6992
|
$jscomp$async$this$m2110036436$9.promise_ || ($jscomp$async$this$m2110036436$9.pending_ = !0, $jscomp$async$this$m2110036436$9.promise_ = function() {
|
|
6990
6993
|
var dataValues;
|
|
6991
|
-
return
|
|
6994
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$m2110036436$34) {
|
|
6992
6995
|
if ($jscomp$generator$context$m2110036436$34.nextAddress == 1) {
|
|
6993
6996
|
return $jscomp$generator$context$m2110036436$34.setFinallyBlock(2), $jscomp$generator$context$m2110036436$34.yield(userAgentData.getHighEntropyValues([$jscomp$async$this$m2110036436$9.key_]), 4);
|
|
6994
6997
|
}
|
|
@@ -7251,7 +7254,7 @@ module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.ge
|
|
|
7251
7254
|
};
|
|
7252
7255
|
module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.load = function() {
|
|
7253
7256
|
var $jscomp$async$this$1683157560$59 = this, loadedVersionList, matchingBrand;
|
|
7254
|
-
return
|
|
7257
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1683157560$106) {
|
|
7255
7258
|
if ($jscomp$generator$context$1683157560$106.nextAddress == 1) {
|
|
7256
7259
|
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);
|
|
7257
7260
|
}
|
|
@@ -7266,7 +7269,7 @@ module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.lo
|
|
|
7266
7269
|
};
|
|
7267
7270
|
var module$contents$goog$labs$userAgent$browser_preUachHasLoaded = !1;
|
|
7268
7271
|
goog.labs.userAgent.browser.loadFullVersions = function() {
|
|
7269
|
-
return
|
|
7272
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1683157560$107) {
|
|
7270
7273
|
if ($jscomp$generator$context$1683157560$107.nextAddress == 1) {
|
|
7271
7274
|
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);
|
|
7272
7275
|
}
|
|
@@ -7452,7 +7455,7 @@ module$contents$goog$labs$userAgent$platform_PlatformVersion.prototype.getIfLoad
|
|
|
7452
7455
|
};
|
|
7453
7456
|
module$contents$goog$labs$userAgent$platform_PlatformVersion.prototype.load = function() {
|
|
7454
7457
|
var $jscomp$async$this$m1628565157$33 = this, JSCompiler_temp_const;
|
|
7455
|
-
return
|
|
7458
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$m1628565157$37) {
|
|
7456
7459
|
if ($jscomp$generator$context$m1628565157$37.nextAddress == 1) {
|
|
7457
7460
|
if (!module$contents$goog$labs$userAgent$platform_useUserAgentDataPlatform(!0)) {
|
|
7458
7461
|
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()));
|
|
@@ -15629,7 +15632,16 @@ function module$contents$safevalues$builders$html_sanitizer$no_clobber_isElement
|
|
|
15629
15632
|
return nodeType === 1 || typeof nodeType !== "number";
|
|
15630
15633
|
}
|
|
15631
15634
|
module$exports$safevalues$builders$html_sanitizer$no_clobber.isElement = module$contents$safevalues$builders$html_sanitizer$no_clobber_isElement;
|
|
15632
|
-
var module$exports$safevalues$builders$html_sanitizer$
|
|
15635
|
+
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"};
|
|
15636
|
+
module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType = {STYLE_TAG:0, STYLE_ATTRIBUTE:1, HTML_ATTRIBUTE:2};
|
|
15637
|
+
module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType[module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType.STYLE_TAG] = "STYLE_TAG";
|
|
15638
|
+
module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType[module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType.STYLE_ATTRIBUTE] = "STYLE_ATTRIBUTE";
|
|
15639
|
+
module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType[module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType.HTML_ATTRIBUTE] = "HTML_ATTRIBUTE";
|
|
15640
|
+
function module$contents$safevalues$builders$html_sanitizer$resource_url_policy_StyleTagOrAttributeResourceUrlPolicyHints() {
|
|
15641
|
+
}
|
|
15642
|
+
function module$contents$safevalues$builders$html_sanitizer$resource_url_policy_HtmlAttributeResourceUrlPolicyHints() {
|
|
15643
|
+
}
|
|
15644
|
+
;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"};
|
|
15633
15645
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.SanitizerTable = function(allowedElements, elementPolicies, allowedGlobalAttributes, globalAttributePolicies, globallyAllowedAttributePrefixes) {
|
|
15634
15646
|
this.allowedElements = allowedElements;
|
|
15635
15647
|
this.elementPolicies = elementPolicies;
|
|
@@ -15649,16 +15661,17 @@ module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_tabl
|
|
|
15649
15661
|
return {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP};
|
|
15650
15662
|
}
|
|
15651
15663
|
var globalPolicy = this.globalAttributePolicies.get(attributeName);
|
|
15652
|
-
return globalPolicy ? globalPolicy : this.globallyAllowedAttributePrefixes && [].concat(
|
|
15664
|
+
return globalPolicy ? globalPolicy : this.globallyAllowedAttributePrefixes && [].concat((0,$jscomp.arrayFromIterable)(this.globallyAllowedAttributePrefixes)).some(function(prefix) {
|
|
15653
15665
|
return attributeName.indexOf(prefix) === 0;
|
|
15654
15666
|
}) ? {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};
|
|
15655
15667
|
};
|
|
15656
|
-
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};
|
|
15668
|
+
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};
|
|
15657
15669
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction[module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.DROP] = "DROP";
|
|
15658
15670
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction[module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP] = "KEEP";
|
|
15659
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_URL] = "KEEP_AND_SANITIZE_URL";
|
|
15660
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_NORMALIZE] = "KEEP_AND_NORMALIZE";
|
|
15661
15673
|
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";
|
|
15674
|
+
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";
|
|
15662
15675
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicy = function() {
|
|
15663
15676
|
};
|
|
15664
15677
|
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(" "));
|
|
@@ -15700,10 +15713,11 @@ module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_saniti
|
|
|
15700
15713
|
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"};
|
|
15701
15714
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizer = function() {
|
|
15702
15715
|
};
|
|
15703
|
-
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl = function(sanitizerTable, token, styleElementSanitizer, styleAttributeSanitizer) {
|
|
15716
|
+
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl = function(sanitizerTable, token, styleElementSanitizer, styleAttributeSanitizer, resourceUrlPolicy) {
|
|
15704
15717
|
this.sanitizerTable = sanitizerTable;
|
|
15705
15718
|
this.styleElementSanitizer = styleElementSanitizer;
|
|
15706
15719
|
this.styleAttributeSanitizer = styleAttributeSanitizer;
|
|
15720
|
+
this.resourceUrlPolicy = resourceUrlPolicy;
|
|
15707
15721
|
this.changes = [];
|
|
15708
15722
|
module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
|
|
15709
15723
|
};
|
|
@@ -15760,8 +15774,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15760
15774
|
return this.createTextNode(textNode.data);
|
|
15761
15775
|
};
|
|
15762
15776
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeElementNode = function(elementNode, inertDocument) {
|
|
15763
|
-
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$31 =
|
|
15764
|
-
var $jscomp$destructuring$var31 = $jscomp$key$m1085474118$
|
|
15777
|
+
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()) {
|
|
15778
|
+
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);
|
|
15765
15779
|
if (this.satisfiesAllConditions(policy.conditions, dirtyAttributes)) {
|
|
15766
15780
|
switch(policy.policyAction) {
|
|
15767
15781
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP:
|
|
@@ -15783,6 +15797,14 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15783
15797
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(newNode, name, value);
|
|
15784
15798
|
}
|
|
15785
15799
|
break;
|
|
15800
|
+
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY:
|
|
15801
|
+
if (this.resourceUrlPolicy) {
|
|
15802
|
+
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);
|
|
15803
|
+
sanitizedUrl && module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(newNode, name, sanitizedUrl.toString());
|
|
15804
|
+
} else {
|
|
15805
|
+
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(newNode, name, value);
|
|
15806
|
+
}
|
|
15807
|
+
break;
|
|
15786
15808
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.DROP:
|
|
15787
15809
|
this.recordChange("Attribute: " + name + " was dropped");
|
|
15788
15810
|
break;
|
|
@@ -15819,14 +15841,21 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15819
15841
|
if (!conditions) {
|
|
15820
15842
|
return !0;
|
|
15821
15843
|
}
|
|
15822
|
-
for (var $jscomp$iter$32 =
|
|
15823
|
-
var $jscomp$destructuring$var33 =
|
|
15844
|
+
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()) {
|
|
15845
|
+
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;
|
|
15824
15846
|
if (value && !expectedValues.has(value)) {
|
|
15825
15847
|
return !1;
|
|
15826
15848
|
}
|
|
15827
15849
|
}
|
|
15828
15850
|
return !0;
|
|
15829
15851
|
};
|
|
15852
|
+
function module$contents$safevalues$builders$html_sanitizer$html_sanitizer_parseUrl(value) {
|
|
15853
|
+
try {
|
|
15854
|
+
return new URL(value, window.document.baseURI);
|
|
15855
|
+
} catch (e) {
|
|
15856
|
+
return new URL("about:invalid");
|
|
15857
|
+
}
|
|
15858
|
+
}
|
|
15830
15859
|
function module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(el, name, value) {
|
|
15831
15860
|
el.setAttribute(name, value);
|
|
15832
15861
|
}
|
|
@@ -15874,7 +15903,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15874
15903
|
this.sanitizerTable = module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.defaultSanitizerTable;
|
|
15875
15904
|
};
|
|
15876
15905
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowElements = function(elementSet) {
|
|
15877
|
-
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$33 =
|
|
15906
|
+
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()) {
|
|
15878
15907
|
var element = $jscomp$key$435282654$0$element.value;
|
|
15879
15908
|
element = element.toUpperCase();
|
|
15880
15909
|
if (!this.sanitizerTable.isAllowedElement(element)) {
|
|
@@ -15893,7 +15922,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15893
15922
|
throw Error("Element: " + element + " is not a custom element");
|
|
15894
15923
|
}
|
|
15895
15924
|
if (allowedAttributes) {
|
|
15896
|
-
for (var elementPolicy = new Map(), $jscomp$iter$34 =
|
|
15925
|
+
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()) {
|
|
15897
15926
|
elementPolicy.set($jscomp$key$435282654$1$attribute.value, {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
|
|
15898
15927
|
}
|
|
15899
15928
|
allowedElementPolicies.set(element, elementPolicy);
|
|
@@ -15904,15 +15933,15 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15904
15933
|
return this;
|
|
15905
15934
|
};
|
|
15906
15935
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowAttributes = function(attributeSet) {
|
|
15907
|
-
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$35 =
|
|
15936
|
+
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()) {
|
|
15908
15937
|
var attribute = $jscomp$key$435282654$2$attribute.value;
|
|
15909
15938
|
this.sanitizerTable.allowedGlobalAttributes.has(attribute) && allowedGlobalAttributes.add(attribute);
|
|
15910
15939
|
this.sanitizerTable.globalAttributePolicies.has(attribute) && globalAttributePolicies.set(attribute, this.sanitizerTable.globalAttributePolicies.get(attribute));
|
|
15911
15940
|
}
|
|
15912
|
-
for (var $jscomp$iter$37 =
|
|
15913
|
-
for (var $jscomp$destructuring$var35 =
|
|
15941
|
+
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()) {
|
|
15942
|
+
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$ =
|
|
15914
15943
|
$jscomp$iter$36.next()) {
|
|
15915
|
-
var $jscomp$destructuring$var37 =
|
|
15944
|
+
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;
|
|
15916
15945
|
attributeSet.has(attribute$jscomp$0) && newElementPolicy.set(attribute$jscomp$0, attributePolicy);
|
|
15917
15946
|
}
|
|
15918
15947
|
elementPolicies.set(elementName, newElementPolicy);
|
|
@@ -15921,7 +15950,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15921
15950
|
return this;
|
|
15922
15951
|
};
|
|
15923
15952
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.allowDataAttributes = function(attributes) {
|
|
15924
|
-
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$38 =
|
|
15953
|
+
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()) {
|
|
15925
15954
|
var attribute = $jscomp$key$435282654$5$attribute.value;
|
|
15926
15955
|
if (attribute.indexOf("data-") !== 0) {
|
|
15927
15956
|
throw Error("data attribute: " + attribute + ' does not begin with the prefix "data-"');
|
|
@@ -17464,7 +17493,7 @@ function module$contents$goog$debug$asyncStackTag_wrap(fn, name) {
|
|
|
17464
17493
|
function wrappedFn() {
|
|
17465
17494
|
var args = $jscomp.getRestArguments.apply(0, arguments), $jscomp$this$1621498202$4 = this;
|
|
17466
17495
|
return consoleTask.run(function() {
|
|
17467
|
-
return fn.call.apply(fn, [$jscomp$this$1621498202$4].concat(
|
|
17496
|
+
return fn.call.apply(fn, [$jscomp$this$1621498202$4].concat((0,$jscomp.arrayFromIterable)(args)));
|
|
17468
17497
|
});
|
|
17469
17498
|
}
|
|
17470
17499
|
name = name === void 0 ? "anonymous" : name;
|
|
@@ -17477,7 +17506,7 @@ function module$contents$goog$debug$asyncStackTag_wrap(fn, name) {
|
|
|
17477
17506
|
if (originalTest !== currentTest) {
|
|
17478
17507
|
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.");
|
|
17479
17508
|
}
|
|
17480
|
-
return originalFn.call.apply(originalFn, [this].concat(
|
|
17509
|
+
return originalFn.call.apply(originalFn, [this].concat((0,$jscomp.arrayFromIterable)(args)));
|
|
17481
17510
|
};
|
|
17482
17511
|
if (!module$contents$goog$debug$asyncStackTag_createTask) {
|
|
17483
17512
|
return fn;
|
|
@@ -18738,7 +18767,7 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
|
|
|
18738
18767
|
headers.set(key, opt_headers[key]);
|
|
18739
18768
|
}
|
|
18740
18769
|
} else if (typeof opt_headers.keys === "function" && typeof opt_headers.get === "function") {
|
|
18741
|
-
for (var $jscomp$iter$39 =
|
|
18770
|
+
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()) {
|
|
18742
18771
|
var key$jscomp$0 = $jscomp$key$m71669834$54$key.value;
|
|
18743
18772
|
headers.set(key$jscomp$0, opt_headers.get(key$jscomp$0));
|
|
18744
18773
|
}
|
|
@@ -18750,8 +18779,8 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
|
|
|
18750
18779
|
return goog.string.caseInsensitiveEquals(goog.net.XhrIo.CONTENT_TYPE_HEADER, header);
|
|
18751
18780
|
}), contentIsFormData = goog.global.FormData && content instanceof goog.global.FormData;
|
|
18752
18781
|
!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);
|
|
18753
|
-
for (var $jscomp$iter$40 =
|
|
18754
|
-
var $jscomp$destructuring$var39 =
|
|
18782
|
+
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()) {
|
|
18783
|
+
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;
|
|
18755
18784
|
this.xhr_.setRequestHeader(key$jscomp$1, value);
|
|
18756
18785
|
}
|
|
18757
18786
|
this.responseType_ && (this.xhr_.responseType = this.responseType_);
|
|
@@ -19063,7 +19092,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19063
19092
|
ee.apiclient = {};
|
|
19064
19093
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19065
19094
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19066
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
19095
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.411";
|
|
19067
19096
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19068
19097
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19069
19098
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19196,18 +19225,18 @@ module$contents$ee$apiclient_BatchCall.prototype.withDetectPartialError = functi
|
|
|
19196
19225
|
};
|
|
19197
19226
|
module$contents$ee$apiclient_BatchCall.prototype.send = function(parts, getResponse) {
|
|
19198
19227
|
var $jscomp$this$m1153655765$27 = this, batchUrl = module$contents$ee$apiclient_apiclient.getSafeApiUrl() + "/batch", body = parts.map(function($jscomp$destructuring$var40) {
|
|
19199
|
-
var $jscomp$destructuring$var41 =
|
|
19228
|
+
var $jscomp$destructuring$var41 = (0,$jscomp.makeIterator)($jscomp$destructuring$var40);
|
|
19200
19229
|
var id = $jscomp$destructuring$var41.next().value;
|
|
19201
|
-
var $jscomp$destructuring$var42 =
|
|
19230
|
+
var $jscomp$destructuring$var42 = (0,$jscomp.makeIterator)($jscomp$destructuring$var41.next().value);
|
|
19202
19231
|
var partBody = $jscomp$destructuring$var42.next().value;
|
|
19203
19232
|
$jscomp$destructuring$var42.next();
|
|
19204
19233
|
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";
|
|
19205
19234
|
}).join("") + "--batch_EARTHENGINE_batch--\r\n", deserializeResponses = function(response) {
|
|
19206
19235
|
var result = {};
|
|
19207
19236
|
parts.forEach(function($jscomp$destructuring$var43) {
|
|
19208
|
-
var $jscomp$destructuring$var44 =
|
|
19237
|
+
var $jscomp$destructuring$var44 = (0,$jscomp.makeIterator)($jscomp$destructuring$var43);
|
|
19209
19238
|
var id = $jscomp$destructuring$var44.next().value;
|
|
19210
|
-
var $jscomp$destructuring$var45 =
|
|
19239
|
+
var $jscomp$destructuring$var45 = (0,$jscomp.makeIterator)($jscomp$destructuring$var44.next().value);
|
|
19211
19240
|
$jscomp$destructuring$var45.next();
|
|
19212
19241
|
var ctor = $jscomp$destructuring$var45.next().value;
|
|
19213
19242
|
response[id] != null && (result[id] = module$contents$eeapiclient$domain_object_deserialize(ctor, response[id]));
|
|
@@ -19232,7 +19261,7 @@ module$contents$ee$apiclient_BatchRequestService.prototype.send = function(param
|
|
|
19232
19261
|
module$contents$ee$apiclient_BatchRequestService.prototype.makeRequest = function(params) {
|
|
19233
19262
|
};
|
|
19234
19263
|
module$contents$ee$apiclient_apiclient.parseBatchReply = function(contentType, responseText, handle) {
|
|
19235
|
-
for (var boundary = contentType.split("; boundary=")[1], $jscomp$iter$41 =
|
|
19264
|
+
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()) {
|
|
19236
19265
|
var groups = $jscomp$key$m1153655765$100$part.value.split("\r\n\r\n");
|
|
19237
19266
|
if (!(groups.length < 3)) {
|
|
19238
19267
|
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");
|
|
@@ -19361,8 +19390,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19361
19390
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19362
19391
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19363
19392
|
method = method || "POST";
|
|
19364
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
19365
|
-
version === "0.1.
|
|
19393
|
+
var headers = {"Content-Type":contentType}, version = "0.1.411";
|
|
19394
|
+
version === "0.1.411" && (version = "latest");
|
|
19366
19395
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19367
19396
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19368
19397
|
if (authToken != null) {
|
|
@@ -19495,8 +19524,8 @@ module$contents$ee$apiclient_apiclient.handleAuthResult_ = function(success, err
|
|
|
19495
19524
|
}
|
|
19496
19525
|
};
|
|
19497
19526
|
module$contents$ee$apiclient_apiclient.makeRequest_ = function(params) {
|
|
19498
|
-
for (var request = new goog.Uri.QueryData(), $jscomp$iter$42 =
|
|
19499
|
-
var $jscomp$destructuring$var47 =
|
|
19527
|
+
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()) {
|
|
19528
|
+
var $jscomp$destructuring$var47 = (0,$jscomp.makeIterator)($jscomp$key$m1153655765$101$.value), name = $jscomp$destructuring$var47.next().value, item = $jscomp$destructuring$var47.next().value;
|
|
19500
19529
|
request.set(name, item);
|
|
19501
19530
|
}
|
|
19502
19531
|
return request;
|
|
@@ -19850,7 +19879,7 @@ ee.rpc_convert.algorithms = function(result) {
|
|
|
19850
19879
|
algorithm.deprecated && (internalAlgorithm.deprecated = algorithm.deprecationReason);
|
|
19851
19880
|
algorithm.sourceCodeUri && (internalAlgorithm.sourceCodeUri = algorithm.sourceCodeUri);
|
|
19852
19881
|
return internalAlgorithm;
|
|
19853
|
-
}, internalAlgorithms = {}, $jscomp$iter$43 =
|
|
19882
|
+
}, 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()) {
|
|
19854
19883
|
var algorithm = $jscomp$key$m29782521$48$algorithm.value, name = algorithm.name.replace(/^algorithms\//, "");
|
|
19855
19884
|
internalAlgorithms[name] = convertAlgorithm(algorithm);
|
|
19856
19885
|
}
|
|
@@ -19976,7 +20005,7 @@ ee.rpc_convert.legacyPropertiesToAssetUpdate = function(legacyProperties) {
|
|
|
19976
20005
|
extractValue("system:description");
|
|
19977
20006
|
typeof value !== "string" && value !== null || properties.description != null || (properties.description = asNull(value) || value);
|
|
19978
20007
|
Object.entries(properties).forEach(function($jscomp$destructuring$var48) {
|
|
19979
|
-
var $jscomp$destructuring$var49 =
|
|
20008
|
+
var $jscomp$destructuring$var49 = (0,$jscomp.makeIterator)($jscomp$destructuring$var48);
|
|
19980
20009
|
var key = $jscomp$destructuring$var49.next().value;
|
|
19981
20010
|
var value = $jscomp$destructuring$var49.next().value;
|
|
19982
20011
|
properties[key] = asNull(value) || value;
|
|
@@ -20000,7 +20029,7 @@ ee.rpc_convert.getListToListAssets = function(param) {
|
|
|
20000
20029
|
param.bbox && (assetsRequest.region = ee.rpc_convert.boundingBoxToGeoJson(param.bbox));
|
|
20001
20030
|
param.region && (assetsRequest.region = param.region);
|
|
20002
20031
|
param.bbox && param.region && console.warn("Multiple request parameters converted to region");
|
|
20003
|
-
for (var allKeys = "id num starttime endtime bbox region".split(" "), $jscomp$iter$44 =
|
|
20032
|
+
for (var allKeys = "id num starttime endtime bbox region".split(" "), $jscomp$iter$44 = (0,$jscomp.makeIterator)(Object.keys(param).filter(function(k) {
|
|
20004
20033
|
return !allKeys.includes(k);
|
|
20005
20034
|
})), $jscomp$key$m29782521$49$key = $jscomp$iter$44.next(); !$jscomp$key$m29782521$49$key.done; $jscomp$key$m29782521$49$key = $jscomp$iter$44.next()) {
|
|
20006
20035
|
console.warn("Unrecognized key " + $jscomp$key$m29782521$49$key.value + " ignored");
|
|
@@ -20106,7 +20135,7 @@ ee.rpc_convert.operationToProcessingResponse = function(operation) {
|
|
|
20106
20135
|
return result;
|
|
20107
20136
|
};
|
|
20108
20137
|
ee.rpc_convert.sourcePathsToUris = function(source) {
|
|
20109
|
-
return source.primaryPath ? [source.primaryPath].concat(
|
|
20138
|
+
return source.primaryPath ? [source.primaryPath].concat((0,$jscomp.arrayFromIterable)(source.additionalPaths || [])) : null;
|
|
20110
20139
|
};
|
|
20111
20140
|
ee.rpc_convert.toImageManifest = function(params) {
|
|
20112
20141
|
var convertImageSource = function(source) {
|
|
@@ -20226,7 +20255,7 @@ ee.rpc_convert.parseFilterParamsFromListImages_ = function(params) {
|
|
|
20226
20255
|
})) {
|
|
20227
20256
|
throw Error('Filter parameter "properties" must be an array of strings');
|
|
20228
20257
|
}
|
|
20229
|
-
for (var $jscomp$iter$45 =
|
|
20258
|
+
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()) {
|
|
20230
20259
|
queryStrings.push($jscomp$key$m29782521$50$propertyQuery.value.trim().replace(/^(properties\.)?/, "properties."));
|
|
20231
20260
|
}
|
|
20232
20261
|
delete params.properties;
|
|
@@ -20563,8 +20592,8 @@ ee.Serializer.encodeCloudApiPretty = function(obj) {
|
|
|
20563
20592
|
if (!goog.isObject(object)) {
|
|
20564
20593
|
return object;
|
|
20565
20594
|
}
|
|
20566
|
-
for (var ret = Array.isArray(object) ? [] : {}, isNode = object instanceof Object.getPrototypeOf(module$exports$eeapiclient$ee_api_client.ValueNode), $jscomp$iter$46 =
|
|
20567
|
-
var $jscomp$destructuring$var51 =
|
|
20595
|
+
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()) {
|
|
20596
|
+
var $jscomp$destructuring$var51 = (0,$jscomp.makeIterator)($jscomp$key$m759255156$28$.value), key = $jscomp$destructuring$var51.next().value, val = $jscomp$destructuring$var51.next().value;
|
|
20568
20597
|
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 ?
|
|
20569
20598
|
null : val : walkObject(val)) : ret[key] = walkObject(val);
|
|
20570
20599
|
}
|
|
@@ -20687,8 +20716,8 @@ ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
|
|
|
20687
20716
|
return storeInSourceMap(value, optimized$jscomp$1);
|
|
20688
20717
|
}
|
|
20689
20718
|
if (value.dictionaryValue != null) {
|
|
20690
|
-
for (var values = {}, constantValues = {}, $jscomp$iter$47 =
|
|
20691
|
-
var $jscomp$destructuring$var53 =
|
|
20719
|
+
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()) {
|
|
20720
|
+
var $jscomp$destructuring$var53 = (0,$jscomp.makeIterator)($jscomp$key$m759255156$29$.value), k = $jscomp$destructuring$var53.next().value, v = $jscomp$destructuring$var53.next().value;
|
|
20692
20721
|
values[k] = this.optimizeValue(v, depth + 3);
|
|
20693
20722
|
constantValues !== null && isConst(values[k]) ? constantValues[k] = serializeConst(values[k].constantValue) : constantValues = null;
|
|
20694
20723
|
}
|
|
@@ -20699,7 +20728,7 @@ ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
|
|
|
20699
20728
|
return storeInSourceMap(value, optimized$jscomp$2);
|
|
20700
20729
|
}
|
|
20701
20730
|
if (value.functionInvocationValue != null) {
|
|
20702
|
-
for (var inv = value.functionInvocationValue, args = {}, $jscomp$iter$48 =
|
|
20731
|
+
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()) {
|
|
20703
20732
|
var k$jscomp$0 = $jscomp$key$m759255156$30$k.value;
|
|
20704
20733
|
args[k$jscomp$0] = this.optimizeValue(inv.arguments[k$jscomp$0], depth + 3);
|
|
20705
20734
|
}
|
|
@@ -20975,7 +21004,7 @@ ee.rpc_convert_batch.buildRankByOneThingRule_ = function(ruleString) {
|
|
|
20975
21004
|
if (matches == null) {
|
|
20976
21005
|
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.");
|
|
20977
21006
|
}
|
|
20978
|
-
var $jscomp$destructuring$var54 =
|
|
21007
|
+
var $jscomp$destructuring$var54 = (0,$jscomp.makeIterator)(matches);
|
|
20979
21008
|
$jscomp$destructuring$var54.next();
|
|
20980
21009
|
var ruleType = $jscomp$destructuring$var54.next().value, direction = $jscomp$destructuring$var54.next().value;
|
|
20981
21010
|
switch(direction.toUpperCase()) {
|
|
@@ -21597,7 +21626,7 @@ ee.data.createAsset = function(value, opt_path, opt_force, opt_properties, opt_c
|
|
|
21597
21626
|
value.gcsLocation && !value.cloudStorageLocation && (value.cloudStorageLocation = value.gcsLocation, delete value.gcsLocation);
|
|
21598
21627
|
value.cloudStorageLocation && (value.cloudStorageLocation = new module$exports$eeapiclient$ee_api_client.CloudStorageLocation(value.cloudStorageLocation));
|
|
21599
21628
|
opt_properties && !value.properties && (value.properties = Object.assign({}, opt_properties));
|
|
21600
|
-
for (var $jscomp$iter$49 =
|
|
21629
|
+
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()) {
|
|
21601
21630
|
var prop = $jscomp$key$m1075644492$123$prop.value;
|
|
21602
21631
|
if (value[prop]) {
|
|
21603
21632
|
var $jscomp$compprop17 = {};
|
|
@@ -22410,7 +22439,7 @@ ee.Geometry.BBox = function(west, south, east, north) {
|
|
|
22410
22439
|
var coordinates = [west, south, east, north];
|
|
22411
22440
|
if (ee.Geometry.hasServerValue_(coordinates)) {
|
|
22412
22441
|
var $jscomp$spread$args12;
|
|
22413
|
-
return ($jscomp$spread$args12 = new ee.ApiFunction("GeometryConstructors.BBox")).call.apply($jscomp$spread$args12,
|
|
22442
|
+
return ($jscomp$spread$args12 = new ee.ApiFunction("GeometryConstructors.BBox")).call.apply($jscomp$spread$args12, (0,$jscomp.arrayFromIterable)(coordinates));
|
|
22414
22443
|
}
|
|
22415
22444
|
if (!(west < Infinity)) {
|
|
22416
22445
|
throw Error("Geometry.BBox: west must not be " + west);
|
|
@@ -23870,8 +23899,8 @@ module$contents$ee$batch_Export.prefixImageFormatOptions_ = function(taskConfig,
|
|
|
23870
23899
|
})) {
|
|
23871
23900
|
throw Error("Parameter specified at least twice: once in config, and once in config format options.");
|
|
23872
23901
|
}
|
|
23873
|
-
for (var prefix = module$contents$ee$batch_FORMAT_PREFIX_MAP[imageFormat], validOptionKeys = module$contents$ee$batch_FORMAT_OPTIONS_MAP[imageFormat], prefixedOptions = {}, $jscomp$iter$50 =
|
|
23874
|
-
var $jscomp$destructuring$var58 =
|
|
23902
|
+
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()) {
|
|
23903
|
+
var $jscomp$destructuring$var58 = (0,$jscomp.makeIterator)($jscomp$key$1827622838$35$.value), key = $jscomp$destructuring$var58.next().value, value = $jscomp$destructuring$var58.next().value;
|
|
23875
23904
|
if (!module$contents$goog$array_contains(validOptionKeys, key)) {
|
|
23876
23905
|
var validKeysMsg = validOptionKeys.join(", ");
|
|
23877
23906
|
throw Error('"' + key + '" is not a valid option, the image format "' + imageFormat + '""may have the following options: ' + (validKeysMsg + '".'));
|
|
@@ -26889,29 +26918,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26889
26918
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26890
26919
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26891
26920
|
(function() {
|
|
26892
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26893
|
-
orderedParamLists = [["name"
|
|
26894
|
-
|
|
26895
|
-
"
|
|
26896
|
-
"collection opt_description
|
|
26897
|
-
["
|
|
26898
|
-
["
|
|
26899
|
-
["
|
|
26900
|
-
["
|
|
26901
|
-
["
|
|
26902
|
-
"opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["
|
|
26903
|
-
["
|
|
26904
|
-
"
|
|
26905
|
-
["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "
|
|
26906
|
-
[ee.ApiFunction.
|
|
26907
|
-
module$contents$ee$batch_Export.
|
|
26908
|
-
ee.ComputedObject.prototype.
|
|
26909
|
-
ee.data.
|
|
26910
|
-
ee.data.
|
|
26911
|
-
ee.TILE_SIZE, ee.initialize, ee.
|
|
26912
|
-
ee.Filter, ee.Filter.
|
|
26913
|
-
ee.Image.prototype.
|
|
26914
|
-
ee.ImageCollection.prototype.
|
|
26921
|
+
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(" "),
|
|
26922
|
+
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(" "),
|
|
26923
|
+
"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(" "),
|
|
26924
|
+
"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(" "),
|
|
26925
|
+
["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(" "),
|
|
26926
|
+
["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"],
|
|
26927
|
+
["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"], [],
|
|
26928
|
+
["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"],
|
|
26929
|
+
["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"],
|
|
26930
|
+
["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",
|
|
26931
|
+
"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",
|
|
26932
|
+
"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"],
|
|
26933
|
+
["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",
|
|
26934
|
+
"opt_matchPropertyName"], [], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["string"], []];
|
|
26935
|
+
[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,
|
|
26936
|
+
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,
|
|
26937
|
+
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,
|
|
26938
|
+
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,
|
|
26939
|
+
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,
|
|
26940
|
+
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,
|
|
26941
|
+
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,
|
|
26942
|
+
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,
|
|
26943
|
+
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) {
|
|
26915
26944
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26916
26945
|
});
|
|
26917
26946
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|