@google/earthengine 1.6.2 → 1.6.4
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 +144 -144
- package/build/ee_api_js.js +17 -17
- package/build/ee_api_js_debug.js +121 -121
- package/build/ee_api_js_npm.js +144 -144
- package/build/main.js +144 -144
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
package/build/main.js
CHANGED
|
@@ -1328,7 +1328,7 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1328
1328
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1329
1329
|
};
|
|
1330
1330
|
}, "es8", "es3");
|
|
1331
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_context_per_component__enable:!1,
|
|
1331
|
+
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__disable:!1, GoogFlags__client_only_wiz_queue_effect_and_on_init_initial_runs__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_throw_in_array_constructor_if_array_is_already_constructed__disable:!1,
|
|
1332
1332
|
GoogFlags__jspb_use_constant_default_pivot__enable:!1, GoogFlags__optimize_get_ei_from_ved__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};
|
|
1333
1333
|
/*
|
|
1334
1334
|
|
|
@@ -2222,9 +2222,9 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
|
|
|
2222
2222
|
};
|
|
2223
2223
|
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;
|
|
2224
2224
|
function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
|
|
2225
|
-
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$
|
|
2226
|
-
{mapMetadata:void 0}, $jscomp$key$
|
|
2227
|
-
var key = $jscomp$key$
|
|
2225
|
+
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 =
|
|
2226
|
+
{mapMetadata:void 0}, $jscomp$key$m1892927425$40$key = $jscomp$iter$19.next()) {
|
|
2227
|
+
var key = $jscomp$key$m1892927425$40$key.value, value = valueGetter(key, source);
|
|
2228
2228
|
if (value != null) {
|
|
2229
2229
|
var copy = void 0;
|
|
2230
2230
|
if (arrays.hasOwnProperty(key)) {
|
|
@@ -2235,11 +2235,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
2235
2235
|
} else if (objects.hasOwnProperty(key)) {
|
|
2236
2236
|
copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
|
|
2237
2237
|
} else if (objectMaps.hasOwnProperty(key)) {
|
|
2238
|
-
$jscomp$loop$
|
|
2238
|
+
$jscomp$loop$m1892927425$44.mapMetadata = objectMaps[key], copy = $jscomp$loop$m1892927425$44.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m1892927425$44) {
|
|
2239
2239
|
return function(v) {
|
|
2240
|
-
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$
|
|
2240
|
+
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m1892927425$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
2241
2241
|
};
|
|
2242
|
-
}($jscomp$loop$
|
|
2242
|
+
}($jscomp$loop$m1892927425$44)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m1892927425$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
2243
2243
|
} else if (Array.isArray(value)) {
|
|
2244
2244
|
if (metadata.emptyArrayIsUnset && value.length === 0) {
|
|
2245
2245
|
continue;
|
|
@@ -2254,8 +2254,8 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
2254
2254
|
return target;
|
|
2255
2255
|
}
|
|
2256
2256
|
function module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, mapMetadata, valueGetter, valueSetter, copyInstanciator) {
|
|
2257
|
-
for (var objMap = {}, $jscomp$iter$20 = (0,$jscomp.makeIterator)(Object.keys(value)), $jscomp$key$
|
|
2258
|
-
var mapKey = $jscomp$key$
|
|
2257
|
+
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()) {
|
|
2258
|
+
var mapKey = $jscomp$key$m1892927425$41$mapKey.value, mapValue = value[mapKey];
|
|
2259
2259
|
mapValue != null && (objMap[mapKey] = module$contents$eeapiclient$domain_object_deepCopyValue(mapValue, valueGetter, valueSetter, copyInstanciator, mapMetadata.isValueArray, mapMetadata.isSerializable, mapMetadata.ctor));
|
|
2260
2260
|
}
|
|
2261
2261
|
return objMap;
|
|
@@ -2285,39 +2285,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
|
|
|
2285
2285
|
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))) {
|
|
2286
2286
|
return !1;
|
|
2287
2287
|
}
|
|
2288
|
-
for (var $jscomp$iter$21 = (0,$jscomp.makeIterator)(keys1), $jscomp$key$
|
|
2289
|
-
var key = $jscomp$key$
|
|
2288
|
+
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()) {
|
|
2289
|
+
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);
|
|
2290
2290
|
if (has1 !== has2) {
|
|
2291
2291
|
return !1;
|
|
2292
2292
|
}
|
|
2293
2293
|
if (has1) {
|
|
2294
2294
|
var value1 = serializable1.Serializable$get(key);
|
|
2295
|
-
$jscomp$loop$
|
|
2295
|
+
$jscomp$loop$m1892927425$45.value2$jscomp$7 = serializable2.Serializable$get(key);
|
|
2296
2296
|
if (arrays1.hasOwnProperty(key)) {
|
|
2297
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2297
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !0, !0)) {
|
|
2298
2298
|
return !1;
|
|
2299
2299
|
}
|
|
2300
2300
|
} else if (objects1.hasOwnProperty(key)) {
|
|
2301
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2301
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !1, !0)) {
|
|
2302
2302
|
return !1;
|
|
2303
2303
|
}
|
|
2304
2304
|
} else if (objectMaps1.hasOwnProperty(key)) {
|
|
2305
|
-
if ($jscomp$loop$
|
|
2306
|
-
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$
|
|
2305
|
+
if ($jscomp$loop$m1892927425$45.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m1892927425$45.mapMetadata$jscomp$2.isPropertyArray) {
|
|
2306
|
+
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7) || value1.some(function($jscomp$loop$m1892927425$45) {
|
|
2307
2307
|
return function(v1, i) {
|
|
2308
|
-
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$
|
|
2308
|
+
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m1892927425$45.value2$jscomp$7[i], $jscomp$loop$m1892927425$45.mapMetadata$jscomp$2);
|
|
2309
2309
|
};
|
|
2310
|
-
}($jscomp$loop$
|
|
2310
|
+
}($jscomp$loop$m1892927425$45))) {
|
|
2311
2311
|
return !1;
|
|
2312
2312
|
}
|
|
2313
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$
|
|
2313
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, $jscomp$loop$m1892927425$45.mapMetadata$jscomp$2)) {
|
|
2314
2314
|
return !1;
|
|
2315
2315
|
}
|
|
2316
2316
|
} else if (Array.isArray(value1)) {
|
|
2317
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2317
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !0, !1)) {
|
|
2318
2318
|
return !1;
|
|
2319
2319
|
}
|
|
2320
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2320
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !1, !1)) {
|
|
2321
2321
|
return !1;
|
|
2322
2322
|
}
|
|
2323
2323
|
}
|
|
@@ -2339,8 +2339,8 @@ function module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, v
|
|
|
2339
2339
|
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, value2)) {
|
|
2340
2340
|
return !1;
|
|
2341
2341
|
}
|
|
2342
|
-
for (var $jscomp$iter$22 = (0,$jscomp.makeIterator)(Object.keys(value1)), $jscomp$key$
|
|
2343
|
-
var mapKey = $jscomp$key$
|
|
2342
|
+
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()) {
|
|
2343
|
+
var mapKey = $jscomp$key$m1892927425$43$mapKey.value;
|
|
2344
2344
|
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1[mapKey], value2[mapKey], mapMetadata.isValueArray, mapMetadata.isSerializable)) {
|
|
2345
2345
|
return !1;
|
|
2346
2346
|
}
|
|
@@ -2421,15 +2421,15 @@ module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.addMetad
|
|
|
2421
2421
|
this._metadataPayload += "Content-Type: application/json; charset=utf-8\r\n\r\n" + JSON.stringify(json) + ("\r\n--" + this._boundary + "\r\n");
|
|
2422
2422
|
};
|
|
2423
2423
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.build = function() {
|
|
2424
|
-
var $jscomp$this$
|
|
2424
|
+
var $jscomp$this$m133342051$6 = this, payload = "--" + this._boundary + "\r\n";
|
|
2425
2425
|
payload += this._metadataPayload;
|
|
2426
2426
|
return Promise.all(this.files.map(function(f) {
|
|
2427
|
-
return $jscomp$this$
|
|
2427
|
+
return $jscomp$this$m133342051$6.encodeFile(f);
|
|
2428
2428
|
})).then(function(filePayloads) {
|
|
2429
|
-
for (var $jscomp$iter$23 = (0,$jscomp.makeIterator)(filePayloads), $jscomp$key$
|
|
2430
|
-
payload += $jscomp$key$
|
|
2429
|
+
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()) {
|
|
2430
|
+
payload += $jscomp$key$m133342051$9$filePayload.value;
|
|
2431
2431
|
}
|
|
2432
|
-
return payload += "\r\n--" + $jscomp$this$
|
|
2432
|
+
return payload += "\r\n--" + $jscomp$this$m133342051$6._boundary + "--";
|
|
2433
2433
|
});
|
|
2434
2434
|
};
|
|
2435
2435
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.encodeFile = function(file) {
|
|
@@ -2941,8 +2941,8 @@ function module$contents$safevalues$internals$resource_url_impl_unwrapResourceUr
|
|
|
2941
2941
|
throw Error(message);
|
|
2942
2942
|
}
|
|
2943
2943
|
module$exports$safevalues$internals$resource_url_impl.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
|
|
2944
|
-
var $jscomp$templatelit$
|
|
2945
|
-
["\\0"]), $jscomp$templatelit$
|
|
2944
|
+
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"],
|
|
2945
|
+
["\\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"};
|
|
2946
2946
|
function module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, numExprs) {
|
|
2947
2947
|
if (!module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) || numExprs + 1 !== templateObj.length) {
|
|
2948
2948
|
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 ##############################");
|
|
@@ -2956,14 +2956,14 @@ function module$contents$safevalues$internals$string_literal_checkTranspiled(fn)
|
|
|
2956
2956
|
return fn.toString().indexOf("`") === -1;
|
|
2957
2957
|
}
|
|
2958
2958
|
var module$contents$safevalues$internals$string_literal_isTranspiled = module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
2959
|
-
return tag($jscomp$templatelit$
|
|
2959
|
+
return tag($jscomp$templatelit$m425881384$5);
|
|
2960
2960
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
2961
|
-
return tag($jscomp$templatelit$
|
|
2961
|
+
return tag($jscomp$templatelit$m425881384$6);
|
|
2962
2962
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
2963
|
-
return tag($jscomp$templatelit$
|
|
2963
|
+
return tag($jscomp$templatelit$m425881384$7);
|
|
2964
2964
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
2965
|
-
return tag($jscomp$templatelit$
|
|
2966
|
-
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$
|
|
2965
|
+
return tag($jscomp$templatelit$m425881384$8);
|
|
2966
|
+
}), 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);
|
|
2967
2967
|
function module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) {
|
|
2968
2968
|
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)) ?
|
|
2969
2969
|
!0 : !1;
|
|
@@ -3289,9 +3289,9 @@ function module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(ifr
|
|
|
3289
3289
|
}
|
|
3290
3290
|
}
|
|
3291
3291
|
module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError = function(type, intent) {
|
|
3292
|
-
var $jscomp$tmp$error$
|
|
3293
|
-
this.message = $jscomp$tmp$error$
|
|
3294
|
-
"stack" in $jscomp$tmp$error$
|
|
3292
|
+
var $jscomp$tmp$error$494508883$1 = Error.call(this, type + " cannot be used with intent " + module$exports$safevalues$dom$elements$iframe.IframeIntent[intent]);
|
|
3293
|
+
this.message = $jscomp$tmp$error$494508883$1.message;
|
|
3294
|
+
"stack" in $jscomp$tmp$error$494508883$1 && (this.stack = $jscomp$tmp$error$494508883$1.stack);
|
|
3295
3295
|
this.type = type;
|
|
3296
3296
|
this.intent = intent;
|
|
3297
3297
|
this.name = "TypeCannotBeUsedWithIframeIntentError";
|
|
@@ -3387,7 +3387,7 @@ function module$contents$safevalues$dom$globals$window_getStyleNonce(doc) {
|
|
|
3387
3387
|
module$exports$safevalues$dom$globals$window.getStyleNonce = module$contents$safevalues$dom$globals$window_getStyleNonce;
|
|
3388
3388
|
function module$contents$safevalues$dom$globals$window_getNonceFor(elementName, doc) {
|
|
3389
3389
|
doc = doc === void 0 ? document : doc;
|
|
3390
|
-
var $jscomp$optchain$
|
|
3390
|
+
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]");
|
|
3391
3391
|
return el == null ? "" : el.nonce || el.getAttribute("nonce") || "";
|
|
3392
3392
|
}
|
|
3393
3393
|
;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"};
|
|
@@ -4819,9 +4819,9 @@ function module$contents$safevalues$dom$globals$dom_parser_domParserParseFromStr
|
|
|
4819
4819
|
module$exports$safevalues$dom$globals$dom_parser.domParserParseFromString = module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString;
|
|
4820
4820
|
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"};
|
|
4821
4821
|
module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError = function(url, typeName, contentType) {
|
|
4822
|
-
var $jscomp$tmp$error$
|
|
4823
|
-
this.message = $jscomp$tmp$error$
|
|
4824
|
-
"stack" in $jscomp$tmp$error$
|
|
4822
|
+
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.");
|
|
4823
|
+
this.message = $jscomp$tmp$error$1153895636$25.message;
|
|
4824
|
+
"stack" in $jscomp$tmp$error$1153895636$25 && (this.stack = $jscomp$tmp$error$1153895636$25.stack);
|
|
4825
4825
|
this.url = url;
|
|
4826
4826
|
this.typeName = typeName;
|
|
4827
4827
|
this.contentType = contentType;
|
|
@@ -4833,48 +4833,48 @@ function module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(
|
|
|
4833
4833
|
return (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)(html);
|
|
4834
4834
|
}
|
|
4835
4835
|
function module$contents$safevalues$dom$globals$fetch_fetchResourceUrl(u, init) {
|
|
4836
|
-
var response, $jscomp$optchain$
|
|
4837
|
-
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$
|
|
4838
|
-
if ($jscomp$generator$context$
|
|
4839
|
-
return $jscomp$generator$context$
|
|
4840
|
-
}
|
|
4841
|
-
response = $jscomp$generator$context$
|
|
4842
|
-
mimeType = ($jscomp$optchain$
|
|
4843
|
-
return $jscomp$generator$context$
|
|
4836
|
+
var response, $jscomp$optchain$tmp1153895636$0, $jscomp$optchain$tmp1153895636$1, $jscomp$optchain$tmp1153895636$2, mimeType;
|
|
4837
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$29) {
|
|
4838
|
+
if ($jscomp$generator$context$1153895636$29.nextAddress == 1) {
|
|
4839
|
+
return $jscomp$generator$context$1153895636$29.yield(fetch(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(u).toString(), init), 2);
|
|
4840
|
+
}
|
|
4841
|
+
response = $jscomp$generator$context$1153895636$29.yieldResult;
|
|
4842
|
+
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();
|
|
4843
|
+
return $jscomp$generator$context$1153895636$29.return({html:function() {
|
|
4844
4844
|
var text;
|
|
4845
|
-
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$
|
|
4846
|
-
if ($jscomp$generator$context$
|
|
4845
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$26) {
|
|
4846
|
+
if ($jscomp$generator$context$1153895636$26.nextAddress == 1) {
|
|
4847
4847
|
if (mimeType !== "text/html") {
|
|
4848
4848
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeHtml", "text/html");
|
|
4849
4849
|
}
|
|
4850
|
-
return $jscomp$generator$context$
|
|
4850
|
+
return $jscomp$generator$context$1153895636$26.yield(response.text(), 2);
|
|
4851
4851
|
}
|
|
4852
|
-
text = $jscomp$generator$context$
|
|
4853
|
-
return $jscomp$generator$context$
|
|
4852
|
+
text = $jscomp$generator$context$1153895636$26.yieldResult;
|
|
4853
|
+
return $jscomp$generator$context$1153895636$26.return(module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(text));
|
|
4854
4854
|
});
|
|
4855
4855
|
}, script:function() {
|
|
4856
4856
|
var text;
|
|
4857
|
-
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$
|
|
4858
|
-
if ($jscomp$generator$context$
|
|
4857
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$27) {
|
|
4858
|
+
if ($jscomp$generator$context$1153895636$27.nextAddress == 1) {
|
|
4859
4859
|
if (mimeType !== "text/javascript" && mimeType !== "application/javascript") {
|
|
4860
4860
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeScript", "text/javascript");
|
|
4861
4861
|
}
|
|
4862
|
-
return $jscomp$generator$context$
|
|
4862
|
+
return $jscomp$generator$context$1153895636$27.yield(response.text(), 2);
|
|
4863
4863
|
}
|
|
4864
|
-
text = $jscomp$generator$context$
|
|
4865
|
-
return $jscomp$generator$context$
|
|
4864
|
+
text = $jscomp$generator$context$1153895636$27.yieldResult;
|
|
4865
|
+
return $jscomp$generator$context$1153895636$27.return(module$contents$safevalues$internals$script_impl_createScriptInternal(text));
|
|
4866
4866
|
});
|
|
4867
4867
|
}, styleSheet:function() {
|
|
4868
4868
|
var text;
|
|
4869
|
-
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$
|
|
4870
|
-
if ($jscomp$generator$context$
|
|
4869
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$1153895636$28) {
|
|
4870
|
+
if ($jscomp$generator$context$1153895636$28.nextAddress == 1) {
|
|
4871
4871
|
if (mimeType !== "text/css") {
|
|
4872
4872
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeStyleSheet", "text/css");
|
|
4873
4873
|
}
|
|
4874
|
-
return $jscomp$generator$context$
|
|
4874
|
+
return $jscomp$generator$context$1153895636$28.yield(response.text(), 2);
|
|
4875
4875
|
}
|
|
4876
|
-
text = $jscomp$generator$context$
|
|
4877
|
-
return $jscomp$generator$context$
|
|
4876
|
+
text = $jscomp$generator$context$1153895636$28.yieldResult;
|
|
4877
|
+
return $jscomp$generator$context$1153895636$28.return(module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(text));
|
|
4878
4878
|
});
|
|
4879
4879
|
}});
|
|
4880
4880
|
});
|
|
@@ -6296,8 +6296,8 @@ function module$contents$eeapiclient$request_params_processParams(params) {
|
|
|
6296
6296
|
}
|
|
6297
6297
|
module$exports$eeapiclient$request_params.processParams = module$contents$eeapiclient$request_params_processParams;
|
|
6298
6298
|
function module$contents$eeapiclient$request_params_buildQueryParams(params, mapping, passthroughParams) {
|
|
6299
|
-
for (var urlQueryParams = passthroughParams = passthroughParams === void 0 ? {} : passthroughParams, $jscomp$iter$29 = (0,$jscomp.makeIterator)(Object.entries(mapping)), $jscomp$key$
|
|
6300
|
-
var $jscomp$destructuring$var3 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
6299
|
+
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()) {
|
|
6300
|
+
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;
|
|
6301
6301
|
jsName in params && (urlQueryParams[urlQueryParamName] = params[jsName]);
|
|
6302
6302
|
}
|
|
6303
6303
|
return urlQueryParams;
|
|
@@ -6308,8 +6308,8 @@ module$exports$eeapiclient$request_params.bypassCorsPreflight = function(params)
|
|
|
6308
6308
|
var safeHeaders = {}, unsafeHeaders = {}, hasUnsafeHeaders = !1, hasContentType = !1, hasSafeContentType = !1;
|
|
6309
6309
|
if (params.headers) {
|
|
6310
6310
|
hasContentType = params.headers["Content-Type"] != null;
|
|
6311
|
-
for (var $jscomp$iter$30 = (0,$jscomp.makeIterator)(Object.entries(params.headers)), $jscomp$key$
|
|
6312
|
-
var $jscomp$destructuring$var5 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
6311
|
+
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()) {
|
|
6312
|
+
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;
|
|
6313
6313
|
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);
|
|
6314
6314
|
}
|
|
6315
6315
|
}
|
|
@@ -6344,8 +6344,8 @@ module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$addHoo
|
|
|
6344
6344
|
}, function(error) {
|
|
6345
6345
|
throw error;
|
|
6346
6346
|
}).finally(function() {
|
|
6347
|
-
var $jscomp$optchain$
|
|
6348
|
-
($jscomp$optchain$
|
|
6347
|
+
var $jscomp$optchain$tmpm296226325$1;
|
|
6348
|
+
($jscomp$optchain$tmpm296226325$1 = hook.onFinalize) == null || $jscomp$optchain$tmpm296226325$1.call(hook);
|
|
6349
6349
|
});
|
|
6350
6350
|
};
|
|
6351
6351
|
module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$request = function(requestParams) {
|
|
@@ -6353,9 +6353,9 @@ module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$reques
|
|
|
6353
6353
|
return this.$addHooksToRequest(requestParams, this.requestService.send(module$contents$eeapiclient$api_client_toMakeRequestParams(requestParams), responseCtor));
|
|
6354
6354
|
};
|
|
6355
6355
|
module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$uploadRequest = function(requestParams) {
|
|
6356
|
-
var $jscomp$this$
|
|
6356
|
+
var $jscomp$this$m296226325$6 = this, responseCtor = requestParams.responseCtor || void 0;
|
|
6357
6357
|
return this.$addHooksToRequest(requestParams, module$contents$eeapiclient$api_client_toMultipartMakeRequestParams(requestParams).then(function(params) {
|
|
6358
|
-
return $jscomp$this$
|
|
6358
|
+
return $jscomp$this$m296226325$6.requestService.send(params, responseCtor);
|
|
6359
6359
|
}));
|
|
6360
6360
|
};
|
|
6361
6361
|
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"};
|
|
@@ -6530,7 +6530,7 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_cl
|
|
|
6530
6530
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable = !1;
|
|
6531
6531
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_queue_effect_and_on_init_initial_runs__enable = !1;
|
|
6532
6532
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_context_per_component__enable = !1;
|
|
6533
|
-
module$exports$closure$flags$flags$2etoggles.
|
|
6533
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_lazy_tsx__disable = !1;
|
|
6534
6534
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__fixed_noopener_behavior__enable = !1;
|
|
6535
6535
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable = !1;
|
|
6536
6536
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable = !1;
|
|
@@ -6548,7 +6548,7 @@ goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2eto
|
|
|
6548
6548
|
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);
|
|
6549
6549
|
goog.flags.CLIENT_ONLY_WIZ_QUEUE_EFFECT_AND_ON_INIT_INITIAL_RUNS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_queue_effect_and_on_init_initial_runs__enable : goog.readFlagInternalDoNotUseOrElse(772657768, !1);
|
|
6550
6550
|
goog.flags.CLIENT_ONLY_WIZ_CONTEXT_PER_COMPONENT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_context_per_component__enable : goog.readFlagInternalDoNotUseOrElse(513659523, goog.DEBUG);
|
|
6551
|
-
goog.flags.CLIENT_ONLY_WIZ_LAZY_TSX = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.
|
|
6551
|
+
goog.flags.CLIENT_ONLY_WIZ_LAZY_TSX = 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__client_only_wiz_lazy_tsx__disable) : goog.readFlagInternalDoNotUseOrElse(568333945, module$contents$goog$flags_STAGING);
|
|
6552
6552
|
goog.flags.FIXED_NOOPENER_BEHAVIOR = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__fixed_noopener_behavior__enable : goog.readFlagInternalDoNotUseOrElse(1331761403, !1);
|
|
6553
6553
|
goog.flags.WIZ_ENABLE_NATIVE_PROMISE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable : goog.readFlagInternalDoNotUseOrElse(651175828, goog.DEBUG);
|
|
6554
6554
|
goog.flags.JSPB_DISALLOW_MESSAGE_TOJSON = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable : goog.readFlagInternalDoNotUseOrElse(722764542, goog.DEBUG);
|
|
@@ -15198,7 +15198,7 @@ goog.Promise.prototype.finally = function(onSettled) {
|
|
|
15198
15198
|
var $jscomp$this$m1061044379$32 = this;
|
|
15199
15199
|
goog.Promise.LONG_STACK_TRACES && this.addStackTrace_(Error("finally"));
|
|
15200
15200
|
onSettled = module$exports$common$async$context$propagate.propagateAsyncContext(onSettled);
|
|
15201
|
-
return new Promise(function(resolve, reject) {
|
|
15201
|
+
return new goog.Promise(function(resolve, reject) {
|
|
15202
15202
|
$jscomp$this$m1061044379$32.thenVoid(function(value) {
|
|
15203
15203
|
onSettled();
|
|
15204
15204
|
resolve(value);
|
|
@@ -16229,8 +16229,8 @@ module$exports$safevalues$builders$html_formatter.HtmlFormatter = function() {
|
|
|
16229
16229
|
this.replacements = new Map();
|
|
16230
16230
|
};
|
|
16231
16231
|
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.format = function(format) {
|
|
16232
|
-
var $jscomp$this$
|
|
16233
|
-
return $jscomp$this$
|
|
16232
|
+
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) {
|
|
16233
|
+
return $jscomp$this$1018007701$5.replaceFormattingString(openedTags, match);
|
|
16234
16234
|
});
|
|
16235
16235
|
if (openedTags.length !== 0) {
|
|
16236
16236
|
if (goog.DEBUG) {
|
|
@@ -16448,8 +16448,8 @@ module$contents$safevalues$builders$html_sanitizer$css$tokenizer_Tokenizer.proto
|
|
|
16448
16448
|
if (Array.isArray(token)) {
|
|
16449
16449
|
tokens.push.apply(tokens, (0,$jscomp.arrayFromIterable)(token));
|
|
16450
16450
|
} else {
|
|
16451
|
-
var $jscomp$optchain$
|
|
16452
|
-
if (token.tokenKind !== module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.WHITESPACE || (($jscomp$optchain$
|
|
16451
|
+
var $jscomp$optchain$tmpm282935782$0 = void 0;
|
|
16452
|
+
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) {
|
|
16453
16453
|
tokens.push(token);
|
|
16454
16454
|
if (token.tokenKind === module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.EOF) {
|
|
16455
16455
|
return tokens;
|
|
@@ -16695,9 +16695,9 @@ module$contents$safevalues$builders$html_sanitizer$css$tokenizer_Tokenizer.proto
|
|
|
16695
16695
|
repr:repr}) : {tokenKind:module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.NUMBER, repr:repr};
|
|
16696
16696
|
};
|
|
16697
16697
|
module$contents$safevalues$builders$html_sanitizer$css$tokenizer_Tokenizer.prototype.nextTwoInputsPointsAreWhitespace = function() {
|
|
16698
|
-
var $jscomp$this$
|
|
16698
|
+
var $jscomp$this$m282935782$26 = this;
|
|
16699
16699
|
return this.nextTwoInputCodePoints().every(function(c) {
|
|
16700
|
-
return $jscomp$this$
|
|
16700
|
+
return $jscomp$this$m282935782$26.isWhitespace(c);
|
|
16701
16701
|
});
|
|
16702
16702
|
};
|
|
16703
16703
|
module$contents$safevalues$builders$html_sanitizer$css$tokenizer_Tokenizer.prototype.twoCodePointsAreValidEscape = function(codePoint1, codePoint2) {
|
|
@@ -16804,8 +16804,8 @@ module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.pr
|
|
|
16804
16804
|
return null;
|
|
16805
16805
|
}
|
|
16806
16806
|
if (token.lowercaseName === "url") {
|
|
16807
|
-
var nextToken = tokens[i + 1], $jscomp$optchain$
|
|
16808
|
-
if ((($jscomp$optchain$
|
|
16807
|
+
var nextToken = tokens[i + 1], $jscomp$optchain$tmpm1577590584$0 = void 0;
|
|
16808
|
+
if ((($jscomp$optchain$tmpm1577590584$0 = nextToken) == null ? void 0 : $jscomp$optchain$tmpm1577590584$0.tokenKind) !== module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.STRING) {
|
|
16809
16809
|
return null;
|
|
16810
16810
|
}
|
|
16811
16811
|
var parsedUrl = module$contents$safevalues$builders$html_sanitizer$url_policy_parseUrl(nextToken.value);
|
|
@@ -16828,8 +16828,8 @@ module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.pr
|
|
|
16828
16828
|
if (!this.allowKeyframes) {
|
|
16829
16829
|
return null;
|
|
16830
16830
|
}
|
|
16831
|
-
for (var keyframeRules = [], $jscomp$iter$31 = (0,$jscomp.makeIterator)(keyframesRule.cssRules), $jscomp$key$
|
|
16832
|
-
var rule = $jscomp$key$
|
|
16831
|
+
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()) {
|
|
16832
|
+
var rule = $jscomp$key$m1577590584$1$rule.value;
|
|
16833
16833
|
if (rule instanceof CSSKeyframeRule) {
|
|
16834
16834
|
var sanitizedRule = this.sanitizeKeyframeRule(rule);
|
|
16835
16835
|
sanitizedRule && keyframeRules.push(sanitizedRule);
|
|
@@ -16841,8 +16841,8 @@ module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.pr
|
|
|
16841
16841
|
if (!this.propertyAllowlist.has(name)) {
|
|
16842
16842
|
return !1;
|
|
16843
16843
|
}
|
|
16844
|
-
for (var $jscomp$iter$32 = (0,$jscomp.makeIterator)(this.propertyDiscarders), $jscomp$key$
|
|
16845
|
-
var discarder = $jscomp$key$
|
|
16844
|
+
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()) {
|
|
16845
|
+
var discarder = $jscomp$key$m1577590584$2$discarder.value;
|
|
16846
16846
|
if (discarder(name)) {
|
|
16847
16847
|
return !1;
|
|
16848
16848
|
}
|
|
@@ -16857,8 +16857,8 @@ module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.pr
|
|
|
16857
16857
|
return sanitizedValue ? module$contents$safevalues$builders$html_sanitizer$css$serializer_escapeIdent(name) + ": " + sanitizedValue + (isImportant ? " !important" : "") : null;
|
|
16858
16858
|
};
|
|
16859
16859
|
module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.prototype.sanitizeStyleDeclaration = function(style, calledFromStyleElement) {
|
|
16860
|
-
for (var sortedPropertyNames = [].concat((0,$jscomp.arrayFromIterable)(style)).sort(), sanitizedProperties = "", $jscomp$iter$33 = (0,$jscomp.makeIterator)(sortedPropertyNames), $jscomp$key$
|
|
16861
|
-
var name = $jscomp$key$
|
|
16860
|
+
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()) {
|
|
16861
|
+
var name = $jscomp$key$m1577590584$3$name.value, value = style.getPropertyValue(name), isImportant = style.getPropertyPriority(name) === "important", sanitizedProperty = this.sanitizeProperty(name, value, isImportant, calledFromStyleElement);
|
|
16862
16862
|
sanitizedProperty && (sanitizedProperties += sanitizedProperty + ";");
|
|
16863
16863
|
}
|
|
16864
16864
|
return sanitizedProperties;
|
|
@@ -16872,8 +16872,8 @@ module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.pr
|
|
|
16872
16872
|
return selector + " { " + sanitizedProperties + " }";
|
|
16873
16873
|
};
|
|
16874
16874
|
module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.prototype.sanitizeStyleElement = function(cssText) {
|
|
16875
|
-
for (var rules = this.getStyleSheet(cssText).cssRules, output = [], $jscomp$iter$34 = (0,$jscomp.makeIterator)(rules), $jscomp$key$
|
|
16876
|
-
var rule = $jscomp$key$
|
|
16875
|
+
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()) {
|
|
16876
|
+
var rule = $jscomp$key$m1577590584$4$rule.value;
|
|
16877
16877
|
if (rule instanceof CSSStyleRule) {
|
|
16878
16878
|
var sanitizedRule = this.sanitizeStyleRule(rule);
|
|
16879
16879
|
sanitizedRule && output.push(sanitizedRule);
|
|
@@ -17037,8 +17037,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
17037
17037
|
return fragment;
|
|
17038
17038
|
};
|
|
17039
17039
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeToFragmentInternal = function(html, inertDocument) {
|
|
17040
|
-
for (var $jscomp$this$
|
|
17041
|
-
return $jscomp$this$
|
|
17040
|
+
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) {
|
|
17041
|
+
return $jscomp$this$m1085474118$13.nodeFilter(n);
|
|
17042
17042
|
}), currentNode = treeWalker.nextNode(), sanitizedFragment = inertDocument.createDocumentFragment(), sanitizedParent = sanitizedFragment; currentNode !== null;) {
|
|
17043
17043
|
var sanitizedNode = void 0;
|
|
17044
17044
|
if (module$contents$safevalues$builders$html_sanitizer$no_clobber_isText(currentNode)) {
|
|
@@ -17073,8 +17073,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
17073
17073
|
return this.createTextNode(textNode.data);
|
|
17074
17074
|
};
|
|
17075
17075
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeElementNode = function(elementNode, inertDocument) {
|
|
17076
|
-
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$
|
|
17077
|
-
var $jscomp$destructuring$var30 = $jscomp$key$
|
|
17076
|
+
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()) {
|
|
17077
|
+
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);
|
|
17078
17078
|
if (this.satisfiesAllConditions(policy.conditions, dirtyAttributes)) {
|
|
17079
17079
|
switch(policy.policyAction) {
|
|
17080
17080
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP:
|
|
@@ -17106,9 +17106,9 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
17106
17106
|
break;
|
|
17107
17107
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY_FOR_SRCSET:
|
|
17108
17108
|
if (this.resourceUrlPolicy) {
|
|
17109
|
-
for (var hints$jscomp$0 = {type:module$exports$safevalues$builders$html_sanitizer$url_policy.UrlPolicyHintsType.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$
|
|
17109
|
+
for (var hints$jscomp$0 = {type:module$exports$safevalues$builders$html_sanitizer$url_policy.UrlPolicyHintsType.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 =
|
|
17110
17110
|
$jscomp$iter$35.next()) {
|
|
17111
|
-
var part = $jscomp$key$
|
|
17111
|
+
var part = $jscomp$key$m1085474118$33$part.value, url$jscomp$0 = module$contents$safevalues$builders$html_sanitizer$url_policy_parseUrl(part.url), sanitizedUrl$jscomp$0 = this.resourceUrlPolicy(url$jscomp$0, hints$jscomp$0);
|
|
17112
17112
|
sanitizedUrl$jscomp$0 && sanitizedSrcset.parts.push({url:sanitizedUrl$jscomp$0.toString(), descriptor:part.descriptor});
|
|
17113
17113
|
}
|
|
17114
17114
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(newNode, name, module$contents$safevalues$builders$html_sanitizer$html_sanitizer_serializeSrcset(sanitizedSrcset));
|
|
@@ -17166,8 +17166,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
17166
17166
|
if (!conditions) {
|
|
17167
17167
|
return !0;
|
|
17168
17168
|
}
|
|
17169
|
-
for (var $jscomp$iter$37 = (0,$jscomp.makeIterator)(conditions), $jscomp$key$
|
|
17170
|
-
var $jscomp$destructuring$var32 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
17169
|
+
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()) {
|
|
17170
|
+
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;
|
|
17171
17171
|
if (value && !expectedValues.has(value)) {
|
|
17172
17172
|
return !1;
|
|
17173
17173
|
}
|
|
@@ -17182,8 +17182,8 @@ function module$contents$safevalues$builders$html_sanitizer$html_sanitizer_Srcse
|
|
|
17182
17182
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.Srcset = function() {
|
|
17183
17183
|
};
|
|
17184
17184
|
function module$contents$safevalues$builders$html_sanitizer$html_sanitizer_parseSrcset(srcset) {
|
|
17185
|
-
for (var parts = [], $jscomp$iter$38 = (0,$jscomp.makeIterator)(srcset.split(",")), $jscomp$key$
|
|
17186
|
-
var $jscomp$destructuring$var33 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
17185
|
+
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()) {
|
|
17186
|
+
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;
|
|
17187
17187
|
parts.push({url:url__tsickle_destructured_3, descriptor:descriptor__tsickle_destructured_4});
|
|
17188
17188
|
}
|
|
17189
17189
|
return {parts:parts};
|
|
@@ -17240,8 +17240,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSan
|
|
|
17240
17240
|
this.sanitizerTable = module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.DEFAULT_SANITIZER_TABLE;
|
|
17241
17241
|
};
|
|
17242
17242
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSanitizerBuilder.prototype.onlyAllowElements = function(elementSet) {
|
|
17243
|
-
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$39 = (0,$jscomp.makeIterator)(elementSet), $jscomp$key$
|
|
17244
|
-
var element = $jscomp$key$
|
|
17243
|
+
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$39 = (0,$jscomp.makeIterator)(elementSet), $jscomp$key$435282654$23$element = $jscomp$iter$39.next(); !$jscomp$key$435282654$23$element.done; $jscomp$key$435282654$23$element = $jscomp$iter$39.next()) {
|
|
17244
|
+
var element = $jscomp$key$435282654$23$element.value;
|
|
17245
17245
|
element = element.toUpperCase();
|
|
17246
17246
|
if (!this.sanitizerTable.isAllowedElement(element)) {
|
|
17247
17247
|
throw Error("Element: " + element + ", is not allowed by html5_contract.textpb");
|
|
@@ -17259,8 +17259,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSan
|
|
|
17259
17259
|
throw Error("Element: " + element + " is not a custom element");
|
|
17260
17260
|
}
|
|
17261
17261
|
if (allowedAttributes) {
|
|
17262
|
-
for (var elementPolicy = new Map(), $jscomp$iter$40 = (0,$jscomp.makeIterator)(allowedAttributes), $jscomp$key$
|
|
17263
|
-
elementPolicy.set($jscomp$key$
|
|
17262
|
+
for (var elementPolicy = new Map(), $jscomp$iter$40 = (0,$jscomp.makeIterator)(allowedAttributes), $jscomp$key$435282654$24$attribute = $jscomp$iter$40.next(); !$jscomp$key$435282654$24$attribute.done; $jscomp$key$435282654$24$attribute = $jscomp$iter$40.next()) {
|
|
17263
|
+
elementPolicy.set($jscomp$key$435282654$24$attribute.value.toLowerCase(), {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
|
|
17264
17264
|
}
|
|
17265
17265
|
allowedElementPolicies.set(element, elementPolicy);
|
|
17266
17266
|
} else {
|
|
@@ -17270,15 +17270,15 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSan
|
|
|
17270
17270
|
return this;
|
|
17271
17271
|
};
|
|
17272
17272
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSanitizerBuilder.prototype.onlyAllowAttributes = function(attributeSet) {
|
|
17273
|
-
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$41 = (0,$jscomp.makeIterator)(attributeSet), $jscomp$key$
|
|
17274
|
-
var attribute = $jscomp$key$
|
|
17273
|
+
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$41 = (0,$jscomp.makeIterator)(attributeSet), $jscomp$key$435282654$25$attribute = $jscomp$iter$41.next(); !$jscomp$key$435282654$25$attribute.done; $jscomp$key$435282654$25$attribute = $jscomp$iter$41.next()) {
|
|
17274
|
+
var attribute = $jscomp$key$435282654$25$attribute.value;
|
|
17275
17275
|
this.sanitizerTable.allowedGlobalAttributes.has(attribute) && allowedGlobalAttributes.add(attribute);
|
|
17276
17276
|
this.sanitizerTable.globalAttributePolicies.has(attribute) && globalAttributePolicies.set(attribute, this.sanitizerTable.globalAttributePolicies.get(attribute));
|
|
17277
17277
|
}
|
|
17278
|
-
for (var $jscomp$iter$43 = (0,$jscomp.makeIterator)(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$
|
|
17279
|
-
for (var $jscomp$destructuring$var36 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
17278
|
+
for (var $jscomp$iter$43 = (0,$jscomp.makeIterator)(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$435282654$27$ = $jscomp$iter$43.next(); !$jscomp$key$435282654$27$.done; $jscomp$key$435282654$27$ = $jscomp$iter$43.next()) {
|
|
17279
|
+
for (var $jscomp$destructuring$var36 = (0,$jscomp.makeIterator)($jscomp$key$435282654$27$.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$26$ = $jscomp$iter$42.next(); !$jscomp$key$435282654$26$.done; $jscomp$key$435282654$26$ =
|
|
17280
17280
|
$jscomp$iter$42.next()) {
|
|
17281
|
-
var $jscomp$destructuring$var38 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
17281
|
+
var $jscomp$destructuring$var38 = (0,$jscomp.makeIterator)($jscomp$key$435282654$26$.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;
|
|
17282
17282
|
attributeSet.has(attribute$jscomp$0) && newElementPolicy.set(attribute$jscomp$0, attributePolicy);
|
|
17283
17283
|
}
|
|
17284
17284
|
elementPolicies.set(elementName, newElementPolicy);
|
|
@@ -17293,8 +17293,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSan
|
|
|
17293
17293
|
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);
|
|
17294
17294
|
return this;
|
|
17295
17295
|
}
|
|
17296
|
-
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$44 = (0,$jscomp.makeIterator)(attributes), $jscomp$key$
|
|
17297
|
-
var attribute = $jscomp$key$
|
|
17296
|
+
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$44 = (0,$jscomp.makeIterator)(attributes), $jscomp$key$435282654$28$attribute = $jscomp$iter$44.next(); !$jscomp$key$435282654$28$attribute.done; $jscomp$key$435282654$28$attribute = $jscomp$iter$44.next()) {
|
|
17297
|
+
var attribute = $jscomp$key$435282654$28$attribute.value;
|
|
17298
17298
|
if (attribute.indexOf("data-") !== 0) {
|
|
17299
17299
|
throw Error("data attribute: " + attribute + ' does not begin with the prefix "data-"');
|
|
17300
17300
|
}
|
|
@@ -17364,7 +17364,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.CssSani
|
|
|
17364
17364
|
return this;
|
|
17365
17365
|
};
|
|
17366
17366
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.CssSanitizerBuilder.prototype.build = function() {
|
|
17367
|
-
var $jscomp$this$
|
|
17367
|
+
var $jscomp$this$435282654$19 = this;
|
|
17368
17368
|
this.extendSanitizerTableForCss();
|
|
17369
17369
|
var propertyDiscarders = [];
|
|
17370
17370
|
this.animationsAllowed || propertyDiscarders.push(function(property) {
|
|
@@ -17374,9 +17374,9 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.CssSani
|
|
|
17374
17374
|
return /^transition(-|$)/.test(property);
|
|
17375
17375
|
});
|
|
17376
17376
|
return new module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl(this.sanitizerTable, module$exports$safevalues$internals$secrets.secretToken, function(cssText) {
|
|
17377
|
-
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$
|
|
17377
|
+
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$19.resourceUrlPolicy, $jscomp$this$435282654$19.animationsAllowed, propertyDiscarders);
|
|
17378
17378
|
}, function(cssText) {
|
|
17379
|
-
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$
|
|
17379
|
+
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$19.resourceUrlPolicy, propertyDiscarders);
|
|
17380
17380
|
}, this.resourceUrlPolicy, this.navigationUrlPolicy, this.openShadow);
|
|
17381
17381
|
};
|
|
17382
17382
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.CssSanitizerBuilder.prototype.extendSanitizerTableForCss = function() {
|
|
@@ -17596,12 +17596,12 @@ function module$contents$safevalues$reporting$reporting_isChangedBySanitizing(s,
|
|
|
17596
17596
|
}
|
|
17597
17597
|
try {
|
|
17598
17598
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_lenientlySanitizeHtmlAssertUnchanged(s);
|
|
17599
|
-
} catch ($jscomp$unused$catch$
|
|
17599
|
+
} catch ($jscomp$unused$catch$696273141$0) {
|
|
17600
17600
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_RELAXED_SANITIZING), !0;
|
|
17601
17601
|
}
|
|
17602
17602
|
try {
|
|
17603
17603
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlAssertUnchanged(s);
|
|
17604
|
-
} catch ($jscomp$unused$catch$
|
|
17604
|
+
} catch ($jscomp$unused$catch$696273141$1) {
|
|
17605
17605
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_SANITIZING), !0;
|
|
17606
17606
|
}
|
|
17607
17607
|
return !1;
|
|
@@ -19468,7 +19468,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19468
19468
|
ee.apiclient = {};
|
|
19469
19469
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19470
19470
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19471
|
-
ee.apiclient.API_CLIENT_VERSION = "1.6.
|
|
19471
|
+
ee.apiclient.API_CLIENT_VERSION = "1.6.4";
|
|
19472
19472
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19473
19473
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19474
19474
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19766,8 +19766,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19766
19766
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19767
19767
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19768
19768
|
method = method || "POST";
|
|
19769
|
-
var headers = {"Content-Type":contentType}, version = "1.6.
|
|
19770
|
-
version === "1.6.
|
|
19769
|
+
var headers = {"Content-Type":contentType}, version = "1.6.4";
|
|
19770
|
+
version === "1.6.4" && (version = "latest");
|
|
19771
19771
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19772
19772
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19773
19773
|
if (authToken != null) {
|
|
@@ -27290,29 +27290,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27290
27290
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27291
27291
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27292
27292
|
(function() {
|
|
27293
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction.
|
|
27294
|
-
orderedParamLists = [["name", "var_args"], ["name", "
|
|
27295
|
-
"image opt_description
|
|
27296
|
-
"
|
|
27297
|
-
"collection opt_description
|
|
27298
|
-
"
|
|
27299
|
-
|
|
27300
|
-
["
|
|
27301
|
-
["
|
|
27302
|
-
"
|
|
27303
|
-
"
|
|
27304
|
-
"
|
|
27305
|
-
"
|
|
27306
|
-
"
|
|
27307
|
-
[ee.ApiFunction._call, ee.ApiFunction.
|
|
27308
|
-
module$contents$ee$batch_Export.
|
|
27309
|
-
ee.ComputedObject.prototype.
|
|
27310
|
-
ee.data.
|
|
27311
|
-
ee.data.
|
|
27312
|
-
ee.
|
|
27313
|
-
ee.Filter.
|
|
27314
|
-
ee.Image.prototype.
|
|
27315
|
-
ee.ImageCollection.prototype.
|
|
27293
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction.lookup ee.ApiFunction._apply ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.video.toDrive ee.batch.Export.table.toFeatureView ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.map.toCloudStorage ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.Collection.prototype.limit ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.getInfo ee.data.getMapId ee.data.setAssetProperties ee.data.getTaskStatus ee.data.getAssetRoots ee.data.getAssetRootQuota ee.data.getTileUrl ee.data.setWorkloadTag ee.data.createAssetHome ee.data.getWorkloadTag ee.data.startIngestion ee.data.getTaskList ee.data.setDefaultWorkloadTag ee.data.resetWorkloadTag ee.data.getFeatureViewTilesKey ee.data.createAsset ee.data.getTaskListWithLimit ee.data.listOperations ee.data.listFeatures ee.data.createFolder ee.data.cancelOperation ee.data.computeValue ee.data.startTableIngestion ee.data.renameAsset ee.data.getVideoThumbId ee.data.getThumbId ee.data.getOperation ee.data.authenticateViaOauth ee.data.copyAsset ee.data.getAsset ee.data.getFilmstripThumbId ee.data.deleteAsset ee.data.cancelTask ee.data.getDownloadId ee.data.authenticate ee.data.getInfo ee.data.makeThumbUrl ee.data.getAssetAcl ee.data.updateTask ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.getList ee.data.startProcessing ee.data.listAssets ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.makeTableDownloadUrl ee.data.updateAsset ee.data.listBuckets ee.data.newTaskId ee.data.listImages ee.data.setAssetAcl ee.Date ee.Deserializer.fromJSON ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Deserializer.decodeCloudApi 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.prototype.getInfo ee.Feature ee.Feature.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.Filter.or ee.Filter.gte ee.Filter.eq ee.Filter.date ee.Filter.gt ee.Filter.neq ee.Filter.lt ee.Filter.metadata ee.Filter.inList ee.Filter.lte ee.Filter.and ee.Filter.prototype.not ee.Filter ee.Filter.bounds ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.MultiPoint ee.Geometry.MultiPolygon ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSON ee.Geometry ee.Geometry.LineString ee.Geometry.Rectangle ee.Geometry.prototype.toGeoJSONString ee.Geometry.Point ee.Geometry.Polygon ee.Geometry.BBox ee.Geometry.prototype.serialize ee.Geometry.MultiLineString ee.Image.prototype.expression ee.Image.prototype.getThumbURL ee.Image.prototype.getInfo ee.Image.prototype.getMap ee.Image.rgb ee.Image.prototype.getMapId ee.Image.cat ee.Image.prototype.select ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.getDownloadURL ee.Image ee.Image.prototype.clip ee.ImageCollection ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.getMap ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
|
|
27294
|
+
orderedParamLists = [["name", "var_args"], ["name"], ["name", "namedArgs"], "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(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], ["classifier", "opt_description", "opt_assetId", "opt_priority"], "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(" "),
|
|
27295
|
+
"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_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),
|
|
27296
|
+
"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
27297
|
+
"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(" "), "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(" "),
|
|
27298
|
+
["start", "opt_end"], ["algorithm", "opt_first"], ["geometry"], ["max", "opt_property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["filter"], ["property", "opt_ascending"], ["name", "operator", "value"], ["callback"], ["func", "var_args"], ["legacy"], ["opt_callback"], ["params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["taskId", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], ["id", "x", "y", "z"], ["tag"], ["requestedId", "opt_callback"], [], ["taskId",
|
|
27299
|
+
"request", "opt_callback"], ["opt_callback"], ["tag"], ["opt_resetDefault"], ["params", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_limit", "opt_callback"], ["opt_limit", "opt_callback"], ["asset", "params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"], ["taskId", "request", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"],
|
|
27300
|
+
["operationName", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id", "opt_callback"], ["id"], ["assetId", "opt_callback"], ["taskId", "action",
|
|
27301
|
+
"opt_callback"], ["opt_success", "opt_error"], ["id"], ["params", "opt_callback"], ["taskId", "params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["id"], ["assetId", "asset", "updateFields", "opt_callback"], ["project", "opt_callback"], ["opt_count", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["date", "opt_tz"],
|
|
27302
|
+
["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"], ["opt_callback"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"],
|
|
27303
|
+
["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["var_args"], ["name", "value"], ["name", "value"], ["start", "opt_end"], ["name", "value"], ["name", "value"], ["name", "value"], ["name", "operator", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["var_args"], [], ["opt_filter"], ["geometry", "opt_errorMargin"], ["var_args"], ["namedArgs"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic",
|
|
27304
|
+
"opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], [], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["west", "south", "east", "north"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["expression", "opt_map"], ["params",
|
|
27305
|
+
"opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["r", "g", "b"], ["opt_visParams", "opt_callback"], ["var_args"], ["var_args"], ["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_args"], ["geometry"], ["args"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["params", "opt_callback"], [], ["params", "opt_callback"], ["selectors", "opt_names"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams",
|
|
27306
|
+
"opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27307
|
+
[ee.ApiFunction._call, ee.ApiFunction.lookup, ee.ApiFunction._apply, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toDrive,
|
|
27308
|
+
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.map.toCloudStorage, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.limit, ee.Collection.prototype.map, ee.Collection.prototype.filter, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.ComputedObject.prototype.evaluate,
|
|
27309
|
+
ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.getInfo, ee.data.getMapId, ee.data.setAssetProperties, ee.data.getTaskStatus, ee.data.getAssetRoots, ee.data.getAssetRootQuota, ee.data.getTileUrl, ee.data.setWorkloadTag, ee.data.createAssetHome, ee.data.getWorkloadTag, ee.data.startIngestion, ee.data.getTaskList, ee.data.setDefaultWorkloadTag, ee.data.resetWorkloadTag, ee.data.getFeatureViewTilesKey, ee.data.createAsset, ee.data.getTaskListWithLimit,
|
|
27310
|
+
ee.data.listOperations, ee.data.listFeatures, ee.data.createFolder, ee.data.cancelOperation, ee.data.computeValue, ee.data.startTableIngestion, ee.data.renameAsset, ee.data.getVideoThumbId, ee.data.getThumbId, ee.data.getOperation, ee.data.authenticateViaOauth, ee.data.copyAsset, ee.data.getAsset, ee.data.getFilmstripThumbId, ee.data.deleteAsset, ee.data.cancelTask, ee.data.getDownloadId, ee.data.authenticate, ee.data.getInfo, ee.data.makeThumbUrl, ee.data.getAssetAcl, ee.data.updateTask, ee.data.authenticateViaPopup,
|
|
27311
|
+
ee.data.makeDownloadUrl, ee.data.getList, ee.data.startProcessing, ee.data.listAssets, ee.data.authenticateViaPrivateKey, ee.data.getTableDownloadId, ee.data.makeTableDownloadUrl, ee.data.updateAsset, ee.data.listBuckets, ee.data.newTaskId, ee.data.listImages, ee.data.setAssetAcl, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decodeCloudApi, ee.Dictionary, ee.reset, ee.Algorithms, ee.InitState, ee.initialize, ee.call, ee.apply, ee.TILE_SIZE,
|
|
27312
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.Feature, ee.Feature.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.Filter.or, ee.Filter.gte, ee.Filter.eq, ee.Filter.date, ee.Filter.gt, ee.Filter.neq, ee.Filter.lt, ee.Filter.metadata,
|
|
27313
|
+
ee.Filter.inList, ee.Filter.lte, ee.Filter.and, ee.Filter.prototype.not, ee.Filter, ee.Filter.bounds, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.MultiPoint, ee.Geometry.MultiPolygon, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSON, ee.Geometry, ee.Geometry.LineString, ee.Geometry.Rectangle, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Point, ee.Geometry.Polygon, ee.Geometry.BBox, ee.Geometry.prototype.serialize, ee.Geometry.MultiLineString, ee.Image.prototype.expression,
|
|
27314
|
+
ee.Image.prototype.getThumbURL, ee.Image.prototype.getInfo, ee.Image.prototype.getMap, ee.Image.rgb, ee.Image.prototype.getMapId, ee.Image.cat, ee.Image.prototype.select, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.prototype.getDownloadURL, ee.Image, ee.Image.prototype.clip, ee.ImageCollection, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.select,
|
|
27315
|
+
ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.getMap, ee.List, ee.Number, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27316
27316
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27317
27317
|
});
|
|
27318
27318
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|