@google/earthengine 1.5.19 → 1.5.21
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 +151 -146
- package/build/ee_api_js.js +439 -439
- package/build/ee_api_js_debug.js +128 -123
- package/build/ee_api_js_npm.js +151 -146
- package/build/main.js +151 -146
- package/package.json +1 -1
- package/src/abstractoverlay.js +0 -8
- package/src/apiclient.js +1 -1
package/build/main.js
CHANGED
|
@@ -1316,7 +1316,7 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1316
1316
|
};
|
|
1317
1317
|
}, "es8", "es3");
|
|
1318
1318
|
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_context_per_component__enable:!1, GoogFlags__client_only_wiz_lazy_tsx__enable:!1, GoogFlags__client_only_wiz_ve_logging__enable:!1, GoogFlags__disable_wiz_service_logging_map__enable:!1, GoogFlags__fixed_noopener_behavior__enable:!1, GoogFlags__jspb_disallow_message_tojson__enable:!1, GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable:!1, GoogFlags__jspb_use_constant_default_pivot__enable:!1,
|
|
1319
|
-
GoogFlags__optimize_scs_js_url_clone__enable:!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, GoogFlags__wiz_enable_native_promise__enable:!1};
|
|
1319
|
+
GoogFlags__optimize_get_ei_from_ved__enable:!1, GoogFlags__optimize_scs_js_url_clone__enable:!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, GoogFlags__wiz_enable_native_promise__enable:!1};
|
|
1320
1320
|
/*
|
|
1321
1321
|
|
|
1322
1322
|
Copyright The Closure Library Authors.
|
|
@@ -2209,9 +2209,9 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
|
|
|
2209
2209
|
};
|
|
2210
2210
|
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;
|
|
2211
2211
|
function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
|
|
2212
|
-
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$
|
|
2213
|
-
{mapMetadata:void 0}, $jscomp$key$
|
|
2214
|
-
var key = $jscomp$key$
|
|
2212
|
+
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 =
|
|
2213
|
+
{mapMetadata:void 0}, $jscomp$key$m1892927425$40$key = $jscomp$iter$19.next()) {
|
|
2214
|
+
var key = $jscomp$key$m1892927425$40$key.value, value = valueGetter(key, source);
|
|
2215
2215
|
if (value != null) {
|
|
2216
2216
|
var copy = void 0;
|
|
2217
2217
|
if (arrays.hasOwnProperty(key)) {
|
|
@@ -2222,11 +2222,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
2222
2222
|
} else if (objects.hasOwnProperty(key)) {
|
|
2223
2223
|
copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
|
|
2224
2224
|
} else if (objectMaps.hasOwnProperty(key)) {
|
|
2225
|
-
$jscomp$loop$
|
|
2225
|
+
$jscomp$loop$m1892927425$44.mapMetadata = objectMaps[key], copy = $jscomp$loop$m1892927425$44.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m1892927425$44) {
|
|
2226
2226
|
return function(v) {
|
|
2227
|
-
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$
|
|
2227
|
+
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m1892927425$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
2228
2228
|
};
|
|
2229
|
-
}($jscomp$loop$
|
|
2229
|
+
}($jscomp$loop$m1892927425$44)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m1892927425$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
2230
2230
|
} else if (Array.isArray(value)) {
|
|
2231
2231
|
if (metadata.emptyArrayIsUnset && value.length === 0) {
|
|
2232
2232
|
continue;
|
|
@@ -2241,8 +2241,8 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
2241
2241
|
return target;
|
|
2242
2242
|
}
|
|
2243
2243
|
function module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, mapMetadata, valueGetter, valueSetter, copyInstanciator) {
|
|
2244
|
-
for (var objMap = {}, $jscomp$iter$20 = (0,$jscomp.makeIterator)(Object.keys(value)), $jscomp$key$
|
|
2245
|
-
var mapKey = $jscomp$key$
|
|
2244
|
+
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()) {
|
|
2245
|
+
var mapKey = $jscomp$key$m1892927425$41$mapKey.value, mapValue = value[mapKey];
|
|
2246
2246
|
mapValue != null && (objMap[mapKey] = module$contents$eeapiclient$domain_object_deepCopyValue(mapValue, valueGetter, valueSetter, copyInstanciator, mapMetadata.isValueArray, mapMetadata.isSerializable, mapMetadata.ctor));
|
|
2247
2247
|
}
|
|
2248
2248
|
return objMap;
|
|
@@ -2272,39 +2272,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
|
|
|
2272
2272
|
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))) {
|
|
2273
2273
|
return !1;
|
|
2274
2274
|
}
|
|
2275
|
-
for (var $jscomp$iter$21 = (0,$jscomp.makeIterator)(keys1), $jscomp$key$
|
|
2276
|
-
var key = $jscomp$key$
|
|
2275
|
+
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()) {
|
|
2276
|
+
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);
|
|
2277
2277
|
if (has1 !== has2) {
|
|
2278
2278
|
return !1;
|
|
2279
2279
|
}
|
|
2280
2280
|
if (has1) {
|
|
2281
2281
|
var value1 = serializable1.Serializable$get(key);
|
|
2282
|
-
$jscomp$loop$
|
|
2282
|
+
$jscomp$loop$m1892927425$45.value2$jscomp$7 = serializable2.Serializable$get(key);
|
|
2283
2283
|
if (arrays1.hasOwnProperty(key)) {
|
|
2284
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2284
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !0, !0)) {
|
|
2285
2285
|
return !1;
|
|
2286
2286
|
}
|
|
2287
2287
|
} else if (objects1.hasOwnProperty(key)) {
|
|
2288
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2288
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !1, !0)) {
|
|
2289
2289
|
return !1;
|
|
2290
2290
|
}
|
|
2291
2291
|
} else if (objectMaps1.hasOwnProperty(key)) {
|
|
2292
|
-
if ($jscomp$loop$
|
|
2293
|
-
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$
|
|
2292
|
+
if ($jscomp$loop$m1892927425$45.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m1892927425$45.mapMetadata$jscomp$2.isPropertyArray) {
|
|
2293
|
+
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7) || value1.some(function($jscomp$loop$m1892927425$45) {
|
|
2294
2294
|
return function(v1, i) {
|
|
2295
|
-
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$
|
|
2295
|
+
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m1892927425$45.value2$jscomp$7[i], $jscomp$loop$m1892927425$45.mapMetadata$jscomp$2);
|
|
2296
2296
|
};
|
|
2297
|
-
}($jscomp$loop$
|
|
2297
|
+
}($jscomp$loop$m1892927425$45))) {
|
|
2298
2298
|
return !1;
|
|
2299
2299
|
}
|
|
2300
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$
|
|
2300
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, $jscomp$loop$m1892927425$45.mapMetadata$jscomp$2)) {
|
|
2301
2301
|
return !1;
|
|
2302
2302
|
}
|
|
2303
2303
|
} else if (Array.isArray(value1)) {
|
|
2304
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2304
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !0, !1)) {
|
|
2305
2305
|
return !1;
|
|
2306
2306
|
}
|
|
2307
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2307
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !1, !1)) {
|
|
2308
2308
|
return !1;
|
|
2309
2309
|
}
|
|
2310
2310
|
}
|
|
@@ -2326,8 +2326,8 @@ function module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, v
|
|
|
2326
2326
|
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, value2)) {
|
|
2327
2327
|
return !1;
|
|
2328
2328
|
}
|
|
2329
|
-
for (var $jscomp$iter$22 = (0,$jscomp.makeIterator)(Object.keys(value1)), $jscomp$key$
|
|
2330
|
-
var mapKey = $jscomp$key$
|
|
2329
|
+
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()) {
|
|
2330
|
+
var mapKey = $jscomp$key$m1892927425$43$mapKey.value;
|
|
2331
2331
|
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1[mapKey], value2[mapKey], mapMetadata.isValueArray, mapMetadata.isSerializable)) {
|
|
2332
2332
|
return !1;
|
|
2333
2333
|
}
|
|
@@ -2408,15 +2408,15 @@ module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.addMetad
|
|
|
2408
2408
|
this._metadataPayload += "Content-Type: application/json; charset=utf-8\r\n\r\n" + JSON.stringify(json) + ("\r\n--" + this._boundary + "\r\n");
|
|
2409
2409
|
};
|
|
2410
2410
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.build = function() {
|
|
2411
|
-
var $jscomp$this$
|
|
2411
|
+
var $jscomp$this$m133342051$6 = this, payload = "--" + this._boundary + "\r\n";
|
|
2412
2412
|
payload += this._metadataPayload;
|
|
2413
2413
|
return Promise.all(this.files.map(function(f) {
|
|
2414
|
-
return $jscomp$this$
|
|
2414
|
+
return $jscomp$this$m133342051$6.encodeFile(f);
|
|
2415
2415
|
})).then(function(filePayloads) {
|
|
2416
|
-
for (var $jscomp$iter$23 = (0,$jscomp.makeIterator)(filePayloads), $jscomp$key$
|
|
2417
|
-
payload += $jscomp$key$
|
|
2416
|
+
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()) {
|
|
2417
|
+
payload += $jscomp$key$m133342051$9$filePayload.value;
|
|
2418
2418
|
}
|
|
2419
|
-
return payload += "\r\n--" + $jscomp$this$
|
|
2419
|
+
return payload += "\r\n--" + $jscomp$this$m133342051$6._boundary + "--";
|
|
2420
2420
|
});
|
|
2421
2421
|
};
|
|
2422
2422
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.encodeFile = function(file) {
|
|
@@ -2928,8 +2928,8 @@ function module$contents$safevalues$internals$resource_url_impl_unwrapResourceUr
|
|
|
2928
2928
|
throw Error(message);
|
|
2929
2929
|
}
|
|
2930
2930
|
module$exports$safevalues$internals$resource_url_impl.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
|
|
2931
|
-
var $jscomp$templatelit$
|
|
2932
|
-
["\\0"]), $jscomp$templatelit$
|
|
2931
|
+
var $jscomp$templatelit$m425881384$5 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$m425881384$6 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\0"]), $jscomp$templatelit$m425881384$7 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$m425881384$8 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), $jscomp$templatelit$m425881384$9 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$m425881384$10 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"],
|
|
2932
|
+
["\\0"]), $jscomp$templatelit$m425881384$11 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$m425881384$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"};
|
|
2933
2933
|
function module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, numExprs) {
|
|
2934
2934
|
if (!module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) || numExprs + 1 !== templateObj.length) {
|
|
2935
2935
|
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 ##############################");
|
|
@@ -2943,14 +2943,14 @@ function module$contents$safevalues$internals$string_literal_checkTranspiled(fn)
|
|
|
2943
2943
|
return fn.toString().indexOf("`") === -1;
|
|
2944
2944
|
}
|
|
2945
2945
|
var module$contents$safevalues$internals$string_literal_isTranspiled = module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
2946
|
-
return tag($jscomp$templatelit$
|
|
2946
|
+
return tag($jscomp$templatelit$m425881384$5);
|
|
2947
2947
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
2948
|
-
return tag($jscomp$templatelit$
|
|
2948
|
+
return tag($jscomp$templatelit$m425881384$6);
|
|
2949
2949
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
2950
|
-
return tag($jscomp$templatelit$
|
|
2950
|
+
return tag($jscomp$templatelit$m425881384$7);
|
|
2951
2951
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
2952
|
-
return tag($jscomp$templatelit$
|
|
2953
|
-
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$
|
|
2952
|
+
return tag($jscomp$templatelit$m425881384$8);
|
|
2953
|
+
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$9) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$10) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$11) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$12);
|
|
2954
2954
|
function module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) {
|
|
2955
2955
|
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)) ?
|
|
2956
2956
|
!0 : !1;
|
|
@@ -3276,9 +3276,9 @@ function module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(ifr
|
|
|
3276
3276
|
}
|
|
3277
3277
|
}
|
|
3278
3278
|
module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError = function(type, intent) {
|
|
3279
|
-
var $jscomp$tmp$error$
|
|
3280
|
-
this.message = $jscomp$tmp$error$
|
|
3281
|
-
"stack" in $jscomp$tmp$error$
|
|
3279
|
+
var $jscomp$tmp$error$494508883$1 = Error.call(this, type + " cannot be used with intent " + module$exports$safevalues$dom$elements$iframe.IframeIntent[intent]);
|
|
3280
|
+
this.message = $jscomp$tmp$error$494508883$1.message;
|
|
3281
|
+
"stack" in $jscomp$tmp$error$494508883$1 && (this.stack = $jscomp$tmp$error$494508883$1.stack);
|
|
3282
3282
|
this.type = type;
|
|
3283
3283
|
this.intent = intent;
|
|
3284
3284
|
this.name = "TypeCannotBeUsedWithIframeIntentError";
|
|
@@ -3374,7 +3374,7 @@ function module$contents$safevalues$dom$globals$window_getStyleNonce(doc) {
|
|
|
3374
3374
|
module$exports$safevalues$dom$globals$window.getStyleNonce = module$contents$safevalues$dom$globals$window_getStyleNonce;
|
|
3375
3375
|
function module$contents$safevalues$dom$globals$window_getNonceFor(elementName, doc) {
|
|
3376
3376
|
doc = doc === void 0 ? document : doc;
|
|
3377
|
-
var $jscomp$optchain$
|
|
3377
|
+
var $jscomp$optchain$tmpm1987982378$0, $jscomp$optchain$tmpm1987982378$1, el = ($jscomp$optchain$tmpm1987982378$1 = ($jscomp$optchain$tmpm1987982378$0 = doc).querySelector) == null ? void 0 : $jscomp$optchain$tmpm1987982378$1.call($jscomp$optchain$tmpm1987982378$0, elementName + "[nonce]");
|
|
3378
3378
|
return el == null ? "" : el.nonce || el.getAttribute("nonce") || "";
|
|
3379
3379
|
}
|
|
3380
3380
|
;var module$exports$safevalues$internals$script_impl = {}, module$contents$safevalues$internals$script_impl_module = module$contents$safevalues$internals$script_impl_module || {id:"third_party/javascript/safevalues/internals/script_impl.closure.js"};
|
|
@@ -4806,9 +4806,9 @@ function module$contents$safevalues$dom$globals$dom_parser_domParserParseFromStr
|
|
|
4806
4806
|
module$exports$safevalues$dom$globals$dom_parser.domParserParseFromString = module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString;
|
|
4807
4807
|
var module$exports$safevalues$dom$globals$fetch = {}, module$contents$safevalues$dom$globals$fetch_module = module$contents$safevalues$dom$globals$fetch_module || {id:"third_party/javascript/safevalues/dom/globals/fetch.closure.js"};
|
|
4808
4808
|
module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError = function(url, typeName, contentType) {
|
|
4809
|
-
var $jscomp$tmp$error$
|
|
4810
|
-
this.message = $jscomp$tmp$error$
|
|
4811
|
-
"stack" in $jscomp$tmp$error$
|
|
4809
|
+
var $jscomp$tmp$error$1153895636$25 = Error.call(this, url + " was requested as a " + typeName + ', but the response Content-Type, "' + contentType + " is not appropriate for this type of content.");
|
|
4810
|
+
this.message = $jscomp$tmp$error$1153895636$25.message;
|
|
4811
|
+
"stack" in $jscomp$tmp$error$1153895636$25 && (this.stack = $jscomp$tmp$error$1153895636$25.stack);
|
|
4812
4812
|
this.url = url;
|
|
4813
4813
|
this.typeName = typeName;
|
|
4814
4814
|
this.contentType = contentType;
|
|
@@ -4820,48 +4820,48 @@ function module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(
|
|
|
4820
4820
|
return (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)(html);
|
|
4821
4821
|
}
|
|
4822
4822
|
function module$contents$safevalues$dom$globals$fetch_fetchResourceUrl(u, init) {
|
|
4823
|
-
var response, $jscomp$optchain$
|
|
4824
|
-
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$
|
|
4825
|
-
if ($jscomp$generator$context$
|
|
4826
|
-
return $jscomp$generator$context$
|
|
4827
|
-
}
|
|
4828
|
-
response = $jscomp$generator$context$
|
|
4829
|
-
mimeType = ($jscomp$optchain$
|
|
4830
|
-
return $jscomp$generator$context$
|
|
4823
|
+
var response, $jscomp$optchain$tmp1153895636$0, $jscomp$optchain$tmp1153895636$1, $jscomp$optchain$tmp1153895636$2, mimeType;
|
|
4824
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$29) {
|
|
4825
|
+
if ($jscomp$generator$context$1153895636$29.nextAddress == 1) {
|
|
4826
|
+
return $jscomp$generator$context$1153895636$29.yield(fetch(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(u).toString(), init), 2);
|
|
4827
|
+
}
|
|
4828
|
+
response = $jscomp$generator$context$1153895636$29.yieldResult;
|
|
4829
|
+
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();
|
|
4830
|
+
return $jscomp$generator$context$1153895636$29.return({html:function() {
|
|
4831
4831
|
var text;
|
|
4832
|
-
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$
|
|
4833
|
-
if ($jscomp$generator$context$
|
|
4832
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$26) {
|
|
4833
|
+
if ($jscomp$generator$context$1153895636$26.nextAddress == 1) {
|
|
4834
4834
|
if (mimeType !== "text/html") {
|
|
4835
4835
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeHtml", "text/html");
|
|
4836
4836
|
}
|
|
4837
|
-
return $jscomp$generator$context$
|
|
4837
|
+
return $jscomp$generator$context$1153895636$26.yield(response.text(), 2);
|
|
4838
4838
|
}
|
|
4839
|
-
text = $jscomp$generator$context$
|
|
4840
|
-
return $jscomp$generator$context$
|
|
4839
|
+
text = $jscomp$generator$context$1153895636$26.yieldResult;
|
|
4840
|
+
return $jscomp$generator$context$1153895636$26.return(module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(text));
|
|
4841
4841
|
});
|
|
4842
4842
|
}, script:function() {
|
|
4843
4843
|
var text;
|
|
4844
|
-
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$
|
|
4845
|
-
if ($jscomp$generator$context$
|
|
4844
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$27) {
|
|
4845
|
+
if ($jscomp$generator$context$1153895636$27.nextAddress == 1) {
|
|
4846
4846
|
if (mimeType !== "text/javascript" && mimeType !== "application/javascript") {
|
|
4847
4847
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeScript", "text/javascript");
|
|
4848
4848
|
}
|
|
4849
|
-
return $jscomp$generator$context$
|
|
4849
|
+
return $jscomp$generator$context$1153895636$27.yield(response.text(), 2);
|
|
4850
4850
|
}
|
|
4851
|
-
text = $jscomp$generator$context$
|
|
4852
|
-
return $jscomp$generator$context$
|
|
4851
|
+
text = $jscomp$generator$context$1153895636$27.yieldResult;
|
|
4852
|
+
return $jscomp$generator$context$1153895636$27.return(module$contents$safevalues$internals$script_impl_createScriptInternal(text));
|
|
4853
4853
|
});
|
|
4854
4854
|
}, styleSheet:function() {
|
|
4855
4855
|
var text;
|
|
4856
|
-
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$
|
|
4857
|
-
if ($jscomp$generator$context$
|
|
4856
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$28) {
|
|
4857
|
+
if ($jscomp$generator$context$1153895636$28.nextAddress == 1) {
|
|
4858
4858
|
if (mimeType !== "text/css") {
|
|
4859
4859
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeStyleSheet", "text/css");
|
|
4860
4860
|
}
|
|
4861
|
-
return $jscomp$generator$context$
|
|
4861
|
+
return $jscomp$generator$context$1153895636$28.yield(response.text(), 2);
|
|
4862
4862
|
}
|
|
4863
|
-
text = $jscomp$generator$context$
|
|
4864
|
-
return $jscomp$generator$context$
|
|
4863
|
+
text = $jscomp$generator$context$1153895636$28.yieldResult;
|
|
4864
|
+
return $jscomp$generator$context$1153895636$28.return(module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(text));
|
|
4865
4865
|
});
|
|
4866
4866
|
}});
|
|
4867
4867
|
});
|
|
@@ -6283,8 +6283,8 @@ function module$contents$eeapiclient$request_params_processParams(params) {
|
|
|
6283
6283
|
}
|
|
6284
6284
|
module$exports$eeapiclient$request_params.processParams = module$contents$eeapiclient$request_params_processParams;
|
|
6285
6285
|
function module$contents$eeapiclient$request_params_buildQueryParams(params, mapping, passthroughParams) {
|
|
6286
|
-
for (var urlQueryParams = passthroughParams = passthroughParams === void 0 ? {} : passthroughParams, $jscomp$iter$29 = (0,$jscomp.makeIterator)(Object.entries(mapping)), $jscomp$key$
|
|
6287
|
-
var $jscomp$destructuring$var3 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
6286
|
+
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()) {
|
|
6287
|
+
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;
|
|
6288
6288
|
jsName in params && (urlQueryParams[urlQueryParamName] = params[jsName]);
|
|
6289
6289
|
}
|
|
6290
6290
|
return urlQueryParams;
|
|
@@ -6295,8 +6295,8 @@ module$exports$eeapiclient$request_params.bypassCorsPreflight = function(params)
|
|
|
6295
6295
|
var safeHeaders = {}, unsafeHeaders = {}, hasUnsafeHeaders = !1, hasContentType = !1, hasSafeContentType = !1;
|
|
6296
6296
|
if (params.headers) {
|
|
6297
6297
|
hasContentType = params.headers["Content-Type"] != null;
|
|
6298
|
-
for (var $jscomp$iter$30 = (0,$jscomp.makeIterator)(Object.entries(params.headers)), $jscomp$key$
|
|
6299
|
-
var $jscomp$destructuring$var5 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
6298
|
+
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()) {
|
|
6299
|
+
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;
|
|
6300
6300
|
module$contents$eeapiclient$request_params_simpleCorsAllowedHeaders.includes(key) ? safeHeaders[key] = value : key === "Content-Type" && module$contents$eeapiclient$request_params_simpleCorsAllowedContentTypes.includes(value) ? (safeHeaders[key] = value, hasSafeContentType = !0) : (unsafeHeaders[key] = value, hasUnsafeHeaders = !0);
|
|
6301
6301
|
}
|
|
6302
6302
|
}
|
|
@@ -6336,9 +6336,9 @@ module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$reques
|
|
|
6336
6336
|
return this.$addHooksToRequest(requestParams, this.requestService.send(module$contents$eeapiclient$api_client_toMakeRequestParams(requestParams), responseCtor));
|
|
6337
6337
|
};
|
|
6338
6338
|
module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$uploadRequest = function(requestParams) {
|
|
6339
|
-
var $jscomp$this$
|
|
6339
|
+
var $jscomp$this$m296226325$4 = this, responseCtor = requestParams.responseCtor || void 0;
|
|
6340
6340
|
return this.$addHooksToRequest(requestParams, module$contents$eeapiclient$api_client_toMultipartMakeRequestParams(requestParams).then(function(params) {
|
|
6341
|
-
return $jscomp$this$
|
|
6341
|
+
return $jscomp$this$m296226325$4.requestService.send(params, responseCtor);
|
|
6342
6342
|
}));
|
|
6343
6343
|
};
|
|
6344
6344
|
var module$exports$eeapiclient$promise_request_service = {}, module$contents$eeapiclient$promise_request_service_module = module$contents$eeapiclient$promise_request_service_module || {id:"javascript/typescript/contrib/apiclient/request_service/promise_request_service.closure.js"};
|
|
@@ -6521,6 +6521,7 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_use_constant
|
|
|
6521
6521
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable = !1;
|
|
6522
6522
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__optimize_scs_js_url_clone__enable = !1;
|
|
6523
6523
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__disable_wiz_service_logging_map__enable = !1;
|
|
6524
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__optimize_get_ei_from_ved__enable = !1;
|
|
6524
6525
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable = !1;
|
|
6525
6526
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable = !1;
|
|
6526
6527
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_staging_flag__disable = !1;
|
|
@@ -6539,6 +6540,7 @@ goog.flags.JSPB_USE_CONSTANT_DEFAULT_PIVOT = module$exports$closure$flags$flags$
|
|
|
6539
6540
|
goog.flags.JSPB_SERIALIZE_WITH_DYNAMIC_PIVOT_SELECTOR = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable : goog.readFlagInternalDoNotUseOrElse(748402146, goog.DEBUG);
|
|
6540
6541
|
goog.flags.OPTIMIZE_SCS_JS_URL_CLONE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__optimize_scs_js_url_clone__enable : goog.readFlagInternalDoNotUseOrElse(103340015, !1);
|
|
6541
6542
|
goog.flags.DISABLE_WIZ_SERVICE_LOGGING_MAP = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__disable_wiz_service_logging_map__enable : goog.readFlagInternalDoNotUseOrElse(555019702, !1);
|
|
6543
|
+
goog.flags.OPTIMIZE_GET_EI_FROM_VED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__optimize_get_ei_from_ved__enable : goog.readFlagInternalDoNotUseOrElse(333098724, !1);
|
|
6542
6544
|
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);
|
|
6543
6545
|
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);
|
|
6544
6546
|
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);
|
|
@@ -9036,7 +9038,7 @@ goog.structs.Set.prototype[Symbol.iterator] = function() {
|
|
|
9036
9038
|
goog.structs.Set.prototype.setSizeInternal_ = function(newSize) {
|
|
9037
9039
|
this.size = newSize;
|
|
9038
9040
|
};
|
|
9039
|
-
var
|
|
9041
|
+
var ee_root = {third_party:{}};
|
|
9040
9042
|
ee_root.third_party.earthengine_api = {};
|
|
9041
9043
|
ee_root.third_party.earthengine_api.javascript = {};
|
|
9042
9044
|
ee_root.third_party.earthengine_api.javascript.abstractoverlay = {};
|
|
@@ -9068,8 +9070,6 @@ ee_root.third_party.earthengine_api.javascript.abstractoverlay.TileEvent = funct
|
|
|
9068
9070
|
this.count = count;
|
|
9069
9071
|
};
|
|
9070
9072
|
goog.inherits(ee_root.third_party.earthengine_api.javascript.abstractoverlay.TileEvent, goog.events.Event);
|
|
9071
|
-
ee.AbstractOverlay = ee_root.third_party.earthengine_api.javascript.abstractoverlay.AbstractOverlay;
|
|
9072
|
-
ee.TileEvent = ee_root.third_party.earthengine_api.javascript.abstractoverlay.TileEvent;
|
|
9073
9073
|
var module$exports$eeapiclient$ee_api_client = {}, module$contents$eeapiclient$ee_api_client_module = module$contents$eeapiclient$ee_api_client_module || {id:"third_party/earthengine_api/javascript/v1/ee_api_client.closure.js"};
|
|
9074
9074
|
module$exports$eeapiclient$ee_api_client.IAuditLogConfigLogTypeEnum = function() {
|
|
9075
9075
|
};
|
|
@@ -11981,13 +11981,14 @@ module$exports$eeapiclient$ee_api_client.ListOperationsResponse = function(param
|
|
|
11981
11981
|
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
11982
11982
|
this.Serializable$set("operations", parameters.operations == null ? null : parameters.operations);
|
|
11983
11983
|
this.Serializable$set("nextPageToken", parameters.nextPageToken == null ? null : parameters.nextPageToken);
|
|
11984
|
+
this.Serializable$set("unreachable", parameters.unreachable == null ? null : parameters.unreachable);
|
|
11984
11985
|
};
|
|
11985
11986
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ListOperationsResponse, module$exports$eeapiclient$domain_object.Serializable);
|
|
11986
11987
|
module$exports$eeapiclient$ee_api_client.ListOperationsResponse.prototype.getConstructor = function() {
|
|
11987
11988
|
return module$exports$eeapiclient$ee_api_client.ListOperationsResponse;
|
|
11988
11989
|
};
|
|
11989
11990
|
module$exports$eeapiclient$ee_api_client.ListOperationsResponse.prototype.getPartialClassMetadata = function() {
|
|
11990
|
-
return {arrays:{operations:module$exports$eeapiclient$ee_api_client.Operation}, keys:["nextPageToken", "operations"]};
|
|
11991
|
+
return {arrays:{operations:module$exports$eeapiclient$ee_api_client.Operation}, keys:["nextPageToken", "operations", "unreachable"]};
|
|
11991
11992
|
};
|
|
11992
11993
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ListOperationsResponse.prototype, {nextPageToken:{configurable:!0, enumerable:!0, get:function() {
|
|
11993
11994
|
return this.Serializable$has("nextPageToken") ? this.Serializable$get("nextPageToken") : null;
|
|
@@ -11997,6 +11998,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
11997
11998
|
return this.Serializable$has("operations") ? this.Serializable$get("operations") : null;
|
|
11998
11999
|
}, set:function(value) {
|
|
11999
12000
|
this.Serializable$set("operations", value);
|
|
12001
|
+
}}, unreachable:{configurable:!0, enumerable:!0, get:function() {
|
|
12002
|
+
return this.Serializable$has("unreachable") ? this.Serializable$get("unreachable") : null;
|
|
12003
|
+
}, set:function(value) {
|
|
12004
|
+
this.Serializable$set("unreachable", value);
|
|
12000
12005
|
}}});
|
|
12001
12006
|
module$exports$eeapiclient$ee_api_client.ListSubscriptionsResponseParameters = function() {
|
|
12002
12007
|
};
|
|
@@ -13914,8 +13919,8 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
13914
13919
|
}, set:function(value) {
|
|
13915
13920
|
this.Serializable$set("start", value);
|
|
13916
13921
|
}}});
|
|
13917
|
-
var module$contents$eeapiclient$ee_api_client_PARAM_MAP_0 = {$Xgafv:"$.xgafv", access_token:"access_token", alt:"alt", assetId:"assetId", callback:"callback", featureProjection:"featureProjection", fields:"fields", filter:"filter", key:"key", oauth_token:"oauth_token", overwrite:"overwrite", pageSize:"pageSize", pageToken:"pageToken", parent:"parent", prettyPrint:"prettyPrint", quotaUser:"quotaUser", region:"region",
|
|
13918
|
-
upload_protocol:"upload_protocol", view:"view", workloadTag:"workloadTag"};
|
|
13922
|
+
var module$contents$eeapiclient$ee_api_client_PARAM_MAP_0 = {$Xgafv:"$.xgafv", access_token:"access_token", alt:"alt", assetId:"assetId", callback:"callback", featureProjection:"featureProjection", fields:"fields", filter:"filter", key:"key", oauth_token:"oauth_token", overwrite:"overwrite", pageSize:"pageSize", pageToken:"pageToken", parent:"parent", prettyPrint:"prettyPrint", quotaUser:"quotaUser", region:"region", returnPartialSuccess:"returnPartialSuccess",
|
|
13923
|
+
updateMask:"updateMask", uploadType:"uploadType", upload_protocol:"upload_protocol", view:"view", workloadTag:"workloadTag"};
|
|
13919
13924
|
module$exports$eeapiclient$ee_api_client.IBillingAccountsSubscriptionsApiClient$XgafvEnum = function() {
|
|
13920
13925
|
};
|
|
13921
13926
|
module$exports$eeapiclient$ee_api_client.BillingAccountsSubscriptionsApiClient$XgafvEnum = {1:"1", 2:"2", values:function() {
|
|
@@ -14793,7 +14798,7 @@ module$exports$eeapiclient$ee_api_client.V1ApiClientImpl.prototype.getCapabiliti
|
|
|
14793
14798
|
};
|
|
14794
14799
|
module$exports$eeapiclient$ee_api_client.V1ApiClient = function() {
|
|
14795
14800
|
};
|
|
14796
|
-
ee
|
|
14801
|
+
var ee = {api:module$exports$eeapiclient$ee_api_client};
|
|
14797
14802
|
var module$exports$ee$apiVersion = {V1ALPHA:"v1alpha", V1:"v1"};
|
|
14798
14803
|
module$exports$ee$apiVersion.VERSION = module$exports$ee$apiVersion.V1;
|
|
14799
14804
|
goog.async = {};
|
|
@@ -16208,8 +16213,8 @@ module$exports$safevalues$builders$html_formatter.HtmlFormatter = function() {
|
|
|
16208
16213
|
this.replacements = new Map();
|
|
16209
16214
|
};
|
|
16210
16215
|
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.format = function(format) {
|
|
16211
|
-
var $jscomp$this$
|
|
16212
|
-
return $jscomp$this$
|
|
16216
|
+
var $jscomp$this$1018007701$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) {
|
|
16217
|
+
return $jscomp$this$1018007701$5.replaceFormattingString(openedTags, match);
|
|
16213
16218
|
});
|
|
16214
16219
|
if (openedTags.length !== 0) {
|
|
16215
16220
|
if (goog.DEBUG) {
|
|
@@ -16427,8 +16432,8 @@ module$contents$safevalues$builders$html_sanitizer$css$tokenizer_Tokenizer.proto
|
|
|
16427
16432
|
if (Array.isArray(token)) {
|
|
16428
16433
|
tokens.push.apply(tokens, (0,$jscomp.arrayFromIterable)(token));
|
|
16429
16434
|
} else {
|
|
16430
|
-
var $jscomp$optchain$
|
|
16431
|
-
if (token.tokenKind !== module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.WHITESPACE || (($jscomp$optchain$
|
|
16435
|
+
var $jscomp$optchain$tmpm282935782$0 = void 0;
|
|
16436
|
+
if (token.tokenKind !== module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.WHITESPACE || (($jscomp$optchain$tmpm282935782$0 = lastToken) == null ? void 0 : $jscomp$optchain$tmpm282935782$0.tokenKind) !== module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.WHITESPACE) {
|
|
16432
16437
|
tokens.push(token);
|
|
16433
16438
|
if (token.tokenKind === module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.EOF) {
|
|
16434
16439
|
return tokens;
|
|
@@ -16674,9 +16679,9 @@ module$contents$safevalues$builders$html_sanitizer$css$tokenizer_Tokenizer.proto
|
|
|
16674
16679
|
repr:repr}) : {tokenKind:module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.NUMBER, repr:repr};
|
|
16675
16680
|
};
|
|
16676
16681
|
module$contents$safevalues$builders$html_sanitizer$css$tokenizer_Tokenizer.prototype.nextTwoInputsPointsAreWhitespace = function() {
|
|
16677
|
-
var $jscomp$this$
|
|
16682
|
+
var $jscomp$this$m282935782$26 = this;
|
|
16678
16683
|
return this.nextTwoInputCodePoints().every(function(c) {
|
|
16679
|
-
return $jscomp$this$
|
|
16684
|
+
return $jscomp$this$m282935782$26.isWhitespace(c);
|
|
16680
16685
|
});
|
|
16681
16686
|
};
|
|
16682
16687
|
module$contents$safevalues$builders$html_sanitizer$css$tokenizer_Tokenizer.prototype.twoCodePointsAreValidEscape = function(codePoint1, codePoint2) {
|
|
@@ -16783,8 +16788,8 @@ module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.pr
|
|
|
16783
16788
|
return null;
|
|
16784
16789
|
}
|
|
16785
16790
|
if (token.lowercaseName === "url") {
|
|
16786
|
-
var nextToken = tokens[i + 1], $jscomp$optchain$
|
|
16787
|
-
if ((($jscomp$optchain$
|
|
16791
|
+
var nextToken = tokens[i + 1], $jscomp$optchain$tmpm1577590584$0 = void 0;
|
|
16792
|
+
if ((($jscomp$optchain$tmpm1577590584$0 = nextToken) == null ? void 0 : $jscomp$optchain$tmpm1577590584$0.tokenKind) !== module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.STRING) {
|
|
16788
16793
|
return null;
|
|
16789
16794
|
}
|
|
16790
16795
|
var parsedUrl = module$contents$safevalues$builders$html_sanitizer$resource_url_policy_parseUrl(nextToken.value);
|
|
@@ -16807,8 +16812,8 @@ module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.pr
|
|
|
16807
16812
|
if (!this.allowKeyframes) {
|
|
16808
16813
|
return null;
|
|
16809
16814
|
}
|
|
16810
|
-
for (var keyframeRules = [], $jscomp$iter$31 = (0,$jscomp.makeIterator)(keyframesRule.cssRules), $jscomp$key$
|
|
16811
|
-
var rule = $jscomp$key$
|
|
16815
|
+
for (var keyframeRules = [], $jscomp$iter$31 = (0,$jscomp.makeIterator)(keyframesRule.cssRules), $jscomp$key$m1577590584$1$rule = $jscomp$iter$31.next(); !$jscomp$key$m1577590584$1$rule.done; $jscomp$key$m1577590584$1$rule = $jscomp$iter$31.next()) {
|
|
16816
|
+
var rule = $jscomp$key$m1577590584$1$rule.value;
|
|
16812
16817
|
if (rule instanceof CSSKeyframeRule) {
|
|
16813
16818
|
var sanitizedRule = this.sanitizeKeyframeRule(rule);
|
|
16814
16819
|
sanitizedRule && keyframeRules.push(sanitizedRule);
|
|
@@ -16820,8 +16825,8 @@ module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.pr
|
|
|
16820
16825
|
if (!this.propertyAllowlist.has(name)) {
|
|
16821
16826
|
return !1;
|
|
16822
16827
|
}
|
|
16823
|
-
for (var $jscomp$iter$32 = (0,$jscomp.makeIterator)(this.propertyDiscarders), $jscomp$key$
|
|
16824
|
-
var discarder = $jscomp$key$
|
|
16828
|
+
for (var $jscomp$iter$32 = (0,$jscomp.makeIterator)(this.propertyDiscarders), $jscomp$key$m1577590584$2$discarder = $jscomp$iter$32.next(); !$jscomp$key$m1577590584$2$discarder.done; $jscomp$key$m1577590584$2$discarder = $jscomp$iter$32.next()) {
|
|
16829
|
+
var discarder = $jscomp$key$m1577590584$2$discarder.value;
|
|
16825
16830
|
if (discarder(name)) {
|
|
16826
16831
|
return !1;
|
|
16827
16832
|
}
|
|
@@ -16836,8 +16841,8 @@ module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.pr
|
|
|
16836
16841
|
return sanitizedValue ? module$contents$safevalues$builders$html_sanitizer$css$serializer_escapeIdent(name) + ": " + sanitizedValue + (isImportant ? " !important" : "") : null;
|
|
16837
16842
|
};
|
|
16838
16843
|
module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.prototype.sanitizeStyleDeclaration = function(style, calledFromStyleElement) {
|
|
16839
|
-
for (var sortedPropertyNames = [].concat((0,$jscomp.arrayFromIterable)(style)).sort(), sanitizedProperties = "", $jscomp$iter$33 = (0,$jscomp.makeIterator)(sortedPropertyNames), $jscomp$key$
|
|
16840
|
-
var name = $jscomp$key$
|
|
16844
|
+
for (var sortedPropertyNames = [].concat((0,$jscomp.arrayFromIterable)(style)).sort(), sanitizedProperties = "", $jscomp$iter$33 = (0,$jscomp.makeIterator)(sortedPropertyNames), $jscomp$key$m1577590584$3$name = $jscomp$iter$33.next(); !$jscomp$key$m1577590584$3$name.done; $jscomp$key$m1577590584$3$name = $jscomp$iter$33.next()) {
|
|
16845
|
+
var name = $jscomp$key$m1577590584$3$name.value, value = style.getPropertyValue(name), isImportant = style.getPropertyPriority(name) === "important", sanitizedProperty = this.sanitizeProperty(name, value, isImportant, calledFromStyleElement);
|
|
16841
16846
|
sanitizedProperty && (sanitizedProperties += sanitizedProperty + ";");
|
|
16842
16847
|
}
|
|
16843
16848
|
return sanitizedProperties;
|
|
@@ -16851,8 +16856,8 @@ module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.pr
|
|
|
16851
16856
|
return selector + " { " + sanitizedProperties + " }";
|
|
16852
16857
|
};
|
|
16853
16858
|
module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.prototype.sanitizeStyleElement = function(cssText) {
|
|
16854
|
-
for (var rules = this.getStyleSheet(cssText).cssRules, output = [], $jscomp$iter$34 = (0,$jscomp.makeIterator)(rules), $jscomp$key$
|
|
16855
|
-
var rule = $jscomp$key$
|
|
16859
|
+
for (var rules = this.getStyleSheet(cssText).cssRules, output = [], $jscomp$iter$34 = (0,$jscomp.makeIterator)(rules), $jscomp$key$m1577590584$4$rule = $jscomp$iter$34.next(); !$jscomp$key$m1577590584$4$rule.done; $jscomp$key$m1577590584$4$rule = $jscomp$iter$34.next()) {
|
|
16860
|
+
var rule = $jscomp$key$m1577590584$4$rule.value;
|
|
16856
16861
|
if (rule instanceof CSSStyleRule) {
|
|
16857
16862
|
var sanitizedRule = this.sanitizeStyleRule(rule);
|
|
16858
16863
|
sanitizedRule && output.push(sanitizedRule);
|
|
@@ -17014,8 +17019,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
17014
17019
|
return fragment;
|
|
17015
17020
|
};
|
|
17016
17021
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeToFragmentInternal = function(html, inertDocument) {
|
|
17017
|
-
for (var $jscomp$this$
|
|
17018
|
-
return $jscomp$this$
|
|
17022
|
+
for (var $jscomp$this$m1085474118$13 = this, dirtyFragment = module$contents$safevalues$builders$html_sanitizer$inert_fragment_createInertFragment(html, inertDocument), treeWalker = document.createTreeWalker(dirtyFragment, 5, function(n) {
|
|
17023
|
+
return $jscomp$this$m1085474118$13.nodeFilter(n);
|
|
17019
17024
|
}), currentNode = treeWalker.nextNode(), sanitizedFragment = inertDocument.createDocumentFragment(), sanitizedParent = sanitizedFragment; currentNode !== null;) {
|
|
17020
17025
|
var sanitizedNode = void 0;
|
|
17021
17026
|
if (module$contents$safevalues$builders$html_sanitizer$no_clobber_isText(currentNode)) {
|
|
@@ -17050,8 +17055,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
17050
17055
|
return this.createTextNode(textNode.data);
|
|
17051
17056
|
};
|
|
17052
17057
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeElementNode = function(elementNode, inertDocument) {
|
|
17053
|
-
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$36 = (0,$jscomp.makeIterator)(dirtyAttributes), $jscomp$key$
|
|
17054
|
-
var $jscomp$destructuring$var30 = $jscomp$key$
|
|
17058
|
+
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$36 = (0,$jscomp.makeIterator)(dirtyAttributes), $jscomp$key$m1085474118$34$ = $jscomp$iter$36.next(); !$jscomp$key$m1085474118$34$.done; $jscomp$key$m1085474118$34$ = $jscomp$iter$36.next()) {
|
|
17059
|
+
var $jscomp$destructuring$var30 = $jscomp$key$m1085474118$34$.value, name = $jscomp$destructuring$var30.name, value = $jscomp$destructuring$var30.value, policy = this.sanitizerTable.getAttributePolicy(name, elementName);
|
|
17055
17060
|
if (this.satisfiesAllConditions(policy.conditions, dirtyAttributes)) {
|
|
17056
17061
|
switch(policy.policyAction) {
|
|
17057
17062
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP:
|
|
@@ -17083,9 +17088,9 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
17083
17088
|
break;
|
|
17084
17089
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY_FOR_SRCSET:
|
|
17085
17090
|
if (this.resourceUrlPolicy) {
|
|
17086
|
-
for (var hints$jscomp$0 = {type:module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType.HTML_ATTRIBUTE, attributeName:name, elementName:elementName}, srcset = module$contents$safevalues$builders$html_sanitizer$html_sanitizer_parseSrcset(value), sanitizedSrcset = {parts:[]}, $jscomp$iter$35 = (0,$jscomp.makeIterator)(srcset.parts), $jscomp$key$
|
|
17091
|
+
for (var hints$jscomp$0 = {type:module$exports$safevalues$builders$html_sanitizer$resource_url_policy.ResourceUrlPolicyHintsType.HTML_ATTRIBUTE, attributeName:name, elementName:elementName}, srcset = module$contents$safevalues$builders$html_sanitizer$html_sanitizer_parseSrcset(value), sanitizedSrcset = {parts:[]}, $jscomp$iter$35 = (0,$jscomp.makeIterator)(srcset.parts), $jscomp$key$m1085474118$33$part = $jscomp$iter$35.next(); !$jscomp$key$m1085474118$33$part.done; $jscomp$key$m1085474118$33$part =
|
|
17087
17092
|
$jscomp$iter$35.next()) {
|
|
17088
|
-
var part = $jscomp$key$
|
|
17093
|
+
var part = $jscomp$key$m1085474118$33$part.value, url$jscomp$0 = module$contents$safevalues$builders$html_sanitizer$resource_url_policy_parseUrl(part.url), sanitizedUrl$jscomp$0 = this.resourceUrlPolicy(url$jscomp$0, hints$jscomp$0);
|
|
17089
17094
|
sanitizedUrl$jscomp$0 && sanitizedSrcset.parts.push({url:sanitizedUrl$jscomp$0.toString(), descriptor:part.descriptor});
|
|
17090
17095
|
}
|
|
17091
17096
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(newNode, name, module$contents$safevalues$builders$html_sanitizer$html_sanitizer_serializeSrcset(sanitizedSrcset));
|
|
@@ -17129,8 +17134,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
17129
17134
|
if (!conditions) {
|
|
17130
17135
|
return !0;
|
|
17131
17136
|
}
|
|
17132
|
-
for (var $jscomp$iter$37 = (0,$jscomp.makeIterator)(conditions), $jscomp$key$
|
|
17133
|
-
var $jscomp$destructuring$var32 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
17137
|
+
for (var $jscomp$iter$37 = (0,$jscomp.makeIterator)(conditions), $jscomp$key$m1085474118$35$ = $jscomp$iter$37.next(); !$jscomp$key$m1085474118$35$.done; $jscomp$key$m1085474118$35$ = $jscomp$iter$37.next()) {
|
|
17138
|
+
var $jscomp$destructuring$var32 = (0,$jscomp.makeIterator)($jscomp$key$m1085474118$35$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var32.next().value, expectedValues = $jscomp$destructuring$var32.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;
|
|
17134
17139
|
if (value && !expectedValues.has(value)) {
|
|
17135
17140
|
return !1;
|
|
17136
17141
|
}
|
|
@@ -17145,8 +17150,8 @@ function module$contents$safevalues$builders$html_sanitizer$html_sanitizer_Srcse
|
|
|
17145
17150
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.Srcset = function() {
|
|
17146
17151
|
};
|
|
17147
17152
|
function module$contents$safevalues$builders$html_sanitizer$html_sanitizer_parseSrcset(srcset) {
|
|
17148
|
-
for (var parts = [], $jscomp$iter$38 = (0,$jscomp.makeIterator)(srcset.split(",")), $jscomp$key$
|
|
17149
|
-
var $jscomp$destructuring$var33 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
17153
|
+
for (var parts = [], $jscomp$iter$38 = (0,$jscomp.makeIterator)(srcset.split(",")), $jscomp$key$m1085474118$36$part = $jscomp$iter$38.next(); !$jscomp$key$m1085474118$36$part.done; $jscomp$key$m1085474118$36$part = $jscomp$iter$38.next()) {
|
|
17154
|
+
var $jscomp$destructuring$var33 = (0,$jscomp.makeIterator)($jscomp$key$m1085474118$36$part.value.trim().split(/\s+/, 2)), url__tsickle_destructured_3 = $jscomp$destructuring$var33.next().value, descriptor__tsickle_destructured_4 = $jscomp$destructuring$var33.next().value;
|
|
17150
17155
|
parts.push({url:url__tsickle_destructured_3, descriptor:descriptor__tsickle_destructured_4});
|
|
17151
17156
|
}
|
|
17152
17157
|
return {parts:parts};
|
|
@@ -17203,8 +17208,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSan
|
|
|
17203
17208
|
this.sanitizerTable = module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.DEFAULT_SANITIZER_TABLE;
|
|
17204
17209
|
};
|
|
17205
17210
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSanitizerBuilder.prototype.onlyAllowElements = function(elementSet) {
|
|
17206
|
-
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$39 = (0,$jscomp.makeIterator)(elementSet), $jscomp$key$
|
|
17207
|
-
var element = $jscomp$key$
|
|
17211
|
+
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$39 = (0,$jscomp.makeIterator)(elementSet), $jscomp$key$435282654$22$element = $jscomp$iter$39.next(); !$jscomp$key$435282654$22$element.done; $jscomp$key$435282654$22$element = $jscomp$iter$39.next()) {
|
|
17212
|
+
var element = $jscomp$key$435282654$22$element.value;
|
|
17208
17213
|
element = element.toUpperCase();
|
|
17209
17214
|
if (!this.sanitizerTable.isAllowedElement(element)) {
|
|
17210
17215
|
throw Error("Element: " + element + ", is not allowed by html5_contract.textpb");
|
|
@@ -17222,8 +17227,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSan
|
|
|
17222
17227
|
throw Error("Element: " + element + " is not a custom element");
|
|
17223
17228
|
}
|
|
17224
17229
|
if (allowedAttributes) {
|
|
17225
|
-
for (var elementPolicy = new Map(), $jscomp$iter$40 = (0,$jscomp.makeIterator)(allowedAttributes), $jscomp$key$
|
|
17226
|
-
elementPolicy.set($jscomp$key$
|
|
17230
|
+
for (var elementPolicy = new Map(), $jscomp$iter$40 = (0,$jscomp.makeIterator)(allowedAttributes), $jscomp$key$435282654$23$attribute = $jscomp$iter$40.next(); !$jscomp$key$435282654$23$attribute.done; $jscomp$key$435282654$23$attribute = $jscomp$iter$40.next()) {
|
|
17231
|
+
elementPolicy.set($jscomp$key$435282654$23$attribute.value.toLowerCase(), {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
|
|
17227
17232
|
}
|
|
17228
17233
|
allowedElementPolicies.set(element, elementPolicy);
|
|
17229
17234
|
} else {
|
|
@@ -17233,15 +17238,15 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSan
|
|
|
17233
17238
|
return this;
|
|
17234
17239
|
};
|
|
17235
17240
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSanitizerBuilder.prototype.onlyAllowAttributes = function(attributeSet) {
|
|
17236
|
-
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$41 = (0,$jscomp.makeIterator)(attributeSet), $jscomp$key$
|
|
17237
|
-
var attribute = $jscomp$key$
|
|
17241
|
+
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$41 = (0,$jscomp.makeIterator)(attributeSet), $jscomp$key$435282654$24$attribute = $jscomp$iter$41.next(); !$jscomp$key$435282654$24$attribute.done; $jscomp$key$435282654$24$attribute = $jscomp$iter$41.next()) {
|
|
17242
|
+
var attribute = $jscomp$key$435282654$24$attribute.value;
|
|
17238
17243
|
this.sanitizerTable.allowedGlobalAttributes.has(attribute) && allowedGlobalAttributes.add(attribute);
|
|
17239
17244
|
this.sanitizerTable.globalAttributePolicies.has(attribute) && globalAttributePolicies.set(attribute, this.sanitizerTable.globalAttributePolicies.get(attribute));
|
|
17240
17245
|
}
|
|
17241
|
-
for (var $jscomp$iter$43 = (0,$jscomp.makeIterator)(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$
|
|
17242
|
-
for (var $jscomp$destructuring$var36 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
17246
|
+
for (var $jscomp$iter$43 = (0,$jscomp.makeIterator)(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$435282654$26$ = $jscomp$iter$43.next(); !$jscomp$key$435282654$26$.done; $jscomp$key$435282654$26$ = $jscomp$iter$43.next()) {
|
|
17247
|
+
for (var $jscomp$destructuring$var36 = (0,$jscomp.makeIterator)($jscomp$key$435282654$26$.value), elementName__tsickle_destructured_1 = $jscomp$destructuring$var36.next().value, originalElementPolicy__tsickle_destructured_2 = $jscomp$destructuring$var36.next().value, elementName = elementName__tsickle_destructured_1, newElementPolicy = new Map(), $jscomp$iter$42 = (0,$jscomp.makeIterator)(originalElementPolicy__tsickle_destructured_2.entries()), $jscomp$key$435282654$25$ = $jscomp$iter$42.next(); !$jscomp$key$435282654$25$.done; $jscomp$key$435282654$25$ =
|
|
17243
17248
|
$jscomp$iter$42.next()) {
|
|
17244
|
-
var $jscomp$destructuring$var38 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
17249
|
+
var $jscomp$destructuring$var38 = (0,$jscomp.makeIterator)($jscomp$key$435282654$25$.value), attribute__tsickle_destructured_3 = $jscomp$destructuring$var38.next().value, attributePolicy__tsickle_destructured_4 = $jscomp$destructuring$var38.next().value, attribute$jscomp$0 = attribute__tsickle_destructured_3, attributePolicy = attributePolicy__tsickle_destructured_4;
|
|
17245
17250
|
attributeSet.has(attribute$jscomp$0) && newElementPolicy.set(attribute$jscomp$0, attributePolicy);
|
|
17246
17251
|
}
|
|
17247
17252
|
elementPolicies.set(elementName, newElementPolicy);
|
|
@@ -17256,8 +17261,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSan
|
|
|
17256
17261
|
this.sanitizerTable = new module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.SanitizerTable(this.sanitizerTable.allowedElements, this.sanitizerTable.elementPolicies, this.sanitizerTable.allowedGlobalAttributes, this.sanitizerTable.globalAttributePolicies, globallyAllowedAttributePrefixes);
|
|
17257
17262
|
return this;
|
|
17258
17263
|
}
|
|
17259
|
-
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$44 = (0,$jscomp.makeIterator)(attributes), $jscomp$key$
|
|
17260
|
-
var attribute = $jscomp$key$
|
|
17264
|
+
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$44 = (0,$jscomp.makeIterator)(attributes), $jscomp$key$435282654$27$attribute = $jscomp$iter$44.next(); !$jscomp$key$435282654$27$attribute.done; $jscomp$key$435282654$27$attribute = $jscomp$iter$44.next()) {
|
|
17265
|
+
var attribute = $jscomp$key$435282654$27$attribute.value;
|
|
17261
17266
|
if (attribute.indexOf("data-") !== 0) {
|
|
17262
17267
|
throw Error("data attribute: " + attribute + ' does not begin with the prefix "data-"');
|
|
17263
17268
|
}
|
|
@@ -17323,7 +17328,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.CssSani
|
|
|
17323
17328
|
return this;
|
|
17324
17329
|
};
|
|
17325
17330
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.CssSanitizerBuilder.prototype.build = function() {
|
|
17326
|
-
var $jscomp$this$
|
|
17331
|
+
var $jscomp$this$435282654$18 = this;
|
|
17327
17332
|
this.extendSanitizerTableForCss();
|
|
17328
17333
|
var propertyDiscarders = [];
|
|
17329
17334
|
this.animationsAllowed || propertyDiscarders.push(function(property) {
|
|
@@ -17333,9 +17338,9 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.CssSani
|
|
|
17333
17338
|
return /^transition(-|$)/.test(property);
|
|
17334
17339
|
});
|
|
17335
17340
|
return new module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl(this.sanitizerTable, module$exports$safevalues$internals$secrets.secretToken, function(cssText) {
|
|
17336
|
-
return module$contents$safevalues$builders$html_sanitizer$css$sanitizer_sanitizeStyleElement(cssText, module$exports$safevalues$builders$html_sanitizer$css$allowlists.CSS_PROPERTY_ALLOWLIST, module$exports$safevalues$builders$html_sanitizer$css$allowlists.CSS_FUNCTION_ALLOWLIST, $jscomp$this$
|
|
17341
|
+
return module$contents$safevalues$builders$html_sanitizer$css$sanitizer_sanitizeStyleElement(cssText, module$exports$safevalues$builders$html_sanitizer$css$allowlists.CSS_PROPERTY_ALLOWLIST, module$exports$safevalues$builders$html_sanitizer$css$allowlists.CSS_FUNCTION_ALLOWLIST, $jscomp$this$435282654$18.resourceUrlPolicy, $jscomp$this$435282654$18.animationsAllowed, propertyDiscarders);
|
|
17337
17342
|
}, function(cssText) {
|
|
17338
|
-
return module$contents$safevalues$builders$html_sanitizer$css$sanitizer_sanitizeStyleAttribute(cssText, module$exports$safevalues$builders$html_sanitizer$css$allowlists.CSS_PROPERTY_ALLOWLIST, module$exports$safevalues$builders$html_sanitizer$css$allowlists.CSS_FUNCTION_ALLOWLIST, $jscomp$this$
|
|
17343
|
+
return module$contents$safevalues$builders$html_sanitizer$css$sanitizer_sanitizeStyleAttribute(cssText, module$exports$safevalues$builders$html_sanitizer$css$allowlists.CSS_PROPERTY_ALLOWLIST, module$exports$safevalues$builders$html_sanitizer$css$allowlists.CSS_FUNCTION_ALLOWLIST, $jscomp$this$435282654$18.resourceUrlPolicy, propertyDiscarders);
|
|
17339
17344
|
}, this.resourceUrlPolicy, this.openShadow);
|
|
17340
17345
|
};
|
|
17341
17346
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.CssSanitizerBuilder.prototype.extendSanitizerTableForCss = function() {
|
|
@@ -17555,12 +17560,12 @@ function module$contents$safevalues$reporting$reporting_isChangedBySanitizing(s,
|
|
|
17555
17560
|
}
|
|
17556
17561
|
try {
|
|
17557
17562
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_lenientlySanitizeHtmlAssertUnchanged(s);
|
|
17558
|
-
} catch ($jscomp$unused$catch$
|
|
17563
|
+
} catch ($jscomp$unused$catch$696273141$0) {
|
|
17559
17564
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_RELAXED_SANITIZING), !0;
|
|
17560
17565
|
}
|
|
17561
17566
|
try {
|
|
17562
17567
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlAssertUnchanged(s);
|
|
17563
|
-
} catch ($jscomp$unused$catch$
|
|
17568
|
+
} catch ($jscomp$unused$catch$696273141$1) {
|
|
17564
17569
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_SANITIZING), !0;
|
|
17565
17570
|
}
|
|
17566
17571
|
return !1;
|
|
@@ -19427,7 +19432,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19427
19432
|
ee.apiclient = {};
|
|
19428
19433
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19429
19434
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19430
|
-
ee.apiclient.API_CLIENT_VERSION = "1.5.
|
|
19435
|
+
ee.apiclient.API_CLIENT_VERSION = "1.5.21";
|
|
19431
19436
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19432
19437
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19433
19438
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19725,8 +19730,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19725
19730
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19726
19731
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19727
19732
|
method = method || "POST";
|
|
19728
|
-
var headers = {"Content-Type":contentType}, version = "1.5.
|
|
19729
|
-
version === "1.5.
|
|
19733
|
+
var headers = {"Content-Type":contentType}, version = "1.5.21";
|
|
19734
|
+
version === "1.5.21" && (version = "latest");
|
|
19730
19735
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19731
19736
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19732
19737
|
if (authToken != null) {
|
|
@@ -27249,29 +27254,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27249
27254
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27250
27255
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27251
27256
|
(function() {
|
|
27252
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27253
|
-
orderedParamLists = [["name"
|
|
27254
|
-
|
|
27255
|
-
"
|
|
27256
|
-
"
|
|
27257
|
-
|
|
27258
|
-
"
|
|
27259
|
-
"opt_callback"], ["
|
|
27260
|
-
"opt_callback"], ["
|
|
27261
|
-
"opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], [], [], ["func", "var_args"], ["func", "namedArgs"], [],
|
|
27262
|
-
["
|
|
27263
|
-
"
|
|
27264
|
-
["
|
|
27265
|
-
"opt_callback"], ["
|
|
27266
|
-
[ee.ApiFunction.
|
|
27267
|
-
module$contents$ee$batch_Export.
|
|
27268
|
-
ee.ComputedObject.prototype.
|
|
27269
|
-
ee.data.
|
|
27270
|
-
ee.data.
|
|
27271
|
-
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature
|
|
27272
|
-
ee.Filter.
|
|
27273
|
-
ee.Image.prototype.
|
|
27274
|
-
ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.
|
|
27257
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction._apply ee.ApiFunction.lookup ee.batch.Export.classifier.toAsset ee.batch.Export.video.toDrive ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toDrive ee.batch.Export.table.toFeatureView ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toAsset ee.Collection.prototype.limit ee.Collection.prototype.filter ee.Collection.prototype.map ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.serialize ee.data.getList ee.data.listAssets ee.data.authenticateViaPopup ee.data.getDownloadId ee.data.updateAsset ee.data.makeDownloadUrl ee.data.setAssetAcl ee.data.listImages ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.makeTableDownloadUrl ee.data.setAssetProperties ee.data.listBuckets ee.data.newTaskId ee.data.getAssetRootQuota ee.data.getAssetRoots ee.data.getMapId ee.data.createAssetHome ee.data.getTileUrl ee.data.getTaskStatus ee.data.getWorkloadTag ee.data.setWorkloadTag ee.data.createAsset ee.data.startIngestion ee.data.setDefaultWorkloadTag ee.data.getTaskList ee.data.resetWorkloadTag ee.data.createFolder ee.data.startTableIngestion ee.data.getFeatureViewTilesKey ee.data.getTaskListWithLimit ee.data.renameAsset ee.data.listOperations ee.data.listFeatures ee.data.copyAsset ee.data.deleteAsset ee.data.cancelOperation ee.data.computeValue ee.data.getAssetAcl ee.data.updateTask ee.data.getVideoThumbId ee.data.getThumbId ee.data.getOperation ee.data.getAsset ee.data.makeThumbUrl ee.data.authenticateViaOauth ee.data.getFilmstripThumbId ee.data.cancelTask ee.data.getInfo ee.data.authenticate ee.data.startProcessing ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Dictionary ee.reset ee.Algorithms ee.InitState ee.initialize ee.call ee.apply ee.TILE_SIZE ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMap ee.Feature ee.Feature.prototype.getMapId ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.Filter.bounds ee.Filter.lt ee.Filter.and ee.Filter ee.Filter.gte ee.Filter.or ee.Filter.eq ee.Filter.gt ee.Filter.date ee.Filter.neq ee.Filter.metadata ee.Filter.inList ee.Filter.lte ee.Filter.prototype.not ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Polygon ee.Geometry.LineString ee.Geometry.prototype.toGeoJSONString ee.Geometry.prototype.serialize ee.Geometry.LinearRing ee.Geometry ee.Geometry.MultiPolygon ee.Geometry.Rectangle ee.Geometry.Point ee.Geometry.MultiLineString ee.Geometry.BBox ee.Geometry.MultiPoint ee.Geometry.prototype.toGeoJSON ee.Image.prototype.getInfo ee.Image.prototype.getDownloadURL ee.Image.cat ee.Image.prototype.expression ee.Image.prototype.getMapId ee.Image.rgb ee.Image.prototype.clip ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.getMap ee.Image.prototype.select ee.Image ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.first ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getInfo ee.List ee.Number ee.Serializer.toCloudApiJSON ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
|
|
27258
|
+
orderedParamLists = [["name", "var_args"], ["name", "namedArgs"], ["name"], ["classifier", "opt_description", "opt_assetId", "opt_priority"], "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(" "), "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(" "),
|
|
27259
|
+
"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking 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(" "), "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(" "),
|
|
27260
|
+
"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(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
27261
|
+
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".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 opt_priority".split(" "), ["collection", "opt_description",
|
|
27262
|
+
"opt_assetId", "opt_maxVertices", "opt_priority"], ["max", "opt_property", "opt_ascending"], ["filter"], ["algorithm", "opt_dropNulls"], ["name", "operator", "value"], ["geometry"], ["property", "opt_ascending"], ["algorithm", "opt_first"], ["start", "opt_end"], ["callback"], ["opt_callback"], ["func", "var_args"], ["legacy"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"],
|
|
27263
|
+
["id"], ["assetId", "aclUpdate", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["id"], ["assetId", "properties", "opt_callback"], ["project", "opt_callback"], ["opt_count", "opt_callback"], ["rootId", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["requestedId", "opt_callback"], ["id", "x", "y", "z"], ["taskId", "opt_callback"], [], ["tag"], ["value",
|
|
27264
|
+
"opt_path", "opt_force", "opt_properties", "opt_callback"], ["taskId", "request", "opt_callback"], ["tag"], ["opt_callback"], ["opt_resetDefault"], ["path", "opt_force", "opt_callback"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["opt_limit", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["opt_limit", "opt_callback"], ["asset", "params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["assetId", "opt_callback"], ["operationName",
|
|
27265
|
+
"opt_callback"], ["obj", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "action", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["id", "opt_callback"], ["id"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["params", "opt_callback"], ["taskId", "opt_callback"], ["id", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"],
|
|
27266
|
+
["taskId", "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_visParams", "opt_callback"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"],
|
|
27267
|
+
["args", "opt_column"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["geometry", "opt_errorMargin"], ["name", "value"], ["var_args"], ["opt_filter"], ["name", "value"], ["var_args"], ["name", "value"], ["name", "value"], ["start", "opt_end"], ["name", "value"], ["name", "operator", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], [], ["namedArgs"], ["var_args"], ["coords",
|
|
27268
|
+
"opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["west", "south", "east", "north"], ["coords", "opt_proj"],
|
|
27269
|
+
[], ["opt_callback"], ["params", "opt_callback"], ["var_args"], ["expression", "opt_map"], ["opt_visParams", "opt_callback"], ["r", "g", "b"], ["geometry"], ["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["var_args"], ["opt_args"], ["selectors", "opt_names"], ["opt_visParams", "opt_callback"], [], ["args"], ["params", "opt_callback"], ["params", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"],
|
|
27270
|
+
["opt_visParams", "opt_callback"], ["opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["string"], []];
|
|
27271
|
+
[ee.ApiFunction._call, ee.ApiFunction._apply, ee.ApiFunction.lookup, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset,
|
|
27272
|
+
module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, ee.Collection.prototype.limit, ee.Collection.prototype.filter, ee.Collection.prototype.map, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.sort, ee.Collection.prototype.iterate, ee.Collection.prototype.filterDate, ee.ComputedObject.prototype.evaluate,
|
|
27273
|
+
ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.serialize, ee.data.getList, ee.data.listAssets, ee.data.authenticateViaPopup, ee.data.getDownloadId, ee.data.updateAsset, ee.data.makeDownloadUrl, ee.data.setAssetAcl, ee.data.listImages, ee.data.authenticateViaPrivateKey, ee.data.getTableDownloadId, ee.data.makeTableDownloadUrl, ee.data.setAssetProperties, ee.data.listBuckets, ee.data.newTaskId, ee.data.getAssetRootQuota, ee.data.getAssetRoots,
|
|
27274
|
+
ee.data.getMapId, ee.data.createAssetHome, ee.data.getTileUrl, ee.data.getTaskStatus, ee.data.getWorkloadTag, ee.data.setWorkloadTag, ee.data.createAsset, ee.data.startIngestion, ee.data.setDefaultWorkloadTag, ee.data.getTaskList, ee.data.resetWorkloadTag, ee.data.createFolder, ee.data.startTableIngestion, ee.data.getFeatureViewTilesKey, ee.data.getTaskListWithLimit, ee.data.renameAsset, ee.data.listOperations, ee.data.listFeatures, ee.data.copyAsset, ee.data.deleteAsset, ee.data.cancelOperation,
|
|
27275
|
+
ee.data.computeValue, ee.data.getAssetAcl, ee.data.updateTask, ee.data.getVideoThumbId, ee.data.getThumbId, ee.data.getOperation, ee.data.getAsset, ee.data.makeThumbUrl, ee.data.authenticateViaOauth, ee.data.getFilmstripThumbId, ee.data.cancelTask, ee.data.getInfo, ee.data.authenticate, ee.data.startProcessing, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Dictionary, ee.reset, ee.Algorithms, ee.InitState, ee.initialize,
|
|
27276
|
+
ee.call, ee.apply, ee.TILE_SIZE, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMap, ee.Feature, ee.Feature.prototype.getMapId, ee.Feature.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getInfo, ee.Filter.bounds, ee.Filter.lt, ee.Filter.and, ee.Filter, ee.Filter.gte, ee.Filter.or,
|
|
27277
|
+
ee.Filter.eq, ee.Filter.gt, ee.Filter.date, ee.Filter.neq, ee.Filter.metadata, ee.Filter.inList, ee.Filter.lte, ee.Filter.prototype.not, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.Polygon, ee.Geometry.LineString, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.prototype.serialize, ee.Geometry.LinearRing, ee.Geometry, ee.Geometry.MultiPolygon, ee.Geometry.Rectangle, ee.Geometry.Point, ee.Geometry.MultiLineString, ee.Geometry.BBox, ee.Geometry.MultiPoint, ee.Geometry.prototype.toGeoJSON,
|
|
27278
|
+
ee.Image.prototype.getInfo, ee.Image.prototype.getDownloadURL, ee.Image.cat, ee.Image.prototype.expression, ee.Image.prototype.getMapId, ee.Image.rgb, ee.Image.prototype.clip, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image.prototype.getMap, ee.Image.prototype.select, ee.Image, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.first, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL,
|
|
27279
|
+
ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getInfo, ee.List, ee.Number, ee.Serializer.toCloudApiJSON, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.encodeCloudApi, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27275
27280
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27276
27281
|
});
|
|
27277
27282
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|