@google/earthengine 0.1.384 → 0.1.385
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/.tmp/BUILD +2 -2
- package/.tmp/METADATA +4 -4
- package/.tmp/VERSION_BUILD +2 -2
- package/build/browser.js +159 -161
- package/build/ee_api_js.js +215 -215
- package/build/ee_api_js_debug.js +137 -138
- package/build/ee_api_js_npm.js +159 -161
- package/build/main.js +159 -161
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/eeapiclient/api_client.ts +17 -14
- package/src/eeapiclient/api_request_hook.ts +7 -6
- package/src/eeapiclient/domain_object.ts +171 -96
- package/src/eeapiclient/generated_types.ts +9 -4
- package/src/eeapiclient/multipart_request.ts +23 -18
- package/src/eeapiclient/promise_api_client.ts +46 -27
- package/src/eeapiclient/promise_request_service.ts +15 -8
- package/src/eeapiclient/request_params.ts +26 -13
- package/src/eeapiclient/request_params_test.ts +77 -76
package/build/ee_api_js_npm.js
CHANGED
|
@@ -1200,8 +1200,7 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1200
1200
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1201
1201
|
};
|
|
1202
1202
|
}, "es8", "es3");
|
|
1203
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1,
|
|
1204
|
-
GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1};
|
|
1203
|
+
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__jspb_disable_serializing_empty_repeated_and_map_fields__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, GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1};
|
|
1205
1204
|
/*
|
|
1206
1205
|
|
|
1207
1206
|
Copyright The Closure Library Authors.
|
|
@@ -2966,8 +2965,6 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles = !1;
|
|
|
2966
2965
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles = !1;
|
|
2967
2966
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable = !1;
|
|
2968
2967
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable = !1;
|
|
2969
|
-
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_attribute_sanitization__disable = !1;
|
|
2970
|
-
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_hook_context_fix__enable = !1;
|
|
2971
2968
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disable_serializing_empty_repeated_and_map_fields__disable = !1;
|
|
2972
2969
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable = !1;
|
|
2973
2970
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable = !1;
|
|
@@ -2977,8 +2974,6 @@ goog.flags = {};
|
|
|
2977
2974
|
var module$contents$goog$flags_STAGING = goog.readFlagInternalDoNotUseOrElse(1, goog.FLAGS_STAGING_DEFAULT);
|
|
2978
2975
|
goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable : goog.readFlagInternalDoNotUseOrElse(610401301, !1);
|
|
2979
2976
|
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);
|
|
2980
|
-
goog.flags.CLIENT_ONLY_WIZ_ATTRIBUTE_SANITIZATION = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_attribute_sanitization__disable : goog.readFlagInternalDoNotUseOrElse(533565600, !0);
|
|
2981
|
-
goog.flags.CLIENT_ONLY_WIZ_HOOK_CONTEXT_FIX = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_hook_context_fix__enable : goog.readFlagInternalDoNotUseOrElse(563486499, !1);
|
|
2982
2977
|
goog.flags.JSPB_DISABLE_SERIALIZING_EMPTY_REPEATED_AND_MAP_FIELDS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disable_serializing_empty_repeated_and_map_fields__disable : goog.readFlagInternalDoNotUseOrElse(572417392,
|
|
2983
2978
|
!0);
|
|
2984
2979
|
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);
|
|
@@ -3157,29 +3152,29 @@ module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue
|
|
|
3157
3152
|
};
|
|
3158
3153
|
module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue.prototype.load = function() {
|
|
3159
3154
|
var $jscomp$async$this = this, userAgentData;
|
|
3160
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m2110036436$
|
|
3161
|
-
if (1 == $jscomp$generator$context$m2110036436$
|
|
3155
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m2110036436$14) {
|
|
3156
|
+
if (1 == $jscomp$generator$context$m2110036436$14.nextAddress) {
|
|
3162
3157
|
userAgentData = module$contents$goog$labs$userAgent$util_getUserAgentData();
|
|
3163
3158
|
if (!userAgentData) {
|
|
3164
|
-
return $jscomp$generator$context$m2110036436$
|
|
3159
|
+
return $jscomp$generator$context$m2110036436$14.return(void 0);
|
|
3165
3160
|
}
|
|
3166
3161
|
$jscomp$async$this.promise_ || ($jscomp$async$this.pending_ = !0, $jscomp$async$this.promise_ = function() {
|
|
3167
3162
|
var dataValues;
|
|
3168
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m2110036436$
|
|
3169
|
-
if (1 == $jscomp$generator$context$m2110036436$
|
|
3170
|
-
return $jscomp$generator$context$m2110036436$
|
|
3163
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m2110036436$13) {
|
|
3164
|
+
if (1 == $jscomp$generator$context$m2110036436$13.nextAddress) {
|
|
3165
|
+
return $jscomp$generator$context$m2110036436$13.setFinallyBlock(2), $jscomp$generator$context$m2110036436$13.yield(userAgentData.getHighEntropyValues([$jscomp$async$this.key_]), 4);
|
|
3171
3166
|
}
|
|
3172
|
-
if (2 != $jscomp$generator$context$m2110036436$
|
|
3173
|
-
return dataValues = $jscomp$generator$context$m2110036436$
|
|
3167
|
+
if (2 != $jscomp$generator$context$m2110036436$13.nextAddress) {
|
|
3168
|
+
return dataValues = $jscomp$generator$context$m2110036436$13.yieldResult, $jscomp$async$this.value_ = dataValues[$jscomp$async$this.key_], $jscomp$generator$context$m2110036436$13.return($jscomp$async$this.value_);
|
|
3174
3169
|
}
|
|
3175
|
-
$jscomp$generator$context$m2110036436$
|
|
3170
|
+
$jscomp$generator$context$m2110036436$13.enterFinallyBlock();
|
|
3176
3171
|
$jscomp$async$this.pending_ = !1;
|
|
3177
|
-
return $jscomp$generator$context$m2110036436$
|
|
3172
|
+
return $jscomp$generator$context$m2110036436$13.leaveFinallyBlock(0);
|
|
3178
3173
|
});
|
|
3179
3174
|
}());
|
|
3180
|
-
return $jscomp$generator$context$m2110036436$
|
|
3175
|
+
return $jscomp$generator$context$m2110036436$14.yield($jscomp$async$this.promise_, 2);
|
|
3181
3176
|
}
|
|
3182
|
-
return $jscomp$generator$context$m2110036436$
|
|
3177
|
+
return $jscomp$generator$context$m2110036436$14.return($jscomp$generator$context$m2110036436$14.yieldResult);
|
|
3183
3178
|
});
|
|
3184
3179
|
};
|
|
3185
3180
|
module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue.prototype.resetForTesting = function() {
|
|
@@ -3411,12 +3406,12 @@ var module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion = functi
|
|
|
3411
3406
|
this.useUach_ = useUach;
|
|
3412
3407
|
};
|
|
3413
3408
|
module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.getIfLoaded = function() {
|
|
3414
|
-
var $jscomp$this = this;
|
|
3409
|
+
var $jscomp$this$1683157560$24 = this;
|
|
3415
3410
|
if (this.useUach_) {
|
|
3416
3411
|
var loadedVersionList = module$exports$goog$labs$userAgent$highEntropy$highEntropyData.fullVersionList.getIfLoaded();
|
|
3417
3412
|
if (void 0 !== loadedVersionList) {
|
|
3418
3413
|
var matchingBrand = loadedVersionList.find(function($jscomp$destructuring$var4) {
|
|
3419
|
-
return $jscomp$this.brand_ === $jscomp$destructuring$var4.brand;
|
|
3414
|
+
return $jscomp$this$1683157560$24.brand_ === $jscomp$destructuring$var4.brand;
|
|
3420
3415
|
});
|
|
3421
3416
|
(0,goog.asserts.assertExists)(matchingBrand);
|
|
3422
3417
|
return new module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version(matchingBrand.version);
|
|
@@ -3428,27 +3423,27 @@ module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.ge
|
|
|
3428
3423
|
};
|
|
3429
3424
|
module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.load = function() {
|
|
3430
3425
|
var $jscomp$async$this = this, loadedVersionList, matchingBrand;
|
|
3431
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1683157560$
|
|
3432
|
-
if (1 == $jscomp$generator$context$1683157560$
|
|
3433
|
-
return $jscomp$async$this.useUach_ ? $jscomp$generator$context$1683157560$
|
|
3426
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1683157560$31) {
|
|
3427
|
+
if (1 == $jscomp$generator$context$1683157560$31.nextAddress) {
|
|
3428
|
+
return $jscomp$async$this.useUach_ ? $jscomp$generator$context$1683157560$31.yield(module$exports$goog$labs$userAgent$highEntropy$highEntropyData.fullVersionList.load(), 5) : $jscomp$generator$context$1683157560$31.yield(0, 3);
|
|
3434
3429
|
}
|
|
3435
|
-
if (3 != $jscomp$generator$context$1683157560$
|
|
3430
|
+
if (3 != $jscomp$generator$context$1683157560$31.nextAddress && (loadedVersionList = $jscomp$generator$context$1683157560$31.yieldResult, void 0 !== loadedVersionList)) {
|
|
3436
3431
|
return matchingBrand = loadedVersionList.find(function($jscomp$destructuring$var6) {
|
|
3437
3432
|
return $jscomp$async$this.brand_ === $jscomp$destructuring$var6.brand;
|
|
3438
|
-
}), (0,goog.asserts.assertExists)(matchingBrand), $jscomp$generator$context$1683157560$
|
|
3433
|
+
}), (0,goog.asserts.assertExists)(matchingBrand), $jscomp$generator$context$1683157560$31.return(new module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version(matchingBrand.version));
|
|
3439
3434
|
}
|
|
3440
3435
|
module$contents$goog$labs$userAgent$browser_preUachHasLoaded = !0;
|
|
3441
|
-
return $jscomp$generator$context$1683157560$
|
|
3436
|
+
return $jscomp$generator$context$1683157560$31.return($jscomp$async$this.version_);
|
|
3442
3437
|
});
|
|
3443
3438
|
};
|
|
3444
3439
|
var module$contents$goog$labs$userAgent$browser_preUachHasLoaded = !1;
|
|
3445
3440
|
goog.labs.userAgent.browser.loadFullVersions = function() {
|
|
3446
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1683157560$
|
|
3447
|
-
if (1 == $jscomp$generator$context$1683157560$
|
|
3448
|
-
return module$contents$goog$labs$userAgent$browser_useUserAgentDataBrand(!0) ? $jscomp$generator$context$1683157560$
|
|
3441
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1683157560$32) {
|
|
3442
|
+
if (1 == $jscomp$generator$context$1683157560$32.nextAddress) {
|
|
3443
|
+
return module$contents$goog$labs$userAgent$browser_useUserAgentDataBrand(!0) ? $jscomp$generator$context$1683157560$32.yield(module$exports$goog$labs$userAgent$highEntropy$highEntropyData.fullVersionList.load(), 2) : $jscomp$generator$context$1683157560$32.jumpTo(2);
|
|
3449
3444
|
}
|
|
3450
3445
|
module$contents$goog$labs$userAgent$browser_preUachHasLoaded = !0;
|
|
3451
|
-
$jscomp$generator$context$1683157560$
|
|
3446
|
+
$jscomp$generator$context$1683157560$32.jumpToEnd();
|
|
3452
3447
|
});
|
|
3453
3448
|
};
|
|
3454
3449
|
goog.labs.userAgent.browser.resetForTesting = function() {
|
|
@@ -6062,7 +6057,7 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
|
|
|
6062
6057
|
};
|
|
6063
6058
|
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;
|
|
6064
6059
|
function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
|
|
6065
|
-
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 = $jscomp.makeIterator(metadata.keys || []), $jscomp$key$key = $jscomp$iter$19.next(), $jscomp$loop$m192531680$
|
|
6060
|
+
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 = $jscomp.makeIterator(metadata.keys || []), $jscomp$key$key = $jscomp$iter$19.next(), $jscomp$loop$m192531680$40 = {}; !$jscomp$key$key.done; $jscomp$loop$m192531680$40 = {mapMetadata:void 0},
|
|
6066
6061
|
$jscomp$key$key = $jscomp$iter$19.next()) {
|
|
6067
6062
|
var key = $jscomp$key$key.value, value = valueGetter(key, source);
|
|
6068
6063
|
if (null != value) {
|
|
@@ -6075,11 +6070,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
6075
6070
|
} else if (objects.hasOwnProperty(key)) {
|
|
6076
6071
|
copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
|
|
6077
6072
|
} else if (objectMaps.hasOwnProperty(key)) {
|
|
6078
|
-
$jscomp$loop$m192531680$
|
|
6073
|
+
$jscomp$loop$m192531680$40.mapMetadata = objectMaps[key], copy = $jscomp$loop$m192531680$40.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m192531680$40) {
|
|
6079
6074
|
return function(v) {
|
|
6080
|
-
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m192531680$
|
|
6075
|
+
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m192531680$40.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6081
6076
|
};
|
|
6082
|
-
}($jscomp$loop$m192531680$
|
|
6077
|
+
}($jscomp$loop$m192531680$40)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m192531680$40.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6083
6078
|
} else if (Array.isArray(value)) {
|
|
6084
6079
|
if (metadata.emptyArrayIsUnset && 0 === value.length) {
|
|
6085
6080
|
continue;
|
|
@@ -6125,39 +6120,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
|
|
|
6125
6120
|
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))) {
|
|
6126
6121
|
return !1;
|
|
6127
6122
|
}
|
|
6128
|
-
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$key = $jscomp$iter$21.next(), $jscomp$loop$m192531680$
|
|
6123
|
+
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$key = $jscomp$iter$21.next(), $jscomp$loop$m192531680$41 = {}; !$jscomp$key$key.done; $jscomp$loop$m192531680$41 = {value2$jscomp$7:void 0, mapMetadata$jscomp$2:void 0}, $jscomp$key$key = $jscomp$iter$21.next()) {
|
|
6129
6124
|
var key = $jscomp$key$key.value, has1 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable1, key, metadata1), has2 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable2, key, metadata2);
|
|
6130
6125
|
if (has1 !== has2) {
|
|
6131
6126
|
return !1;
|
|
6132
6127
|
}
|
|
6133
6128
|
if (has1) {
|
|
6134
6129
|
var value1 = serializable1.Serializable$get(key);
|
|
6135
|
-
$jscomp$loop$m192531680$
|
|
6130
|
+
$jscomp$loop$m192531680$41.value2$jscomp$7 = serializable2.Serializable$get(key);
|
|
6136
6131
|
if (arrays1.hasOwnProperty(key)) {
|
|
6137
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$
|
|
6132
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !0, !0)) {
|
|
6138
6133
|
return !1;
|
|
6139
6134
|
}
|
|
6140
6135
|
} else if (objects1.hasOwnProperty(key)) {
|
|
6141
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$
|
|
6136
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !1, !0)) {
|
|
6142
6137
|
return !1;
|
|
6143
6138
|
}
|
|
6144
6139
|
} else if (objectMaps1.hasOwnProperty(key)) {
|
|
6145
|
-
if ($jscomp$loop$m192531680$
|
|
6146
|
-
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m192531680$
|
|
6140
|
+
if ($jscomp$loop$m192531680$41.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m192531680$41.mapMetadata$jscomp$2.isPropertyArray) {
|
|
6141
|
+
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m192531680$41.value2$jscomp$7) || value1.some(function($jscomp$loop$m192531680$41) {
|
|
6147
6142
|
return function(v1, i) {
|
|
6148
|
-
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m192531680$
|
|
6143
|
+
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m192531680$41.value2$jscomp$7[i], $jscomp$loop$m192531680$41.mapMetadata$jscomp$2);
|
|
6149
6144
|
};
|
|
6150
|
-
}($jscomp$loop$m192531680$
|
|
6145
|
+
}($jscomp$loop$m192531680$41))) {
|
|
6151
6146
|
return !1;
|
|
6152
6147
|
}
|
|
6153
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m192531680$
|
|
6148
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, $jscomp$loop$m192531680$41.mapMetadata$jscomp$2)) {
|
|
6154
6149
|
return !1;
|
|
6155
6150
|
}
|
|
6156
6151
|
} else if (Array.isArray(value1)) {
|
|
6157
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$
|
|
6152
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !0, !1)) {
|
|
6158
6153
|
return !1;
|
|
6159
6154
|
}
|
|
6160
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$
|
|
6155
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !1, !1)) {
|
|
6161
6156
|
return !1;
|
|
6162
6157
|
}
|
|
6163
6158
|
}
|
|
@@ -6578,7 +6573,6 @@ var module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$
|
|
|
6578
6573
|
throw Error("SafeScript is not meant to be built directly");
|
|
6579
6574
|
}
|
|
6580
6575
|
this.privateDoNotAccessOrElseSafeScriptWrappedValue_ = value;
|
|
6581
|
-
this.implementsGoogStringTypedString = !0;
|
|
6582
6576
|
};
|
|
6583
6577
|
module$contents$goog$html$SafeScript_SafeScript.prototype.toString = function() {
|
|
6584
6578
|
return this.privateDoNotAccessOrElseSafeScriptWrappedValue_.toString();
|
|
@@ -6590,9 +6584,6 @@ module$contents$goog$html$SafeScript_SafeScript.fromConstant = function(script)
|
|
|
6590
6584
|
module$contents$goog$html$SafeScript_SafeScript.fromJson = function(val) {
|
|
6591
6585
|
return module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(module$contents$goog$html$SafeScript_SafeScript.stringify_(val));
|
|
6592
6586
|
};
|
|
6593
|
-
module$contents$goog$html$SafeScript_SafeScript.prototype.getTypedStringValue = function() {
|
|
6594
|
-
return this.privateDoNotAccessOrElseSafeScriptWrappedValue_.toString();
|
|
6595
|
-
};
|
|
6596
6587
|
module$contents$goog$html$SafeScript_SafeScript.unwrap = function(safeScript) {
|
|
6597
6588
|
return module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript(safeScript).toString();
|
|
6598
6589
|
};
|
|
@@ -7072,7 +7063,6 @@ var module$contents$goog$html$SafeStyleSheet_CONSTRUCTOR_TOKEN_PRIVATE = {}, mod
|
|
|
7072
7063
|
throw Error("SafeStyleSheet is not meant to be built directly");
|
|
7073
7064
|
}
|
|
7074
7065
|
this.privateDoNotAccessOrElseSafeStyleSheetWrappedValue_ = value;
|
|
7075
|
-
this.implementsGoogStringTypedString = !0;
|
|
7076
7066
|
};
|
|
7077
7067
|
module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.prototype.toString = function() {
|
|
7078
7068
|
return this.privateDoNotAccessOrElseSafeStyleSheetWrappedValue_.toString();
|
|
@@ -7118,9 +7108,6 @@ module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.fromConstant = function(
|
|
|
7118
7108
|
(0,goog.asserts.assert)(!(0,goog.string.internal.contains)(styleSheetString, "<"), "Forbidden '<' character in style sheet string: " + styleSheetString);
|
|
7119
7109
|
return module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrElse(styleSheetString);
|
|
7120
7110
|
};
|
|
7121
|
-
module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.prototype.getTypedStringValue = function() {
|
|
7122
|
-
return this.privateDoNotAccessOrElseSafeStyleSheetWrappedValue_;
|
|
7123
|
-
};
|
|
7124
7111
|
module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.unwrap = function(safeStyleSheet) {
|
|
7125
7112
|
if (safeStyleSheet instanceof module$contents$goog$html$SafeStyleSheet_SafeStyleSheet && safeStyleSheet.constructor === module$contents$goog$html$SafeStyleSheet_SafeStyleSheet) {
|
|
7126
7113
|
return safeStyleSheet.privateDoNotAccessOrElseSafeStyleSheetWrappedValue_;
|
|
@@ -7157,7 +7144,7 @@ module$contents$goog$html$SafeHtml_SafeHtml.unwrapTrustedHTML = function(safeHtm
|
|
|
7157
7144
|
return "type_error:SafeHtml";
|
|
7158
7145
|
};
|
|
7159
7146
|
module$contents$goog$html$SafeHtml_SafeHtml.htmlEscape = function(textOrHtml) {
|
|
7160
|
-
return textOrHtml instanceof module$contents$goog$html$SafeHtml_SafeHtml ? textOrHtml : module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(goog.string.internal.htmlEscape(
|
|
7147
|
+
return textOrHtml instanceof module$contents$goog$html$SafeHtml_SafeHtml ? textOrHtml : module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(goog.string.internal.htmlEscape(String(textOrHtml)));
|
|
7161
7148
|
};
|
|
7162
7149
|
module$contents$goog$html$SafeHtml_SafeHtml.htmlEscapePreservingNewlines = function(textOrHtml) {
|
|
7163
7150
|
if (textOrHtml instanceof module$contents$goog$html$SafeHtml_SafeHtml) {
|
|
@@ -7334,14 +7321,13 @@ function module$contents$goog$html$SafeHtml_getAttrNameAndValue(tagName, name, v
|
|
|
7334
7321
|
} else if (value instanceof goog.html.SafeUrl) {
|
|
7335
7322
|
value = goog.html.SafeUrl.unwrap(value);
|
|
7336
7323
|
} else if ("string" === typeof value) {
|
|
7337
|
-
value = goog.html.SafeUrl.sanitize(value).
|
|
7324
|
+
value = goog.html.SafeUrl.sanitize(value).toString();
|
|
7338
7325
|
} else {
|
|
7339
7326
|
throw Error(module$contents$goog$html$SafeHtml_SafeHtml.ENABLE_ERROR_MESSAGES ? 'Attribute "' + name + '" on tag "' + tagName + '" requires goog.html.SafeUrl, goog.string.Const, or string, value "' + value + '" given.' : "");
|
|
7340
7327
|
}
|
|
7341
7328
|
}
|
|
7342
7329
|
}
|
|
7343
|
-
value.
|
|
7344
|
-
goog.asserts.assert("string" === typeof value || "number" === typeof value, "String or number value expected, got " + typeof value + " with value: " + value);
|
|
7330
|
+
goog.asserts.assert(value instanceof goog.html.SafeUrl || value instanceof goog.html.TrustedResourceUrl || value instanceof module$contents$goog$html$SafeStyle_SafeStyle || value instanceof module$contents$goog$html$SafeHtml_SafeHtml || "string" === typeof value || "number" === typeof value, "String or number value expected, got " + typeof value + " with value: " + value);
|
|
7345
7331
|
return name + '="' + goog.string.internal.htmlEscape(String(value)) + '"';
|
|
7346
7332
|
}
|
|
7347
7333
|
function module$contents$goog$html$SafeHtml_getStyleValue(value) {
|
|
@@ -7466,36 +7452,33 @@ function module$contents$safevalues$restricted$reviewed_assertValidJustification
|
|
|
7466
7452
|
throw Error("Calls to uncheckedconversion functions must go through security review. A justification must be provided to capture what security assumptions are being made. See go/unchecked-conversions");
|
|
7467
7453
|
}
|
|
7468
7454
|
}
|
|
7469
|
-
function module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options) {
|
|
7470
|
-
return "string" === typeof options ? options : options.justification;
|
|
7471
|
-
}
|
|
7472
7455
|
function module$contents$safevalues$restricted$reviewed_htmlSafeByReview(html, options) {
|
|
7473
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7456
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(options.justification);
|
|
7474
7457
|
return module$contents$safevalues$internals$html_impl_createHtmlInternal(html);
|
|
7475
7458
|
}
|
|
7476
7459
|
module$exports$safevalues$restricted$reviewed.htmlSafeByReview = module$contents$safevalues$restricted$reviewed_htmlSafeByReview;
|
|
7477
7460
|
function module$contents$safevalues$restricted$reviewed_scriptSafeByReview(script, options) {
|
|
7478
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7461
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(options.justification);
|
|
7479
7462
|
return module$contents$safevalues$internals$script_impl_createScriptInternal(script);
|
|
7480
7463
|
}
|
|
7481
7464
|
module$exports$safevalues$restricted$reviewed.scriptSafeByReview = module$contents$safevalues$restricted$reviewed_scriptSafeByReview;
|
|
7482
7465
|
function module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview(url, options) {
|
|
7483
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7466
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(options.justification);
|
|
7484
7467
|
return module$contents$safevalues$internals$resource_url_impl_createResourceUrlInternal(url);
|
|
7485
7468
|
}
|
|
7486
7469
|
module$exports$safevalues$restricted$reviewed.resourceUrlSafeByReview = module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview;
|
|
7487
7470
|
function module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview(stylesheet, options) {
|
|
7488
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7471
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(options.justification);
|
|
7489
7472
|
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(stylesheet);
|
|
7490
7473
|
}
|
|
7491
7474
|
module$exports$safevalues$restricted$reviewed.styleSheetSafeByReview = module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview;
|
|
7492
7475
|
function module$contents$safevalues$restricted$reviewed_urlSafeByReview(url, options) {
|
|
7493
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7476
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(options.justification);
|
|
7494
7477
|
return module$contents$safevalues$internals$url_impl_createUrlInternal(url);
|
|
7495
7478
|
}
|
|
7496
7479
|
module$exports$safevalues$restricted$reviewed.urlSafeByReview = module$contents$safevalues$restricted$reviewed_urlSafeByReview;
|
|
7497
7480
|
function module$contents$safevalues$restricted$reviewed_styleSafeByReview(style, options) {
|
|
7498
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7481
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(options.justification);
|
|
7499
7482
|
return module$contents$safevalues$internals$style_impl_createStyleInternal(style);
|
|
7500
7483
|
}
|
|
7501
7484
|
module$exports$safevalues$restricted$reviewed.styleSafeByReview = module$contents$safevalues$restricted$reviewed_styleSafeByReview;
|
|
@@ -7542,7 +7525,7 @@ goog.dom.safe.setInnerHtml = function(elem, html) {
|
|
|
7542
7525
|
goog.dom.safe.unsafeSetInnerHtmlDoNotUseOrElse(elem, html);
|
|
7543
7526
|
};
|
|
7544
7527
|
goog.dom.safe.setInnerHtmlFromConstant = function(element, constHtml) {
|
|
7545
|
-
goog.dom.safe.setInnerHtml(element, module$contents$safevalues$restricted$reviewed_htmlSafeByReview(goog.string.Const.unwrap(constHtml), "Constant HTML to be immediatelly used."));
|
|
7528
|
+
goog.dom.safe.setInnerHtml(element, module$contents$safevalues$restricted$reviewed_htmlSafeByReview(goog.string.Const.unwrap(constHtml), {justification:"Constant HTML to be immediatelly used."}));
|
|
7546
7529
|
};
|
|
7547
7530
|
goog.dom.safe.setOuterHtml = function(elem, html) {
|
|
7548
7531
|
elem.outerHTML = module$contents$goog$html$SafeHtml_SafeHtml.unwrapTrustedHTML(html);
|
|
@@ -7816,7 +7799,7 @@ goog.string.unescapeEntitiesUsingDom_ = function(str, opt_document) {
|
|
|
7816
7799
|
var n = Number("0" + entity.slice(1));
|
|
7817
7800
|
isNaN(n) || (value = String.fromCharCode(n));
|
|
7818
7801
|
}
|
|
7819
|
-
value || (goog.dom.safe.setInnerHtml(div, module$contents$safevalues$restricted$reviewed_htmlSafeByReview(s + " ", "Single HTML entity.")), value = div.firstChild.nodeValue.slice(0, -1));
|
|
7802
|
+
value || (goog.dom.safe.setInnerHtml(div, module$contents$safevalues$restricted$reviewed_htmlSafeByReview(s + " ", {justification:"Single HTML entity."})), value = div.firstChild.nodeValue.slice(0, -1));
|
|
7820
7803
|
return seen[s] = value;
|
|
7821
7804
|
});
|
|
7822
7805
|
};
|
|
@@ -8889,15 +8872,15 @@ module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.addMetad
|
|
|
8889
8872
|
this._metadataPayload += "Content-Type: application/json; charset=utf-8\r\n\r\n" + JSON.stringify(json) + ("\r\n--" + this._boundary + "\r\n");
|
|
8890
8873
|
};
|
|
8891
8874
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.build = function() {
|
|
8892
|
-
var $jscomp$this = this, payload = "--" + this._boundary + "\r\n";
|
|
8875
|
+
var $jscomp$this$m667091202$6 = this, payload = "--" + this._boundary + "\r\n";
|
|
8893
8876
|
payload += this._metadataPayload;
|
|
8894
8877
|
return Promise.all(this.files.map(function(f) {
|
|
8895
|
-
return $jscomp$this.encodeFile(f);
|
|
8878
|
+
return $jscomp$this$m667091202$6.encodeFile(f);
|
|
8896
8879
|
})).then(function(filePayloads) {
|
|
8897
8880
|
for (var $jscomp$iter$30 = $jscomp.makeIterator(filePayloads), $jscomp$key$filePayload = $jscomp$iter$30.next(); !$jscomp$key$filePayload.done; $jscomp$key$filePayload = $jscomp$iter$30.next()) {
|
|
8898
8881
|
payload += $jscomp$key$filePayload.value;
|
|
8899
8882
|
}
|
|
8900
|
-
return payload += "\r\n--" + $jscomp$this._boundary + "--";
|
|
8883
|
+
return payload += "\r\n--" + $jscomp$this$m667091202$6._boundary + "--";
|
|
8901
8884
|
});
|
|
8902
8885
|
};
|
|
8903
8886
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.encodeFile = function(file) {
|
|
@@ -8985,9 +8968,9 @@ module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$reques
|
|
|
8985
8968
|
return this.$addHooksToRequest(requestParams, this.requestService.send(module$contents$eeapiclient$api_client_toMakeRequestParams(requestParams), responseCtor));
|
|
8986
8969
|
};
|
|
8987
8970
|
module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$uploadRequest = function(requestParams) {
|
|
8988
|
-
var $jscomp$this = this, responseCtor = requestParams.responseCtor || void 0;
|
|
8971
|
+
var $jscomp$this$1237977804$4 = this, responseCtor = requestParams.responseCtor || void 0;
|
|
8989
8972
|
return this.$addHooksToRequest(requestParams, module$contents$eeapiclient$api_client_toMultipartMakeRequestParams(requestParams).then(function(params) {
|
|
8990
|
-
return $jscomp$this.requestService.send(params, responseCtor);
|
|
8973
|
+
return $jscomp$this$1237977804$4.requestService.send(params, responseCtor);
|
|
8991
8974
|
}));
|
|
8992
8975
|
};
|
|
8993
8976
|
var module$exports$eeapiclient$ee_api_client = {}, module$contents$eeapiclient$ee_api_client_module = module$contents$eeapiclient$ee_api_client_module || {id:"geo/gestalt/client/javascript/v1/ee_api_client.closure.js"};
|
|
@@ -15027,7 +15010,7 @@ goog.dom.createTable_ = function(doc, rows, columns, fillWithNbsp) {
|
|
|
15027
15010
|
return table;
|
|
15028
15011
|
};
|
|
15029
15012
|
goog.dom.constHtmlToNode = function(var_args) {
|
|
15030
|
-
var stringArray = Array.prototype.map.call(arguments, goog.string.Const.unwrap), safeHtml = module$contents$safevalues$restricted$reviewed_htmlSafeByReview(stringArray.join(""), "Constant HTML string, that gets turned into a Node later, so it will be automatically balanced.");
|
|
15013
|
+
var stringArray = Array.prototype.map.call(arguments, goog.string.Const.unwrap), safeHtml = module$contents$safevalues$restricted$reviewed_htmlSafeByReview(stringArray.join(""), {justification:"Constant HTML string, that gets turned into a Node later, so it will be automatically balanced."});
|
|
15031
15014
|
return goog.dom.safeHtmlToNode(safeHtml);
|
|
15032
15015
|
};
|
|
15033
15016
|
goog.dom.safeHtmlToNode = function(html) {
|
|
@@ -15744,9 +15727,9 @@ goog.debug.asyncStackTag = {};
|
|
|
15744
15727
|
var module$contents$goog$debug$asyncStackTag_createTask = goog.DEBUG && goog.global.console && goog.global.console.createTask ? goog.global.console.createTask.bind(goog.global.console) : void 0, module$contents$goog$debug$asyncStackTag_CONSOLE_TASK_SYMBOL = module$contents$goog$debug$asyncStackTag_createTask ? Symbol("consoleTask") : void 0;
|
|
15745
15728
|
function module$contents$goog$debug$asyncStackTag_wrap(fn, name) {
|
|
15746
15729
|
function wrappedFn() {
|
|
15747
|
-
var args = $jscomp.getRestArguments.apply(0, arguments), $jscomp$this = this;
|
|
15730
|
+
var args = $jscomp.getRestArguments.apply(0, arguments), $jscomp$this$1621498202$2 = this;
|
|
15748
15731
|
return consoleTask.run(function() {
|
|
15749
|
-
return fn.call.apply(fn, [$jscomp$this].concat($jscomp.arrayFromIterable(args)));
|
|
15732
|
+
return fn.call.apply(fn, [$jscomp$this$1621498202$2].concat($jscomp.arrayFromIterable(args)));
|
|
15750
15733
|
});
|
|
15751
15734
|
}
|
|
15752
15735
|
name = void 0 === name ? "anonymous" : name;
|
|
@@ -16281,9 +16264,9 @@ module$contents$goog$async$Throttle_Throttle.prototype.onTimer_ = function() {
|
|
|
16281
16264
|
this.shouldFire_ && !this.pauseCount_ && (this.shouldFire_ = !1, this.doAction_());
|
|
16282
16265
|
};
|
|
16283
16266
|
module$contents$goog$async$Throttle_Throttle.prototype.doAction_ = function() {
|
|
16284
|
-
var $jscomp$this = this;
|
|
16267
|
+
var $jscomp$this$m92829211$8 = this;
|
|
16285
16268
|
this.timer_ = goog.Timer.callOnce(function() {
|
|
16286
|
-
return $jscomp$this.onTimer_();
|
|
16269
|
+
return $jscomp$this$m92829211$8.onTimer_();
|
|
16287
16270
|
}, this.interval_);
|
|
16288
16271
|
var args = this.args_;
|
|
16289
16272
|
this.args_ = null;
|
|
@@ -16956,9 +16939,9 @@ third_party$javascript$closure$log$log$classdecl$var5.prototype.getLogRegistryEn
|
|
|
16956
16939
|
return logRegistryEntry;
|
|
16957
16940
|
};
|
|
16958
16941
|
third_party$javascript$closure$log$log$classdecl$var5.prototype.getAllLoggers = function() {
|
|
16959
|
-
var $jscomp$this = this;
|
|
16942
|
+
var $jscomp$this$17096019$34 = this;
|
|
16960
16943
|
return Object.keys(this.entries).map(function(loggerName) {
|
|
16961
|
-
return $jscomp$this.entries[loggerName].logger;
|
|
16944
|
+
return $jscomp$this$17096019$34.entries[loggerName].logger;
|
|
16962
16945
|
});
|
|
16963
16946
|
};
|
|
16964
16947
|
goog.log.LogRegistry_ = third_party$javascript$closure$log$log$classdecl$var5;
|
|
@@ -17553,8 +17536,8 @@ function module$contents$safevalues$internals$attribute_impl_unwrapAttributePref
|
|
|
17553
17536
|
throw Error(message);
|
|
17554
17537
|
}
|
|
17555
17538
|
module$exports$safevalues$internals$attribute_impl.unwrapAttributePrefix = module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix;
|
|
17556
|
-
var $jscomp$templatelit$1274514361$
|
|
17557
|
-
["\\0"]), $jscomp$templatelit$1274514361$
|
|
17539
|
+
var $jscomp$templatelit$1274514361$5 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$1274514361$6 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\0"]), $jscomp$templatelit$1274514361$7 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$1274514361$8 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), $jscomp$templatelit$1274514361$9 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$1274514361$10 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"],
|
|
17540
|
+
["\\0"]), $jscomp$templatelit$1274514361$11 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$1274514361$12 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), module$contents$safevalues$internals$string_literal_module = module$contents$safevalues$internals$string_literal_module || {id:"third_party/javascript/safevalues/internals/string_literal.closure.js"};
|
|
17558
17541
|
function module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, numExprs) {
|
|
17559
17542
|
if (!module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) || numExprs + 1 !== templateObj.length) {
|
|
17560
17543
|
throw new TypeError("\n ############################## ERROR ##############################\n\n It looks like you are trying to call a template tag function (fn`...`)\n using the normal function syntax (fn(...)), which is not supported.\n\n The functions in the safevalues library are not designed to be called\n like normal functions, and doing so invalidates the security guarantees\n that safevalues provides.\n\n If you are stuck and not sure how to proceed, please reach out to us\n instead through:\n - go/ise-hardening-yaqs (preferred) // LINE-INTERNAL\n - g/ise-hardening // LINE-INTERNAL\n - https://github.com/google/safevalues/issues\n\n ############################## ERROR ##############################");
|
|
@@ -17568,14 +17551,14 @@ function module$contents$safevalues$internals$string_literal_checkTranspiled(fn)
|
|
|
17568
17551
|
return -1 === fn.toString().indexOf("`");
|
|
17569
17552
|
}
|
|
17570
17553
|
var module$contents$safevalues$internals$string_literal_isTranspiled = module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17571
|
-
return tag($jscomp$templatelit$1274514361$
|
|
17554
|
+
return tag($jscomp$templatelit$1274514361$5);
|
|
17572
17555
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17573
|
-
return tag($jscomp$templatelit$1274514361$
|
|
17556
|
+
return tag($jscomp$templatelit$1274514361$6);
|
|
17574
17557
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17575
|
-
return tag($jscomp$templatelit$1274514361$
|
|
17558
|
+
return tag($jscomp$templatelit$1274514361$7);
|
|
17576
17559
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17577
|
-
return tag($jscomp$templatelit$1274514361$
|
|
17578
|
-
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$
|
|
17560
|
+
return tag($jscomp$templatelit$1274514361$8);
|
|
17561
|
+
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$9) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$10) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$11) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$12);
|
|
17579
17562
|
function module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) {
|
|
17580
17563
|
return Array.isArray(templateObj) && Array.isArray(templateObj.raw) && templateObj.length === templateObj.raw.length && (module$contents$safevalues$internals$string_literal_isTranspiled || templateObj !== templateObj.raw) && (module$contents$safevalues$internals$string_literal_isTranspiled && !module$contents$safevalues$internals$string_literal_frozenTSA || module$contents$safevalues$internals$string_literal_checkFrozen(templateObj)) ?
|
|
17581
17564
|
!0 : !1;
|
|
@@ -17596,12 +17579,24 @@ function module$contents$safevalues$builders$attribute_builders_safeAttrPrefix(t
|
|
|
17596
17579
|
}
|
|
17597
17580
|
return module$contents$safevalues$internals$attribute_impl_createAttributePrefixInternal(attrPrefix);
|
|
17598
17581
|
}
|
|
17599
|
-
;var module$contents$safevalues$builders$document_fragment_builders_module = module$contents$safevalues$builders$document_fragment_builders_module || {id:"third_party/javascript/safevalues/builders/document_fragment_builders.closure.js"};
|
|
17582
|
+
;var module$exports$safevalues$builders$document_fragment_builders = {}, module$contents$safevalues$builders$document_fragment_builders_module = module$contents$safevalues$builders$document_fragment_builders_module || {id:"third_party/javascript/safevalues/builders/document_fragment_builders.closure.js"};
|
|
17600
17583
|
function module$contents$safevalues$builders$document_fragment_builders_safeFragment(templateObj) {
|
|
17584
|
+
return module$contents$safevalues$builders$document_fragment_builders_htmlFragment(templateObj);
|
|
17585
|
+
}
|
|
17586
|
+
module$exports$safevalues$builders$document_fragment_builders.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
|
|
17587
|
+
function module$contents$safevalues$builders$document_fragment_builders_htmlFragment(templateObj) {
|
|
17601
17588
|
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, 0);
|
|
17602
17589
|
return document.createRange().createContextualFragment(module$contents$safevalues$internals$html_impl_unwrapHtml(module$contents$safevalues$internals$html_impl_createHtmlInternal(templateObj[0])));
|
|
17603
17590
|
}
|
|
17604
|
-
|
|
17591
|
+
module$exports$safevalues$builders$document_fragment_builders.htmlFragment = module$contents$safevalues$builders$document_fragment_builders_htmlFragment;
|
|
17592
|
+
function module$contents$safevalues$builders$document_fragment_builders_svgFragment(templateObj) {
|
|
17593
|
+
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, 0);
|
|
17594
|
+
var svgElem = document.createElementNS("http://www.w3.org/2000/svg", "svg"), range = document.createRange();
|
|
17595
|
+
range.selectNodeContents(svgElem);
|
|
17596
|
+
return range.createContextualFragment(module$contents$safevalues$internals$html_impl_unwrapHtml(module$contents$safevalues$internals$html_impl_createHtmlInternal(templateObj[0])));
|
|
17597
|
+
}
|
|
17598
|
+
module$exports$safevalues$builders$document_fragment_builders.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
|
|
17599
|
+
var module$exports$safevalues$builders$style_sheet_builders = {}, module$contents$safevalues$builders$style_sheet_builders_module = module$contents$safevalues$builders$style_sheet_builders_module || {id:"third_party/javascript/safevalues/builders/style_sheet_builders.closure.js"}, module$contents$safevalues$builders$style_sheet_builders_Primitive;
|
|
17605
17600
|
module$exports$safevalues$builders$style_sheet_builders.safeStyleRule = function(templateObj) {
|
|
17606
17601
|
var rest = $jscomp.getRestArguments.apply(1, arguments);
|
|
17607
17602
|
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, rest.length);
|
|
@@ -17951,8 +17946,8 @@ module$exports$safevalues$builders$html_formatter.HtmlFormatter = function() {
|
|
|
17951
17946
|
this.replacements = new Map();
|
|
17952
17947
|
};
|
|
17953
17948
|
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.format = function(format) {
|
|
17954
|
-
var $jscomp$this = this, openedTags = [], marker = (0,module$exports$safevalues$builders$html_builders.htmlEscape)("_safevalues_format_marker_:").toString(), html = (0,module$exports$safevalues$builders$html_builders.htmlEscape)(format).toString().replace(new RegExp("\\{" + marker + "[\\w&#;]+\\}", "g"), function(match) {
|
|
17955
|
-
return $jscomp$this.replaceFormattingString(openedTags, match);
|
|
17949
|
+
var $jscomp$this$380122516$5 = this, openedTags = [], marker = (0,module$exports$safevalues$builders$html_builders.htmlEscape)("_safevalues_format_marker_:").toString(), html = (0,module$exports$safevalues$builders$html_builders.htmlEscape)(format).toString().replace(new RegExp("\\{" + marker + "[\\w&#;]+\\}", "g"), function(match) {
|
|
17950
|
+
return $jscomp$this$380122516$5.replaceFormattingString(openedTags, match);
|
|
17956
17951
|
});
|
|
17957
17952
|
if (0 !== openedTags.length) {
|
|
17958
17953
|
if (goog.DEBUG) {
|
|
@@ -18141,8 +18136,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
18141
18136
|
return this.sanitizeToFragmentInternal(html, inertDocument);
|
|
18142
18137
|
};
|
|
18143
18138
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeToFragmentInternal = function(html, inertDocument) {
|
|
18144
|
-
for (var $jscomp$this = this, dirtyFragment = module$contents$safevalues$builders$html_sanitizer$inert_fragment_createInertFragment(html, inertDocument), treeWalker = document.createTreeWalker(dirtyFragment, 5, function(n) {
|
|
18145
|
-
return $jscomp$this.nodeFilter(n);
|
|
18139
|
+
for (var $jscomp$this$m1803429925$10 = this, dirtyFragment = module$contents$safevalues$builders$html_sanitizer$inert_fragment_createInertFragment(html, inertDocument), treeWalker = document.createTreeWalker(dirtyFragment, 5, function(n) {
|
|
18140
|
+
return $jscomp$this$m1803429925$10.nodeFilter(n);
|
|
18146
18141
|
}, !1), currentNode = treeWalker.nextNode(), sanitizedFragment = inertDocument.createDocumentFragment(), sanitizedParent = sanitizedFragment; null !== currentNode;) {
|
|
18147
18142
|
var sanitizedNode = void 0;
|
|
18148
18143
|
if (module$contents$safevalues$builders$html_sanitizer$no_clobber_isText(currentNode)) {
|
|
@@ -18602,7 +18597,9 @@ module$exports$safevalues$reporting$reporting.TEST_ONLY = {reset:function() {
|
|
|
18602
18597
|
}};
|
|
18603
18598
|
var module$exports$safevalues$index = {}, module$contents$safevalues$index_module = module$contents$safevalues$index_module || {id:"third_party/javascript/safevalues/index.closure.js"};
|
|
18604
18599
|
module$exports$safevalues$index.safeAttrPrefix = module$contents$safevalues$builders$attribute_builders_safeAttrPrefix;
|
|
18600
|
+
module$exports$safevalues$index.htmlFragment = module$contents$safevalues$builders$document_fragment_builders_htmlFragment;
|
|
18605
18601
|
module$exports$safevalues$index.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
|
|
18602
|
+
module$exports$safevalues$index.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
|
|
18606
18603
|
module$exports$safevalues$index.concatHtmls = module$exports$safevalues$builders$html_builders.concatHtmls;
|
|
18607
18604
|
module$exports$safevalues$index.doctypeHtml = module$exports$safevalues$builders$html_builders.doctypeHtml;
|
|
18608
18605
|
module$exports$safevalues$index.htmlEscape = module$exports$safevalues$builders$html_builders.htmlEscape;
|
|
@@ -18666,7 +18663,9 @@ module$exports$safevalues$index.createHtml = module$exports$safevalues$builders$
|
|
|
18666
18663
|
module$exports$safevalues$index.styleSheetToHtml = module$exports$safevalues$builders$html_builders.styleSheetToHtml;
|
|
18667
18664
|
module$exports$safevalues$index.safeStyleRule = module$exports$safevalues$builders$style_sheet_builders.safeStyleRule;
|
|
18668
18665
|
safevalues.safeAttrPrefix = module$contents$safevalues$builders$attribute_builders_safeAttrPrefix;
|
|
18666
|
+
safevalues.htmlFragment = module$contents$safevalues$builders$document_fragment_builders_htmlFragment;
|
|
18669
18667
|
safevalues.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
|
|
18668
|
+
safevalues.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
|
|
18670
18669
|
safevalues.concatHtmls = module$exports$safevalues$index.concatHtmls;
|
|
18671
18670
|
safevalues.doctypeHtml = module$exports$safevalues$index.doctypeHtml;
|
|
18672
18671
|
safevalues.htmlEscape = module$exports$safevalues$index.htmlEscape;
|
|
@@ -18731,11 +18730,11 @@ safevalues.HtmlFormatter = module$exports$safevalues$builders$html_formatter.Htm
|
|
|
18731
18730
|
safevalues.createHtml = module$exports$safevalues$index.createHtml;
|
|
18732
18731
|
safevalues.styleSheetToHtml = module$exports$safevalues$index.styleSheetToHtml;
|
|
18733
18732
|
safevalues.safeStyleRule = module$exports$safevalues$index.safeStyleRule;
|
|
18734
|
-
var $jscomp$templatelit$294235699$
|
|
18733
|
+
var $jscomp$templatelit$294235699$94 = $jscomp.createTemplateTagFirstArg(["https://apis.google.com/js/client.js?onload=", ""]);
|
|
18735
18734
|
ee.apiclient = {};
|
|
18736
18735
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18737
18736
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18738
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
18737
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.385";
|
|
18739
18738
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18740
18739
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18741
18740
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -18751,12 +18750,12 @@ module$contents$ee$apiclient_Call.prototype.withDetectPartialError = function(de
|
|
|
18751
18750
|
return this;
|
|
18752
18751
|
};
|
|
18753
18752
|
module$contents$ee$apiclient_Call.prototype.handle = function(response) {
|
|
18754
|
-
var $jscomp$this = this;
|
|
18753
|
+
var $jscomp$this$294235699$3 = this;
|
|
18755
18754
|
if (response instanceof Promise) {
|
|
18756
18755
|
if (this.callback) {
|
|
18757
18756
|
var callback = function(result, error) {
|
|
18758
18757
|
try {
|
|
18759
|
-
return $jscomp$this.callback(result, error);
|
|
18758
|
+
return $jscomp$this$294235699$3.callback(result, error);
|
|
18760
18759
|
} catch (callbackError) {
|
|
18761
18760
|
setTimeout(function() {
|
|
18762
18761
|
throw callbackError;
|
|
@@ -18835,7 +18834,7 @@ var module$contents$ee$apiclient_EERequestService = function(sync, retries) {
|
|
|
18835
18834
|
};
|
|
18836
18835
|
$jscomp.inherits(module$contents$ee$apiclient_EERequestService, module$exports$eeapiclient$promise_request_service.PromiseRequestService);
|
|
18837
18836
|
module$contents$ee$apiclient_EERequestService.prototype.send = function(params, responseCtor) {
|
|
18838
|
-
var $jscomp$this = this;
|
|
18837
|
+
var $jscomp$this$294235699$23 = this;
|
|
18839
18838
|
module$contents$eeapiclient$request_params_processParams(params);
|
|
18840
18839
|
var path = params.path || "", url = module$contents$ee$apiclient_apiclient.getSafeApiUrl() + path, args = module$contents$ee$apiclient_apiclient.makeRequest_(params.queryParams || {}), body = params.body ? JSON.stringify(params.body) : void 0;
|
|
18841
18840
|
if (this.sync) {
|
|
@@ -18849,7 +18848,7 @@ module$contents$ee$apiclient_EERequestService.prototype.send = function(params,
|
|
|
18849
18848
|
return (new Promise(function(resolve, reject) {
|
|
18850
18849
|
module$contents$ee$apiclient_apiclient.send(url, args, function(value, error) {
|
|
18851
18850
|
error ? reject(error) : resolve(value);
|
|
18852
|
-
}, params.httpMethod, body, $jscomp$this.retries, $jscomp$this.detectPartialError);
|
|
18851
|
+
}, params.httpMethod, body, $jscomp$this$294235699$23.retries, $jscomp$this$294235699$23.detectPartialError);
|
|
18853
18852
|
})).then(function(r) {
|
|
18854
18853
|
return responseCtor ? module$contents$eeapiclient$domain_object_deserialize(responseCtor, r) : r;
|
|
18855
18854
|
});
|
|
@@ -18867,7 +18866,7 @@ module$contents$ee$apiclient_BatchCall.prototype.withDetectPartialError = functi
|
|
|
18867
18866
|
return this;
|
|
18868
18867
|
};
|
|
18869
18868
|
module$contents$ee$apiclient_BatchCall.prototype.send = function(parts, getResponse) {
|
|
18870
|
-
var $jscomp$this = this, batchUrl = module$contents$ee$apiclient_apiclient.getSafeApiUrl() + "/batch", body = parts.map(function($jscomp$destructuring$var40) {
|
|
18869
|
+
var $jscomp$this$294235699$27 = this, batchUrl = module$contents$ee$apiclient_apiclient.getSafeApiUrl() + "/batch", body = parts.map(function($jscomp$destructuring$var40) {
|
|
18871
18870
|
var $jscomp$destructuring$var41 = $jscomp.makeIterator($jscomp$destructuring$var40), id = $jscomp$destructuring$var41.next().value, $jscomp$destructuring$var42 = $jscomp.makeIterator($jscomp$destructuring$var41.next().value), partBody = $jscomp$destructuring$var42.next().value, ctor = $jscomp$destructuring$var42.next().value;
|
|
18872
18871
|
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";
|
|
18873
18872
|
}).join("") + "--batch_EARTHENGINE_batch--\r\n", deserializeResponses = function(response) {
|
|
@@ -18879,7 +18878,7 @@ module$contents$ee$apiclient_BatchCall.prototype.send = function(parts, getRespo
|
|
|
18879
18878
|
return getResponse ? getResponse(result) : result;
|
|
18880
18879
|
};
|
|
18881
18880
|
return this.callback ? (module$contents$ee$apiclient_apiclient.send(batchUrl, null, function(result, err) {
|
|
18882
|
-
return $jscomp$this.callback(err ? result : deserializeResponses(result), err);
|
|
18881
|
+
return $jscomp$this$294235699$27.callback(err ? result : deserializeResponses(result), err);
|
|
18883
18882
|
}, "multipart/mixed; boundary=batch_EARTHENGINE_batch", body, void 0, this.detectPartialError), null) : deserializeResponses(module$contents$ee$apiclient_apiclient.send(batchUrl, null, void 0, "multipart/mixed; boundary=batch_EARTHENGINE_batch", body, void 0, this.detectPartialError));
|
|
18884
18883
|
};
|
|
18885
18884
|
var module$contents$ee$apiclient_BatchRequestService = function() {
|
|
@@ -19026,8 +19025,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19026
19025
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19027
19026
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19028
19027
|
method = method || "POST";
|
|
19029
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
19030
|
-
"0.1.
|
|
19028
|
+
var headers = {"Content-Type":contentType}, version = "0.1.385";
|
|
19029
|
+
"0.1.385" === version && (version = "latest");
|
|
19031
19030
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19032
19031
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19033
19032
|
if (null != authToken) {
|
|
@@ -19150,7 +19149,7 @@ module$contents$ee$apiclient_apiclient.ensureAuthLibLoaded_ = function(callback)
|
|
|
19150
19149
|
delete goog.global[callbackName];
|
|
19151
19150
|
done();
|
|
19152
19151
|
};
|
|
19153
|
-
goog.net.jsloader.safeLoad(module$contents$safevalues$builders$resource_url_builders_trustedResourceUrl($jscomp$templatelit$294235699$
|
|
19152
|
+
goog.net.jsloader.safeLoad(module$contents$safevalues$builders$resource_url_builders_trustedResourceUrl($jscomp$templatelit$294235699$94, callbackName));
|
|
19154
19153
|
}
|
|
19155
19154
|
};
|
|
19156
19155
|
module$contents$ee$apiclient_apiclient.handleAuthResult_ = function(success, error, result) {
|
|
@@ -20260,15 +20259,15 @@ ee.Serializer.prototype.encodeForCloudApi_ = function(obj) {
|
|
|
20260
20259
|
}
|
|
20261
20260
|
};
|
|
20262
20261
|
ee.Serializer.prototype.makeReference = function(obj) {
|
|
20263
|
-
var $jscomp$this = this, makeRef = function(result) {
|
|
20262
|
+
var $jscomp$this$1175707268$21 = this, makeRef = function(result) {
|
|
20264
20263
|
var hash = ee.Serializer.computeHash(result);
|
|
20265
|
-
goog.isObject(obj) && $jscomp$this.hashes_.set(obj, hash);
|
|
20266
|
-
if ($jscomp$this.encoded_[hash]) {
|
|
20267
|
-
return $jscomp$this.encoded_[hash];
|
|
20264
|
+
goog.isObject(obj) && $jscomp$this$1175707268$21.hashes_.set(obj, hash);
|
|
20265
|
+
if ($jscomp$this$1175707268$21.encoded_[hash]) {
|
|
20266
|
+
return $jscomp$this$1175707268$21.encoded_[hash];
|
|
20268
20267
|
}
|
|
20269
|
-
var name = String($jscomp$this.scope_.length);
|
|
20270
|
-
$jscomp$this.scope_.push([name, result]);
|
|
20271
|
-
return $jscomp$this.encoded_[hash] = name;
|
|
20268
|
+
var name = String($jscomp$this$1175707268$21.scope_.length);
|
|
20269
|
+
$jscomp$this$1175707268$21.scope_.push([name, result]);
|
|
20270
|
+
return $jscomp$this$1175707268$21.encoded_[hash] = name;
|
|
20272
20271
|
};
|
|
20273
20272
|
if (goog.isObject(obj) && this.encoded_[this.hashes_.get(obj)]) {
|
|
20274
20273
|
return this.encoded_[this.hashes_.get(obj)];
|
|
@@ -20286,24 +20285,24 @@ ee.Serializer.prototype.makeReference = function(obj) {
|
|
|
20286
20285
|
}
|
|
20287
20286
|
if (Array.isArray(obj)) {
|
|
20288
20287
|
return makeRef(ee.rpc_node.array(obj.map(function(x) {
|
|
20289
|
-
return ee.rpc_node.reference($jscomp$this.makeReference(x));
|
|
20288
|
+
return ee.rpc_node.reference($jscomp$this$1175707268$21.makeReference(x));
|
|
20290
20289
|
})));
|
|
20291
20290
|
}
|
|
20292
20291
|
if (goog.isObject(obj) && "function" !== typeof obj) {
|
|
20293
20292
|
var values = {};
|
|
20294
20293
|
Object.keys(obj).sort().forEach(function(k) {
|
|
20295
|
-
values[k] = ee.rpc_node.reference($jscomp$this.makeReference(obj[k]));
|
|
20294
|
+
values[k] = ee.rpc_node.reference($jscomp$this$1175707268$21.makeReference(obj[k]));
|
|
20296
20295
|
});
|
|
20297
20296
|
return makeRef(ee.rpc_node.dictionary(values));
|
|
20298
20297
|
}
|
|
20299
20298
|
throw Error("Can't encode object: " + obj);
|
|
20300
20299
|
};
|
|
20301
20300
|
var ExpressionOptimizer = function(rootReference, values, isCompound, sourceNodeMap) {
|
|
20302
|
-
var $jscomp$this = this;
|
|
20301
|
+
var $jscomp$this$1175707268$22 = this;
|
|
20303
20302
|
this.rootReference = rootReference;
|
|
20304
20303
|
this.values = {};
|
|
20305
20304
|
values.forEach(function(tuple) {
|
|
20306
|
-
return $jscomp$this.values[tuple[0]] = tuple[1];
|
|
20305
|
+
return $jscomp$this$1175707268$22.values[tuple[0]] = tuple[1];
|
|
20307
20306
|
});
|
|
20308
20307
|
this.referenceCounts = isCompound ? this.countReferences() : null;
|
|
20309
20308
|
this.optimizedValues = {};
|
|
@@ -20325,12 +20324,12 @@ ExpressionOptimizer.prototype.optimizeReference = function(ref) {
|
|
|
20325
20324
|
return mappedRef;
|
|
20326
20325
|
};
|
|
20327
20326
|
ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
|
|
20328
|
-
var $jscomp$this = this, isConst = function(v) {
|
|
20327
|
+
var $jscomp$this$1175707268$25 = this, isConst = function(v) {
|
|
20329
20328
|
return null !== v.constantValue;
|
|
20330
20329
|
}, serializeConst = function(v) {
|
|
20331
20330
|
return v === module$exports$eeapiclient$domain_object.NULL_VALUE ? null : v;
|
|
20332
20331
|
}, storeInSourceMap = function(parentValue, valueNode) {
|
|
20333
|
-
$jscomp$this.sourceNodeMap && $jscomp$this.sourceNodeMap.has(parentValue) && !$jscomp$this.sourceNodeMap.has(valueNode) && $jscomp$this.sourceNodeMap.set(valueNode, $jscomp$this.sourceNodeMap.get(parentValue));
|
|
20332
|
+
$jscomp$this$1175707268$25.sourceNodeMap && $jscomp$this$1175707268$25.sourceNodeMap.has(parentValue) && !$jscomp$this$1175707268$25.sourceNodeMap.has(valueNode) && $jscomp$this$1175707268$25.sourceNodeMap.set(valueNode, $jscomp$this$1175707268$25.sourceNodeMap.get(parentValue));
|
|
20334
20333
|
return valueNode;
|
|
20335
20334
|
};
|
|
20336
20335
|
if (isConst(value) || null != value.integerValue || null != value.bytesValue || null != value.argumentReference) {
|
|
@@ -20350,7 +20349,7 @@ ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
|
|
|
20350
20349
|
}
|
|
20351
20350
|
if (null != value.arrayValue) {
|
|
20352
20351
|
var arr = value.arrayValue.values.map(function(v) {
|
|
20353
|
-
return $jscomp$this.optimizeValue(v, depth + 3);
|
|
20352
|
+
return $jscomp$this$1175707268$25.optimizeValue(v, depth + 3);
|
|
20354
20353
|
}), optimized$jscomp$1 = arr.every(isConst) ? ee.rpc_node.constant(arr.map(function(v) {
|
|
20355
20354
|
return serializeConst(v.constantValue);
|
|
20356
20355
|
})) : ee.rpc_node.array(arr);
|
|
@@ -20383,8 +20382,8 @@ ExpressionOptimizer.isAlwaysLiftable = function(value) {
|
|
|
20383
20382
|
return null !== constant ? constant === module$exports$eeapiclient$domain_object.NULL_VALUE || "number" === typeof constant || "boolean" === typeof constant : null != value.argumentReference;
|
|
20384
20383
|
};
|
|
20385
20384
|
ExpressionOptimizer.prototype.countReferences = function() {
|
|
20386
|
-
var $jscomp$this = this, counts = {}, visitReference = function(reference) {
|
|
20387
|
-
counts[reference] ? counts[reference]++ : (counts[reference] = 1, visitValue($jscomp$this.values[reference]));
|
|
20385
|
+
var $jscomp$this$1175707268$27 = this, counts = {}, visitReference = function(reference) {
|
|
20386
|
+
counts[reference] ? counts[reference]++ : (counts[reference] = 1, visitValue($jscomp$this$1175707268$27.values[reference]));
|
|
20388
20387
|
}, visitValue = function(value) {
|
|
20389
20388
|
if (null != value.arrayValue) {
|
|
20390
20389
|
value.arrayValue.values.forEach(visitValue);
|
|
@@ -22761,11 +22760,11 @@ ee.Image.prototype.getInfo = function(opt_callback) {
|
|
|
22761
22760
|
};
|
|
22762
22761
|
goog.exportProperty(ee.Image.prototype, "getInfo", ee.Image.prototype.getInfo);
|
|
22763
22762
|
ee.Image.prototype.getMapId = function(opt_visParams, opt_callback) {
|
|
22764
|
-
var $jscomp$this = this, args = ee.arguments.extractFromFunction(ee.Image.prototype.getMap, arguments), request = ee.data.images.applyVisualization(this, args.visParams);
|
|
22763
|
+
var $jscomp$this$m870018051$6 = this, args = ee.arguments.extractFromFunction(ee.Image.prototype.getMap, arguments), request = ee.data.images.applyVisualization(this, args.visParams);
|
|
22765
22764
|
if (args.callback) {
|
|
22766
22765
|
var callback = args.callback;
|
|
22767
22766
|
ee.data.getMapId(request, function(data, error) {
|
|
22768
|
-
var mapId = data ? Object.assign(data, {image:$jscomp$this}) : void 0;
|
|
22767
|
+
var mapId = data ? Object.assign(data, {image:$jscomp$this$m870018051$6}) : void 0;
|
|
22769
22768
|
callback(mapId, error);
|
|
22770
22769
|
});
|
|
22771
22770
|
} else {
|
|
@@ -23165,7 +23164,7 @@ module$contents$ee$batch_ExportTask.create = function(exportArgs) {
|
|
|
23165
23164
|
return new module$contents$ee$batch_ExportTask(config);
|
|
23166
23165
|
};
|
|
23167
23166
|
module$contents$ee$batch_ExportTask.prototype.start = function(opt_success, opt_error) {
|
|
23168
|
-
var $jscomp$this = this;
|
|
23167
|
+
var $jscomp$this$m1704548930$3 = this;
|
|
23169
23168
|
goog.asserts.assert(this.config_, "Task config must be specified for tasks to be started.");
|
|
23170
23169
|
this.id = this.id || ee.data.newTaskId(1)[0];
|
|
23171
23170
|
goog.asserts.assertString(this.id, "Failed to obtain task ID.");
|
|
@@ -23175,7 +23174,7 @@ module$contents$ee$batch_ExportTask.prototype.start = function(opt_success, opt_
|
|
|
23175
23174
|
opt_error(error);
|
|
23176
23175
|
} else {
|
|
23177
23176
|
var $jscomp$nullish$tmp11;
|
|
23178
|
-
$jscomp$this.id = null != ($jscomp$nullish$tmp11 = response.taskId) ? $jscomp$nullish$tmp11 : null;
|
|
23177
|
+
$jscomp$this$m1704548930$3.id = null != ($jscomp$nullish$tmp11 = response.taskId) ? $jscomp$nullish$tmp11 : null;
|
|
23179
23178
|
opt_success();
|
|
23180
23179
|
}
|
|
23181
23180
|
});
|
|
@@ -24263,9 +24262,9 @@ module$contents$ee$layers$AbstractOverlayStats_AbstractOverlayStats.prototype.ha
|
|
|
24263
24262
|
return 0 < this.statsByZoom_.size;
|
|
24264
24263
|
};
|
|
24265
24264
|
module$contents$ee$layers$AbstractOverlayStats_AbstractOverlayStats.prototype.getSummaryList = function() {
|
|
24266
|
-
var $jscomp$this = this, summaryList = [];
|
|
24265
|
+
var $jscomp$this$m1171058278$7 = this, summaryList = [];
|
|
24267
24266
|
this.statsByZoom_.forEach(function(stats, zoom) {
|
|
24268
|
-
return summaryList.push({layerId:$jscomp$this.uniqueId_, zoomLevel:zoom, tileLatencies:stats.tileLatencies, throttleCount:stats.throttleCount, errorCount:stats.errorCount});
|
|
24267
|
+
return summaryList.push({layerId:$jscomp$this$m1171058278$7.uniqueId_, zoomLevel:zoom, tileLatencies:stats.tileLatencies, throttleCount:stats.throttleCount, errorCount:stats.errorCount});
|
|
24269
24268
|
});
|
|
24270
24269
|
return summaryList;
|
|
24271
24270
|
};
|
|
@@ -25451,7 +25450,7 @@ ee.layers.AbstractTile.prototype.getDiv = function() {
|
|
|
25451
25450
|
return this.div;
|
|
25452
25451
|
};
|
|
25453
25452
|
ee.layers.AbstractTile.prototype.startLoad = function() {
|
|
25454
|
-
var $jscomp$this = this;
|
|
25453
|
+
var $jscomp$this$m442005483$27 = this;
|
|
25455
25454
|
if (!this.isRetrying_ && this.getStatus() == ee.layers.AbstractTile.Status.LOADING) {
|
|
25456
25455
|
throw Error("startLoad() can only be invoked once. Use retryLoad() after the first attempt.");
|
|
25457
25456
|
}
|
|
@@ -25460,24 +25459,24 @@ ee.layers.AbstractTile.prototype.startLoad = function() {
|
|
|
25460
25459
|
this.xhrIo_ = new goog.net.XhrIo();
|
|
25461
25460
|
this.xhrIo_.setResponseType(goog.net.XhrIo.ResponseType.BLOB);
|
|
25462
25461
|
this.xhrIo_.listen(goog.net.EventType.COMPLETE, function(event) {
|
|
25463
|
-
var blob = $jscomp$this.xhrIo_.getResponse(), status = $jscomp$this.xhrIo_.getStatus(), HttpStatus = goog.net.HttpStatus;
|
|
25464
|
-
status == HttpStatus.TOO_MANY_REQUESTS && $jscomp$this.setStatus(ee.layers.AbstractTile.Status.THROTTLED);
|
|
25462
|
+
var blob = $jscomp$this$m442005483$27.xhrIo_.getResponse(), status = $jscomp$this$m442005483$27.xhrIo_.getStatus(), HttpStatus = goog.net.HttpStatus;
|
|
25463
|
+
status == HttpStatus.TOO_MANY_REQUESTS && $jscomp$this$m442005483$27.setStatus(ee.layers.AbstractTile.Status.THROTTLED);
|
|
25465
25464
|
if (HttpStatus.isSuccess(status)) {
|
|
25466
25465
|
var sourceResponseHeaders = {};
|
|
25467
|
-
module$contents$goog$object_forEach($jscomp$this.xhrIo_.getResponseHeaders(), function(value, name) {
|
|
25466
|
+
module$contents$goog$object_forEach($jscomp$this$m442005483$27.xhrIo_.getResponseHeaders(), function(value, name) {
|
|
25468
25467
|
sourceResponseHeaders[name.toLowerCase()] = value;
|
|
25469
25468
|
});
|
|
25470
|
-
$jscomp$this.sourceResponseHeaders = sourceResponseHeaders;
|
|
25471
|
-
$jscomp$this.sourceData = blob;
|
|
25472
|
-
$jscomp$this.finishLoad();
|
|
25469
|
+
$jscomp$this$m442005483$27.sourceResponseHeaders = sourceResponseHeaders;
|
|
25470
|
+
$jscomp$this$m442005483$27.sourceData = blob;
|
|
25471
|
+
$jscomp$this$m442005483$27.finishLoad();
|
|
25473
25472
|
} else if (blob) {
|
|
25474
25473
|
var reader = new goog.fs.FileReader();
|
|
25475
25474
|
reader.listen(goog.fs.FileReader.EventType.LOAD_END, function() {
|
|
25476
|
-
$jscomp$this.retryLoad(reader.getResult());
|
|
25475
|
+
$jscomp$this$m442005483$27.retryLoad(reader.getResult());
|
|
25477
25476
|
}, void 0);
|
|
25478
25477
|
reader.readAsText(blob);
|
|
25479
25478
|
} else {
|
|
25480
|
-
$jscomp$this.retryLoad("Failed to load tile.");
|
|
25479
|
+
$jscomp$this$m442005483$27.retryLoad("Failed to load tile.");
|
|
25481
25480
|
}
|
|
25482
25481
|
}, !1);
|
|
25483
25482
|
this.xhrIo_.listenOnce(goog.net.EventType.READY, goog.partial(module$contents$goog$dispose_dispose, this.xhrIo_));
|
|
@@ -26535,13 +26534,13 @@ ee.data.Profiler.prototype.removeProfile_ = function(profileId) {
|
|
|
26535
26534
|
1 < count ? this.profileIds_[profileId]-- : void 0 !== count && (delete this.profileIds_[profileId], this.throttledRefresh_.start());
|
|
26536
26535
|
};
|
|
26537
26536
|
ee.data.Profiler.prototype.refresh_ = function(retryAttempt) {
|
|
26538
|
-
var $jscomp$this = this;
|
|
26537
|
+
var $jscomp$this$491634829$13 = this;
|
|
26539
26538
|
retryAttempt = void 0 === retryAttempt ? 0 : retryAttempt;
|
|
26540
26539
|
var marker = {};
|
|
26541
26540
|
this.lastRefreshToken_ = marker;
|
|
26542
26541
|
var handleResponse = function(result, error) {
|
|
26543
|
-
marker == $jscomp$this.lastRefreshToken_ && (error && "number" === typeof retryAttempt && retryAttempt < $jscomp$this.MAX_RETRY_COUNT_ ? goog.Timer.callOnce(goog.bind($jscomp$this.refresh_, $jscomp$this, retryAttempt + 1), 2 * ee.data.Profiler.DELAY_BEFORE_REFRESH_) : ($jscomp$this.profileError_ = error || null, $jscomp$this.profileData_ = error ? ee.data.Profiler.getEmptyProfile_($jscomp$this.format_) :
|
|
26544
|
-
$jscomp$this.dispatchEvent(ee.data.Profiler.EventType.DATA_CHANGED)));
|
|
26542
|
+
marker == $jscomp$this$491634829$13.lastRefreshToken_ && (error && "number" === typeof retryAttempt && retryAttempt < $jscomp$this$491634829$13.MAX_RETRY_COUNT_ ? goog.Timer.callOnce(goog.bind($jscomp$this$491634829$13.refresh_, $jscomp$this$491634829$13, retryAttempt + 1), 2 * ee.data.Profiler.DELAY_BEFORE_REFRESH_) : ($jscomp$this$491634829$13.profileError_ = error || null, $jscomp$this$491634829$13.profileData_ = error ? ee.data.Profiler.getEmptyProfile_($jscomp$this$491634829$13.format_) :
|
|
26543
|
+
result, $jscomp$this$491634829$13.lastRefreshToken_ = null, $jscomp$this$491634829$13.dispatchEvent(ee.data.Profiler.EventType.STATE_CHANGED), $jscomp$this$491634829$13.dispatchEvent(ee.data.Profiler.EventType.DATA_CHANGED)));
|
|
26545
26544
|
}, ids = module$contents$goog$object_getKeys(this.profileIds_);
|
|
26546
26545
|
0 === ids.length ? handleResponse(ee.data.Profiler.getEmptyProfile_(this.format_), void 0) : (ee.ApiFunction._apply(this.showInternal_ ? "Profile.getProfilesInternal" : "Profile.getProfiles", {ids:ids, format:this.format_.toString()}).getInfo(handleResponse), this.dispatchEvent(ee.data.Profiler.EventType.STATE_CHANGED));
|
|
26547
26546
|
};
|
|
@@ -26584,29 +26583,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26584
26583
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26585
26584
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26586
26585
|
(function() {
|
|
26587
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26588
|
-
orderedParamLists = [["name", "
|
|
26589
|
-
"collection opt_description
|
|
26590
|
-
"collection opt_description
|
|
26591
|
-
"
|
|
26592
|
-
|
|
26593
|
-
"
|
|
26594
|
-
"
|
|
26595
|
-
"opt_callback"], [
|
|
26596
|
-
"
|
|
26597
|
-
"
|
|
26598
|
-
|
|
26599
|
-
|
|
26600
|
-
[
|
|
26601
|
-
|
|
26602
|
-
|
|
26603
|
-
ee.
|
|
26604
|
-
ee.data.
|
|
26605
|
-
ee.
|
|
26606
|
-
ee.
|
|
26607
|
-
ee.
|
|
26608
|
-
ee.
|
|
26609
|
-
ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.ImageCollection.prototype.getInfo, ee.List, ee.Number, ee.Serializer.encodeCloudApi, ee.Serializer.toJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26586
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toDrive ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.table.toAsset ee.batch.Export.image.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.iterate ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.sort ee.Collection.prototype.limit ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.data.setAssetProperties ee.data.renameAsset ee.data.authenticateViaOauth ee.data.copyAsset ee.data.getMapId ee.data.getAssetRootQuota ee.data.getTaskList ee.data.deleteAsset ee.data.startTableIngestion ee.data.listImages ee.data.getDownloadId ee.data.makeDownloadUrl ee.data.authenticate ee.data.getWorkloadTag ee.data.getTileUrl ee.data.getTaskListWithLimit ee.data.cancelOperation ee.data.getFilmstripThumbId ee.data.getAssetAcl ee.data.listBuckets ee.data.listOperations ee.data.getAsset ee.data.getTableDownloadId ee.data.setWorkloadTag ee.data.authenticateViaPopup ee.data.getAssetRoots ee.data.getFeatureViewTilesKey ee.data.makeTableDownloadUrl ee.data.getInfo ee.data.setDefaultWorkloadTag ee.data.createAssetHome ee.data.createAsset ee.data.listFeatures ee.data.getOperation ee.data.resetWorkloadTag ee.data.authenticateViaPrivateKey ee.data.newTaskId ee.data.updateAsset ee.data.computeValue ee.data.cancelTask ee.data.startIngestion ee.data.getThumbId ee.data.setAssetAcl ee.data.getVideoThumbId ee.data.createFolder ee.data.makeThumbUrl ee.data.getTaskStatus ee.data.updateTask ee.data.getList ee.data.startProcessing ee.data.listAssets ee.Date ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Dictionary ee.TILE_SIZE ee.initialize ee.reset ee.call ee.Algorithms ee.InitState ee.apply ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMap ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getMapId ee.Filter.gt ee.Filter.lt ee.Filter.neq ee.Filter.or ee.Filter.inList ee.Filter.lte ee.Filter.prototype.not ee.Filter.gte ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.metadata ee.Filter.and ee.Filter.bounds ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry ee.Geometry.prototype.serialize ee.Geometry.Polygon ee.Geometry.Point ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.prototype.toGeoJSON ee.Geometry.LinearRing ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry.MultiPolygon ee.Image.prototype.getThumbURL ee.Image.rgb ee.Image.prototype.clip ee.Image.prototype.rename ee.Image ee.Image.prototype.getDownloadURL ee.Image.cat ee.Image.prototype.select ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getMap ee.Image.prototype.getThumbId ee.Image.prototype.expression ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection ee.ImageCollection.prototype.getMapId ee.List ee.Number ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.toJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApiPretty ee.String ee.Terrain".split(" "),
|
|
26587
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "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".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "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".split(" "),
|
|
26588
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices".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".split(" "),
|
|
26589
|
+
"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),
|
|
26590
|
+
["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), ["name", "operator", "value"], ["geometry"], ["algorithm", "opt_first"], ["filter"], ["start", "opt_end"], ["algorithm", "opt_dropNulls"], ["property", "opt_ascending"], ["max", "opt_property", "opt_ascending"], ["opt_callback"], ["legacy"], ["func", "var_args"], ["callback"], ["assetId", "properties", "opt_callback"], ["sourceId",
|
|
26591
|
+
"destinationId", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["rootId", "opt_callback"], ["opt_callback"], ["assetId", "opt_callback"], ["taskId", "request", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["id"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"],
|
|
26592
|
+
[], ["id", "x", "y", "z"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["project", "opt_callback"], ["opt_limit", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["tag"], ["opt_success", "opt_error"], ["opt_callback"], ["params", "opt_callback"], ["id"], ["id", "opt_callback"], ["tag"], ["requestedId", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["asset",
|
|
26593
|
+
"params", "opt_callback"], ["operationName", "opt_callback"], ["opt_resetDefault"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_count", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["obj", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["taskId",
|
|
26594
|
+
"opt_callback"], ["taskId", "action", "opt_callback"], ["params", "opt_callback"], ["taskId", "params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], ["func", "var_args"], [], [], ["func", "namedArgs"], ["var_args"], [], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_callback"],
|
|
26595
|
+
["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], [], ["name", "value"], ["opt_filter"], ["name", "value"], ["start",
|
|
26596
|
+
"opt_end"], ["name", "operator", "value"], ["var_args"], ["geometry", "opt_errorMargin"], ["var_args"], ["namedArgs"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
|
|
26597
|
+
[], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["params", "opt_callback"], ["r", "g", "b"], ["geometry"], ["var_args"], ["opt_args"], ["params", "opt_callback"], ["var_args"], ["var_args"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["expression", "opt_map"], ["opt_visParams", "opt_callback"], [], ["params", "opt_callback"], ["opt_callback"],
|
|
26598
|
+
["selectors", "opt_names"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["params", "opt_callback"], ["args"], ["opt_visParams", "opt_callback"], ["list"], ["number"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
26599
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.video.toDrive,
|
|
26600
|
+
module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toDrive, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.iterate, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.map, ee.Collection.prototype.sort, ee.Collection.prototype.limit, ee.ComputedObject.prototype.getInfo,
|
|
26601
|
+
ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.data.setAssetProperties, ee.data.renameAsset, ee.data.authenticateViaOauth, ee.data.copyAsset, ee.data.getMapId, ee.data.getAssetRootQuota, ee.data.getTaskList, ee.data.deleteAsset, ee.data.startTableIngestion, ee.data.listImages, ee.data.getDownloadId, ee.data.makeDownloadUrl, ee.data.authenticate, ee.data.getWorkloadTag, ee.data.getTileUrl, ee.data.getTaskListWithLimit, ee.data.cancelOperation,
|
|
26602
|
+
ee.data.getFilmstripThumbId, ee.data.getAssetAcl, ee.data.listBuckets, ee.data.listOperations, ee.data.getAsset, ee.data.getTableDownloadId, ee.data.setWorkloadTag, ee.data.authenticateViaPopup, ee.data.getAssetRoots, ee.data.getFeatureViewTilesKey, ee.data.makeTableDownloadUrl, ee.data.getInfo, ee.data.setDefaultWorkloadTag, ee.data.createAssetHome, ee.data.createAsset, ee.data.listFeatures, ee.data.getOperation, ee.data.resetWorkloadTag, ee.data.authenticateViaPrivateKey, ee.data.newTaskId, ee.data.updateAsset,
|
|
26603
|
+
ee.data.computeValue, ee.data.cancelTask, ee.data.startIngestion, ee.data.getThumbId, ee.data.setAssetAcl, ee.data.getVideoThumbId, ee.data.createFolder, ee.data.makeThumbUrl, ee.data.getTaskStatus, ee.data.updateTask, ee.data.getList, ee.data.startProcessing, ee.data.listAssets, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.decode, ee.Dictionary, ee.TILE_SIZE, ee.initialize, ee.reset, ee.call, ee.Algorithms, ee.InitState, ee.apply,
|
|
26604
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMap, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getMapId, ee.Filter.gt, ee.Filter.lt, ee.Filter.neq, ee.Filter.or, ee.Filter.inList, ee.Filter.lte, ee.Filter.prototype.not, ee.Filter.gte,
|
|
26605
|
+
ee.Filter, ee.Filter.eq, ee.Filter.date, ee.Filter.metadata, ee.Filter.and, ee.Filter.bounds, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry, ee.Geometry.prototype.serialize, ee.Geometry.Polygon, ee.Geometry.Point, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LinearRing, ee.Geometry.MultiLineString, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry.MultiPolygon, ee.Image.prototype.getThumbURL,
|
|
26606
|
+
ee.Image.rgb, ee.Image.prototype.clip, ee.Image.prototype.rename, ee.Image, ee.Image.prototype.getDownloadURL, ee.Image.cat, ee.Image.prototype.select, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.getMap, ee.Image.prototype.getThumbId, ee.Image.prototype.expression, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.linkCollection,
|
|
26607
|
+
ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection, ee.ImageCollection.prototype.getMapId, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApiPretty, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26610
26608
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26611
26609
|
});
|
|
26612
26610
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|