@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/ee_api_js_npm.js
CHANGED
|
@@ -1222,8 +1222,8 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1222
1222
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1223
1223
|
};
|
|
1224
1224
|
}, "es8", "es3");
|
|
1225
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1,
|
|
1226
|
-
GoogFlags__use_user_agent_client_hints__enable:!1};
|
|
1225
|
+
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,
|
|
1226
|
+
GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1};
|
|
1227
1227
|
/*
|
|
1228
1228
|
|
|
1229
1229
|
Copyright The Closure Library Authors.
|
|
@@ -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
|
}
|
|
@@ -6871,8 +6871,9 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_
|
|
|
6871
6871
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable = !1;
|
|
6872
6872
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable = !1;
|
|
6873
6873
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__disable = !1;
|
|
6874
|
-
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_component_stacks__disable = !1;
|
|
6875
6874
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_direct_reactions__enable = !1;
|
|
6875
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_flush_queue_fix__enable = !1;
|
|
6876
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_enable_low_index_extension_writes__disable = !1;
|
|
6876
6877
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable = !1;
|
|
6877
6878
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable = !1;
|
|
6878
6879
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_staging_flag__disable = !1;
|
|
@@ -6883,8 +6884,10 @@ goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2eto
|
|
|
6883
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);
|
|
6884
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,
|
|
6885
6886
|
module$contents$goog$flags_STAGING);
|
|
6886
|
-
goog.flags.
|
|
6887
|
-
goog.flags.
|
|
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
|
+
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
|
+
module$contents$goog$flags_STAGING);
|
|
6888
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);
|
|
6889
6892
|
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);
|
|
6890
6893
|
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);
|
|
@@ -6978,7 +6981,7 @@ module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue
|
|
|
6978
6981
|
};
|
|
6979
6982
|
module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue.prototype.load = function() {
|
|
6980
6983
|
var $jscomp$async$this$m2110036436$9 = this, userAgentData;
|
|
6981
|
-
return
|
|
6984
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$m2110036436$35) {
|
|
6982
6985
|
if ($jscomp$generator$context$m2110036436$35.nextAddress == 1) {
|
|
6983
6986
|
userAgentData = module$contents$goog$labs$userAgent$util_getUserAgentData();
|
|
6984
6987
|
if (!userAgentData) {
|
|
@@ -6986,7 +6989,7 @@ module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue
|
|
|
6986
6989
|
}
|
|
6987
6990
|
$jscomp$async$this$m2110036436$9.promise_ || ($jscomp$async$this$m2110036436$9.pending_ = !0, $jscomp$async$this$m2110036436$9.promise_ = function() {
|
|
6988
6991
|
var dataValues;
|
|
6989
|
-
return
|
|
6992
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$m2110036436$34) {
|
|
6990
6993
|
if ($jscomp$generator$context$m2110036436$34.nextAddress == 1) {
|
|
6991
6994
|
return $jscomp$generator$context$m2110036436$34.setFinallyBlock(2), $jscomp$generator$context$m2110036436$34.yield(userAgentData.getHighEntropyValues([$jscomp$async$this$m2110036436$9.key_]), 4);
|
|
6992
6995
|
}
|
|
@@ -7249,7 +7252,7 @@ module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.ge
|
|
|
7249
7252
|
};
|
|
7250
7253
|
module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.load = function() {
|
|
7251
7254
|
var $jscomp$async$this$1683157560$59 = this, loadedVersionList, matchingBrand;
|
|
7252
|
-
return
|
|
7255
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1683157560$106) {
|
|
7253
7256
|
if ($jscomp$generator$context$1683157560$106.nextAddress == 1) {
|
|
7254
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);
|
|
7255
7258
|
}
|
|
@@ -7264,7 +7267,7 @@ module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.lo
|
|
|
7264
7267
|
};
|
|
7265
7268
|
var module$contents$goog$labs$userAgent$browser_preUachHasLoaded = !1;
|
|
7266
7269
|
goog.labs.userAgent.browser.loadFullVersions = function() {
|
|
7267
|
-
return
|
|
7270
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1683157560$107) {
|
|
7268
7271
|
if ($jscomp$generator$context$1683157560$107.nextAddress == 1) {
|
|
7269
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);
|
|
7270
7273
|
}
|
|
@@ -7450,7 +7453,7 @@ module$contents$goog$labs$userAgent$platform_PlatformVersion.prototype.getIfLoad
|
|
|
7450
7453
|
};
|
|
7451
7454
|
module$contents$goog$labs$userAgent$platform_PlatformVersion.prototype.load = function() {
|
|
7452
7455
|
var $jscomp$async$this$m1628565157$33 = this, JSCompiler_temp_const;
|
|
7453
|
-
return
|
|
7456
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$m1628565157$37) {
|
|
7454
7457
|
if ($jscomp$generator$context$m1628565157$37.nextAddress == 1) {
|
|
7455
7458
|
if (!module$contents$goog$labs$userAgent$platform_useUserAgentDataPlatform(!0)) {
|
|
7456
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()));
|
|
@@ -15627,7 +15630,16 @@ function module$contents$safevalues$builders$html_sanitizer$no_clobber_isElement
|
|
|
15627
15630
|
return nodeType === 1 || typeof nodeType !== "number";
|
|
15628
15631
|
}
|
|
15629
15632
|
module$exports$safevalues$builders$html_sanitizer$no_clobber.isElement = module$contents$safevalues$builders$html_sanitizer$no_clobber_isElement;
|
|
15630
|
-
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"};
|
|
15631
15643
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.SanitizerTable = function(allowedElements, elementPolicies, allowedGlobalAttributes, globalAttributePolicies, globallyAllowedAttributePrefixes) {
|
|
15632
15644
|
this.allowedElements = allowedElements;
|
|
15633
15645
|
this.elementPolicies = elementPolicies;
|
|
@@ -15647,16 +15659,17 @@ module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_tabl
|
|
|
15647
15659
|
return {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP};
|
|
15648
15660
|
}
|
|
15649
15661
|
var globalPolicy = this.globalAttributePolicies.get(attributeName);
|
|
15650
|
-
return globalPolicy ? globalPolicy : this.globallyAllowedAttributePrefixes && [].concat(
|
|
15662
|
+
return globalPolicy ? globalPolicy : this.globallyAllowedAttributePrefixes && [].concat((0,$jscomp.arrayFromIterable)(this.globallyAllowedAttributePrefixes)).some(function(prefix) {
|
|
15651
15663
|
return attributeName.indexOf(prefix) === 0;
|
|
15652
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};
|
|
15653
15665
|
};
|
|
15654
|
-
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};
|
|
15655
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";
|
|
15656
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";
|
|
15657
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";
|
|
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_AND_NORMALIZE] = "KEEP_AND_NORMALIZE";
|
|
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_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";
|
|
15660
15673
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicy = function() {
|
|
15661
15674
|
};
|
|
15662
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(" "));
|
|
@@ -15698,10 +15711,11 @@ module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_saniti
|
|
|
15698
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"};
|
|
15699
15712
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizer = function() {
|
|
15700
15713
|
};
|
|
15701
|
-
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) {
|
|
15702
15715
|
this.sanitizerTable = sanitizerTable;
|
|
15703
15716
|
this.styleElementSanitizer = styleElementSanitizer;
|
|
15704
15717
|
this.styleAttributeSanitizer = styleAttributeSanitizer;
|
|
15718
|
+
this.resourceUrlPolicy = resourceUrlPolicy;
|
|
15705
15719
|
this.changes = [];
|
|
15706
15720
|
module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
|
|
15707
15721
|
};
|
|
@@ -15758,8 +15772,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15758
15772
|
return this.createTextNode(textNode.data);
|
|
15759
15773
|
};
|
|
15760
15774
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeElementNode = function(elementNode, inertDocument) {
|
|
15761
|
-
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$31 =
|
|
15762
|
-
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);
|
|
15763
15777
|
if (this.satisfiesAllConditions(policy.conditions, dirtyAttributes)) {
|
|
15764
15778
|
switch(policy.policyAction) {
|
|
15765
15779
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP:
|
|
@@ -15781,6 +15795,14 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15781
15795
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(newNode, name, value);
|
|
15782
15796
|
}
|
|
15783
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;
|
|
15784
15806
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.DROP:
|
|
15785
15807
|
this.recordChange("Attribute: " + name + " was dropped");
|
|
15786
15808
|
break;
|
|
@@ -15817,14 +15839,21 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15817
15839
|
if (!conditions) {
|
|
15818
15840
|
return !0;
|
|
15819
15841
|
}
|
|
15820
|
-
for (var $jscomp$iter$32 =
|
|
15821
|
-
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;
|
|
15822
15844
|
if (value && !expectedValues.has(value)) {
|
|
15823
15845
|
return !1;
|
|
15824
15846
|
}
|
|
15825
15847
|
}
|
|
15826
15848
|
return !0;
|
|
15827
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
|
+
}
|
|
15828
15857
|
function module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(el, name, value) {
|
|
15829
15858
|
el.setAttribute(name, value);
|
|
15830
15859
|
}
|
|
@@ -15872,7 +15901,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15872
15901
|
this.sanitizerTable = module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.defaultSanitizerTable;
|
|
15873
15902
|
};
|
|
15874
15903
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowElements = function(elementSet) {
|
|
15875
|
-
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()) {
|
|
15876
15905
|
var element = $jscomp$key$435282654$0$element.value;
|
|
15877
15906
|
element = element.toUpperCase();
|
|
15878
15907
|
if (!this.sanitizerTable.isAllowedElement(element)) {
|
|
@@ -15891,7 +15920,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15891
15920
|
throw Error("Element: " + element + " is not a custom element");
|
|
15892
15921
|
}
|
|
15893
15922
|
if (allowedAttributes) {
|
|
15894
|
-
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()) {
|
|
15895
15924
|
elementPolicy.set($jscomp$key$435282654$1$attribute.value, {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
|
|
15896
15925
|
}
|
|
15897
15926
|
allowedElementPolicies.set(element, elementPolicy);
|
|
@@ -15902,15 +15931,15 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15902
15931
|
return this;
|
|
15903
15932
|
};
|
|
15904
15933
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowAttributes = function(attributeSet) {
|
|
15905
|
-
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()) {
|
|
15906
15935
|
var attribute = $jscomp$key$435282654$2$attribute.value;
|
|
15907
15936
|
this.sanitizerTable.allowedGlobalAttributes.has(attribute) && allowedGlobalAttributes.add(attribute);
|
|
15908
15937
|
this.sanitizerTable.globalAttributePolicies.has(attribute) && globalAttributePolicies.set(attribute, this.sanitizerTable.globalAttributePolicies.get(attribute));
|
|
15909
15938
|
}
|
|
15910
|
-
for (var $jscomp$iter$37 =
|
|
15911
|
-
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$ =
|
|
15912
15941
|
$jscomp$iter$36.next()) {
|
|
15913
|
-
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;
|
|
15914
15943
|
attributeSet.has(attribute$jscomp$0) && newElementPolicy.set(attribute$jscomp$0, attributePolicy);
|
|
15915
15944
|
}
|
|
15916
15945
|
elementPolicies.set(elementName, newElementPolicy);
|
|
@@ -15919,7 +15948,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15919
15948
|
return this;
|
|
15920
15949
|
};
|
|
15921
15950
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.allowDataAttributes = function(attributes) {
|
|
15922
|
-
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()) {
|
|
15923
15952
|
var attribute = $jscomp$key$435282654$5$attribute.value;
|
|
15924
15953
|
if (attribute.indexOf("data-") !== 0) {
|
|
15925
15954
|
throw Error("data attribute: " + attribute + ' does not begin with the prefix "data-"');
|
|
@@ -17462,7 +17491,7 @@ function module$contents$goog$debug$asyncStackTag_wrap(fn, name) {
|
|
|
17462
17491
|
function wrappedFn() {
|
|
17463
17492
|
var args = $jscomp.getRestArguments.apply(0, arguments), $jscomp$this$1621498202$4 = this;
|
|
17464
17493
|
return consoleTask.run(function() {
|
|
17465
|
-
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)));
|
|
17466
17495
|
});
|
|
17467
17496
|
}
|
|
17468
17497
|
name = name === void 0 ? "anonymous" : name;
|
|
@@ -17475,7 +17504,7 @@ function module$contents$goog$debug$asyncStackTag_wrap(fn, name) {
|
|
|
17475
17504
|
if (originalTest !== currentTest) {
|
|
17476
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.");
|
|
17477
17506
|
}
|
|
17478
|
-
return originalFn.call.apply(originalFn, [this].concat(
|
|
17507
|
+
return originalFn.call.apply(originalFn, [this].concat((0,$jscomp.arrayFromIterable)(args)));
|
|
17479
17508
|
};
|
|
17480
17509
|
if (!module$contents$goog$debug$asyncStackTag_createTask) {
|
|
17481
17510
|
return fn;
|
|
@@ -18736,7 +18765,7 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
|
|
|
18736
18765
|
headers.set(key, opt_headers[key]);
|
|
18737
18766
|
}
|
|
18738
18767
|
} else if (typeof opt_headers.keys === "function" && typeof opt_headers.get === "function") {
|
|
18739
|
-
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()) {
|
|
18740
18769
|
var key$jscomp$0 = $jscomp$key$m71669834$54$key.value;
|
|
18741
18770
|
headers.set(key$jscomp$0, opt_headers.get(key$jscomp$0));
|
|
18742
18771
|
}
|
|
@@ -18748,8 +18777,8 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
|
|
|
18748
18777
|
return goog.string.caseInsensitiveEquals(goog.net.XhrIo.CONTENT_TYPE_HEADER, header);
|
|
18749
18778
|
}), contentIsFormData = goog.global.FormData && content instanceof goog.global.FormData;
|
|
18750
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);
|
|
18751
|
-
for (var $jscomp$iter$40 =
|
|
18752
|
-
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;
|
|
18753
18782
|
this.xhr_.setRequestHeader(key$jscomp$1, value);
|
|
18754
18783
|
}
|
|
18755
18784
|
this.responseType_ && (this.xhr_.responseType = this.responseType_);
|
|
@@ -19061,7 +19090,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19061
19090
|
ee.apiclient = {};
|
|
19062
19091
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19063
19092
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19064
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
19093
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.411";
|
|
19065
19094
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19066
19095
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19067
19096
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19194,18 +19223,18 @@ module$contents$ee$apiclient_BatchCall.prototype.withDetectPartialError = functi
|
|
|
19194
19223
|
};
|
|
19195
19224
|
module$contents$ee$apiclient_BatchCall.prototype.send = function(parts, getResponse) {
|
|
19196
19225
|
var $jscomp$this$m1153655765$27 = this, batchUrl = module$contents$ee$apiclient_apiclient.getSafeApiUrl() + "/batch", body = parts.map(function($jscomp$destructuring$var40) {
|
|
19197
|
-
var $jscomp$destructuring$var41 =
|
|
19226
|
+
var $jscomp$destructuring$var41 = (0,$jscomp.makeIterator)($jscomp$destructuring$var40);
|
|
19198
19227
|
var id = $jscomp$destructuring$var41.next().value;
|
|
19199
|
-
var $jscomp$destructuring$var42 =
|
|
19228
|
+
var $jscomp$destructuring$var42 = (0,$jscomp.makeIterator)($jscomp$destructuring$var41.next().value);
|
|
19200
19229
|
var partBody = $jscomp$destructuring$var42.next().value;
|
|
19201
19230
|
$jscomp$destructuring$var42.next();
|
|
19202
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";
|
|
19203
19232
|
}).join("") + "--batch_EARTHENGINE_batch--\r\n", deserializeResponses = function(response) {
|
|
19204
19233
|
var result = {};
|
|
19205
19234
|
parts.forEach(function($jscomp$destructuring$var43) {
|
|
19206
|
-
var $jscomp$destructuring$var44 =
|
|
19235
|
+
var $jscomp$destructuring$var44 = (0,$jscomp.makeIterator)($jscomp$destructuring$var43);
|
|
19207
19236
|
var id = $jscomp$destructuring$var44.next().value;
|
|
19208
|
-
var $jscomp$destructuring$var45 =
|
|
19237
|
+
var $jscomp$destructuring$var45 = (0,$jscomp.makeIterator)($jscomp$destructuring$var44.next().value);
|
|
19209
19238
|
$jscomp$destructuring$var45.next();
|
|
19210
19239
|
var ctor = $jscomp$destructuring$var45.next().value;
|
|
19211
19240
|
response[id] != null && (result[id] = module$contents$eeapiclient$domain_object_deserialize(ctor, response[id]));
|
|
@@ -19230,7 +19259,7 @@ module$contents$ee$apiclient_BatchRequestService.prototype.send = function(param
|
|
|
19230
19259
|
module$contents$ee$apiclient_BatchRequestService.prototype.makeRequest = function(params) {
|
|
19231
19260
|
};
|
|
19232
19261
|
module$contents$ee$apiclient_apiclient.parseBatchReply = function(contentType, responseText, handle) {
|
|
19233
|
-
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()) {
|
|
19234
19263
|
var groups = $jscomp$key$m1153655765$100$part.value.split("\r\n\r\n");
|
|
19235
19264
|
if (!(groups.length < 3)) {
|
|
19236
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");
|
|
@@ -19359,8 +19388,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19359
19388
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19360
19389
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19361
19390
|
method = method || "POST";
|
|
19362
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
19363
|
-
version === "0.1.
|
|
19391
|
+
var headers = {"Content-Type":contentType}, version = "0.1.411";
|
|
19392
|
+
version === "0.1.411" && (version = "latest");
|
|
19364
19393
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19365
19394
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19366
19395
|
if (authToken != null) {
|
|
@@ -19493,8 +19522,8 @@ module$contents$ee$apiclient_apiclient.handleAuthResult_ = function(success, err
|
|
|
19493
19522
|
}
|
|
19494
19523
|
};
|
|
19495
19524
|
module$contents$ee$apiclient_apiclient.makeRequest_ = function(params) {
|
|
19496
|
-
for (var request = new goog.Uri.QueryData(), $jscomp$iter$42 =
|
|
19497
|
-
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;
|
|
19498
19527
|
request.set(name, item);
|
|
19499
19528
|
}
|
|
19500
19529
|
return request;
|
|
@@ -19848,7 +19877,7 @@ ee.rpc_convert.algorithms = function(result) {
|
|
|
19848
19877
|
algorithm.deprecated && (internalAlgorithm.deprecated = algorithm.deprecationReason);
|
|
19849
19878
|
algorithm.sourceCodeUri && (internalAlgorithm.sourceCodeUri = algorithm.sourceCodeUri);
|
|
19850
19879
|
return internalAlgorithm;
|
|
19851
|
-
}, 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()) {
|
|
19852
19881
|
var algorithm = $jscomp$key$m29782521$48$algorithm.value, name = algorithm.name.replace(/^algorithms\//, "");
|
|
19853
19882
|
internalAlgorithms[name] = convertAlgorithm(algorithm);
|
|
19854
19883
|
}
|
|
@@ -19974,7 +20003,7 @@ ee.rpc_convert.legacyPropertiesToAssetUpdate = function(legacyProperties) {
|
|
|
19974
20003
|
extractValue("system:description");
|
|
19975
20004
|
typeof value !== "string" && value !== null || properties.description != null || (properties.description = asNull(value) || value);
|
|
19976
20005
|
Object.entries(properties).forEach(function($jscomp$destructuring$var48) {
|
|
19977
|
-
var $jscomp$destructuring$var49 =
|
|
20006
|
+
var $jscomp$destructuring$var49 = (0,$jscomp.makeIterator)($jscomp$destructuring$var48);
|
|
19978
20007
|
var key = $jscomp$destructuring$var49.next().value;
|
|
19979
20008
|
var value = $jscomp$destructuring$var49.next().value;
|
|
19980
20009
|
properties[key] = asNull(value) || value;
|
|
@@ -19998,7 +20027,7 @@ ee.rpc_convert.getListToListAssets = function(param) {
|
|
|
19998
20027
|
param.bbox && (assetsRequest.region = ee.rpc_convert.boundingBoxToGeoJson(param.bbox));
|
|
19999
20028
|
param.region && (assetsRequest.region = param.region);
|
|
20000
20029
|
param.bbox && param.region && console.warn("Multiple request parameters converted to region");
|
|
20001
|
-
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) {
|
|
20002
20031
|
return !allKeys.includes(k);
|
|
20003
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()) {
|
|
20004
20033
|
console.warn("Unrecognized key " + $jscomp$key$m29782521$49$key.value + " ignored");
|
|
@@ -20104,7 +20133,7 @@ ee.rpc_convert.operationToProcessingResponse = function(operation) {
|
|
|
20104
20133
|
return result;
|
|
20105
20134
|
};
|
|
20106
20135
|
ee.rpc_convert.sourcePathsToUris = function(source) {
|
|
20107
|
-
return source.primaryPath ? [source.primaryPath].concat(
|
|
20136
|
+
return source.primaryPath ? [source.primaryPath].concat((0,$jscomp.arrayFromIterable)(source.additionalPaths || [])) : null;
|
|
20108
20137
|
};
|
|
20109
20138
|
ee.rpc_convert.toImageManifest = function(params) {
|
|
20110
20139
|
var convertImageSource = function(source) {
|
|
@@ -20224,7 +20253,7 @@ ee.rpc_convert.parseFilterParamsFromListImages_ = function(params) {
|
|
|
20224
20253
|
})) {
|
|
20225
20254
|
throw Error('Filter parameter "properties" must be an array of strings');
|
|
20226
20255
|
}
|
|
20227
|
-
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()) {
|
|
20228
20257
|
queryStrings.push($jscomp$key$m29782521$50$propertyQuery.value.trim().replace(/^(properties\.)?/, "properties."));
|
|
20229
20258
|
}
|
|
20230
20259
|
delete params.properties;
|
|
@@ -20561,8 +20590,8 @@ ee.Serializer.encodeCloudApiPretty = function(obj) {
|
|
|
20561
20590
|
if (!goog.isObject(object)) {
|
|
20562
20591
|
return object;
|
|
20563
20592
|
}
|
|
20564
|
-
for (var ret = Array.isArray(object) ? [] : {}, isNode = object instanceof Object.getPrototypeOf(module$exports$eeapiclient$ee_api_client.ValueNode), $jscomp$iter$46 =
|
|
20565
|
-
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;
|
|
20566
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 ?
|
|
20567
20596
|
null : val : walkObject(val)) : ret[key] = walkObject(val);
|
|
20568
20597
|
}
|
|
@@ -20685,8 +20714,8 @@ ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
|
|
|
20685
20714
|
return storeInSourceMap(value, optimized$jscomp$1);
|
|
20686
20715
|
}
|
|
20687
20716
|
if (value.dictionaryValue != null) {
|
|
20688
|
-
for (var values = {}, constantValues = {}, $jscomp$iter$47 =
|
|
20689
|
-
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;
|
|
20690
20719
|
values[k] = this.optimizeValue(v, depth + 3);
|
|
20691
20720
|
constantValues !== null && isConst(values[k]) ? constantValues[k] = serializeConst(values[k].constantValue) : constantValues = null;
|
|
20692
20721
|
}
|
|
@@ -20697,7 +20726,7 @@ ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
|
|
|
20697
20726
|
return storeInSourceMap(value, optimized$jscomp$2);
|
|
20698
20727
|
}
|
|
20699
20728
|
if (value.functionInvocationValue != null) {
|
|
20700
|
-
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()) {
|
|
20701
20730
|
var k$jscomp$0 = $jscomp$key$m759255156$30$k.value;
|
|
20702
20731
|
args[k$jscomp$0] = this.optimizeValue(inv.arguments[k$jscomp$0], depth + 3);
|
|
20703
20732
|
}
|
|
@@ -20973,7 +21002,7 @@ ee.rpc_convert_batch.buildRankByOneThingRule_ = function(ruleString) {
|
|
|
20973
21002
|
if (matches == null) {
|
|
20974
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.");
|
|
20975
21004
|
}
|
|
20976
|
-
var $jscomp$destructuring$var54 =
|
|
21005
|
+
var $jscomp$destructuring$var54 = (0,$jscomp.makeIterator)(matches);
|
|
20977
21006
|
$jscomp$destructuring$var54.next();
|
|
20978
21007
|
var ruleType = $jscomp$destructuring$var54.next().value, direction = $jscomp$destructuring$var54.next().value;
|
|
20979
21008
|
switch(direction.toUpperCase()) {
|
|
@@ -21595,7 +21624,7 @@ ee.data.createAsset = function(value, opt_path, opt_force, opt_properties, opt_c
|
|
|
21595
21624
|
value.gcsLocation && !value.cloudStorageLocation && (value.cloudStorageLocation = value.gcsLocation, delete value.gcsLocation);
|
|
21596
21625
|
value.cloudStorageLocation && (value.cloudStorageLocation = new module$exports$eeapiclient$ee_api_client.CloudStorageLocation(value.cloudStorageLocation));
|
|
21597
21626
|
opt_properties && !value.properties && (value.properties = Object.assign({}, opt_properties));
|
|
21598
|
-
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()) {
|
|
21599
21628
|
var prop = $jscomp$key$m1075644492$123$prop.value;
|
|
21600
21629
|
if (value[prop]) {
|
|
21601
21630
|
var $jscomp$compprop17 = {};
|
|
@@ -22408,7 +22437,7 @@ ee.Geometry.BBox = function(west, south, east, north) {
|
|
|
22408
22437
|
var coordinates = [west, south, east, north];
|
|
22409
22438
|
if (ee.Geometry.hasServerValue_(coordinates)) {
|
|
22410
22439
|
var $jscomp$spread$args12;
|
|
22411
|
-
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));
|
|
22412
22441
|
}
|
|
22413
22442
|
if (!(west < Infinity)) {
|
|
22414
22443
|
throw Error("Geometry.BBox: west must not be " + west);
|
|
@@ -23868,8 +23897,8 @@ module$contents$ee$batch_Export.prefixImageFormatOptions_ = function(taskConfig,
|
|
|
23868
23897
|
})) {
|
|
23869
23898
|
throw Error("Parameter specified at least twice: once in config, and once in config format options.");
|
|
23870
23899
|
}
|
|
23871
|
-
for (var prefix = module$contents$ee$batch_FORMAT_PREFIX_MAP[imageFormat], validOptionKeys = module$contents$ee$batch_FORMAT_OPTIONS_MAP[imageFormat], prefixedOptions = {}, $jscomp$iter$50 =
|
|
23872
|
-
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;
|
|
23873
23902
|
if (!module$contents$goog$array_contains(validOptionKeys, key)) {
|
|
23874
23903
|
var validKeysMsg = validOptionKeys.join(", ");
|
|
23875
23904
|
throw Error('"' + key + '" is not a valid option, the image format "' + imageFormat + '""may have the following options: ' + (validKeysMsg + '".'));
|
|
@@ -26887,29 +26916,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26887
26916
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26888
26917
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26889
26918
|
(function() {
|
|
26890
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26891
|
-
orderedParamLists = [["name"
|
|
26892
|
-
|
|
26893
|
-
"
|
|
26894
|
-
"collection opt_description
|
|
26895
|
-
["
|
|
26896
|
-
["
|
|
26897
|
-
["
|
|
26898
|
-
["
|
|
26899
|
-
["
|
|
26900
|
-
"opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["
|
|
26901
|
-
["
|
|
26902
|
-
"
|
|
26903
|
-
["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "
|
|
26904
|
-
[ee.ApiFunction.
|
|
26905
|
-
module$contents$ee$batch_Export.
|
|
26906
|
-
ee.ComputedObject.prototype.
|
|
26907
|
-
ee.data.
|
|
26908
|
-
ee.data.
|
|
26909
|
-
ee.TILE_SIZE, ee.initialize, ee.
|
|
26910
|
-
ee.Filter, ee.Filter.
|
|
26911
|
-
ee.Image.prototype.
|
|
26912
|
-
ee.ImageCollection.prototype.
|
|
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(" "),
|
|
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(" "),
|
|
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) {
|
|
26913
26942
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26914
26943
|
});
|
|
26915
26944
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|