@google/earthengine 1.7.21 → 1.7.24
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 +276 -147
- package/build/ee_api_js.js +646 -640
- package/build/ee_api_js_debug.js +253 -124
- package/build/ee_api_js_npm.js +276 -147
- package/build/main.js +276 -147
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
package/build/main.js
CHANGED
|
@@ -1385,9 +1385,9 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1385
1385
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1386
1386
|
};
|
|
1387
1387
|
}, "es8", "es3");
|
|
1388
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__batch_fc_data_fetches_in_microtask__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__disable:!1, GoogFlags__fixed_noopener_behavior__enable:!1, GoogFlags__jspb_coerce_int64_by_jstype__enable:!1, GoogFlags__jspb_disallow_message_tojson__enable:!1,
|
|
1389
|
-
GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable:!1, GoogFlags__jspb_use_constant_default_pivot__enable:!1, GoogFlags__minimize_rpc_id_url_params__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,
|
|
1390
|
-
GoogFlags__use_user_agent_client_hints__enable:!1, GoogFlags__wiz_enable_native_promise__enable:!1};
|
|
1388
|
+
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__batch_fc_data_fetches_in_microtask__enable:!1, GoogFlags__check_fc_data_parser_breakers__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__disable:!1, GoogFlags__fixed_noopener_behavior__enable:!1, GoogFlags__jspb_coerce_int64_by_jstype__enable:!1, GoogFlags__jspb_disallow_message_tojson__enable:!1,
|
|
1389
|
+
GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable:!1, GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable:!1, GoogFlags__jspb_use_constant_default_pivot__enable:!1, GoogFlags__log_correct_xhr_error_statuses__enable:!1, GoogFlags__minimize_rpc_id_url_params__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,
|
|
1390
|
+
GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_unobfuscated_rpc_method_names__disable:!1, GoogFlags__use_user_agent_client_hints__enable:!1, GoogFlags__wiz_enable_native_promise__enable:!1};
|
|
1391
1391
|
/*
|
|
1392
1392
|
|
|
1393
1393
|
Copyright The Closure Library Authors.
|
|
@@ -2284,9 +2284,9 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
|
|
|
2284
2284
|
};
|
|
2285
2285
|
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;
|
|
2286
2286
|
function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
|
|
2287
|
-
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$
|
|
2288
|
-
{mapMetadata:void 0}, $jscomp$key$
|
|
2289
|
-
var key = $jscomp$key$
|
|
2287
|
+
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$m192531680$40$key = $jscomp$iter$19.next(), $jscomp$loop$m192531680$44 = {}; !$jscomp$key$m192531680$40$key.done; $jscomp$loop$m192531680$44 =
|
|
2288
|
+
{mapMetadata:void 0}, $jscomp$key$m192531680$40$key = $jscomp$iter$19.next()) {
|
|
2289
|
+
var key = $jscomp$key$m192531680$40$key.value, value = valueGetter(key, source);
|
|
2290
2290
|
if (value != null) {
|
|
2291
2291
|
var copy = void 0;
|
|
2292
2292
|
if (arrays.hasOwnProperty(key)) {
|
|
@@ -2297,11 +2297,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
2297
2297
|
} else if (objects.hasOwnProperty(key)) {
|
|
2298
2298
|
copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
|
|
2299
2299
|
} else if (objectMaps.hasOwnProperty(key)) {
|
|
2300
|
-
$jscomp$loop$
|
|
2300
|
+
$jscomp$loop$m192531680$44.mapMetadata = objectMaps[key], copy = $jscomp$loop$m192531680$44.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m192531680$44) {
|
|
2301
2301
|
return function(v) {
|
|
2302
|
-
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$
|
|
2302
|
+
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m192531680$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
2303
2303
|
};
|
|
2304
|
-
}($jscomp$loop$
|
|
2304
|
+
}($jscomp$loop$m192531680$44)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m192531680$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
2305
2305
|
} else if (Array.isArray(value)) {
|
|
2306
2306
|
if (metadata.emptyArrayIsUnset && value.length === 0) {
|
|
2307
2307
|
continue;
|
|
@@ -2316,8 +2316,8 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
2316
2316
|
return target;
|
|
2317
2317
|
}
|
|
2318
2318
|
function module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, mapMetadata, valueGetter, valueSetter, copyInstanciator) {
|
|
2319
|
-
for (var objMap = {}, $jscomp$iter$20 = (0,$jscomp.makeIterator)(Object.keys(value)), $jscomp$key$
|
|
2320
|
-
var mapKey = $jscomp$key$
|
|
2319
|
+
for (var objMap = {}, $jscomp$iter$20 = (0,$jscomp.makeIterator)(Object.keys(value)), $jscomp$key$m192531680$41$mapKey = $jscomp$iter$20.next(); !$jscomp$key$m192531680$41$mapKey.done; $jscomp$key$m192531680$41$mapKey = $jscomp$iter$20.next()) {
|
|
2320
|
+
var mapKey = $jscomp$key$m192531680$41$mapKey.value, mapValue = value[mapKey];
|
|
2321
2321
|
mapValue != null && (objMap[mapKey] = module$contents$eeapiclient$domain_object_deepCopyValue(mapValue, valueGetter, valueSetter, copyInstanciator, mapMetadata.isValueArray, mapMetadata.isSerializable, mapMetadata.ctor));
|
|
2322
2322
|
}
|
|
2323
2323
|
return objMap;
|
|
@@ -2347,39 +2347,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
|
|
|
2347
2347
|
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))) {
|
|
2348
2348
|
return !1;
|
|
2349
2349
|
}
|
|
2350
|
-
for (var $jscomp$iter$21 = (0,$jscomp.makeIterator)(keys1), $jscomp$key$
|
|
2351
|
-
var key = $jscomp$key$
|
|
2350
|
+
for (var $jscomp$iter$21 = (0,$jscomp.makeIterator)(keys1), $jscomp$key$m192531680$42$key = $jscomp$iter$21.next(), $jscomp$loop$m192531680$45 = {}; !$jscomp$key$m192531680$42$key.done; $jscomp$loop$m192531680$45 = {value2$jscomp$7:void 0, mapMetadata$jscomp$2:void 0}, $jscomp$key$m192531680$42$key = $jscomp$iter$21.next()) {
|
|
2351
|
+
var key = $jscomp$key$m192531680$42$key.value, has1 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable1, key, metadata1), has2 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable2, key, metadata2);
|
|
2352
2352
|
if (has1 !== has2) {
|
|
2353
2353
|
return !1;
|
|
2354
2354
|
}
|
|
2355
2355
|
if (has1) {
|
|
2356
2356
|
var value1 = serializable1.Serializable$get(key);
|
|
2357
|
-
$jscomp$loop$
|
|
2357
|
+
$jscomp$loop$m192531680$45.value2$jscomp$7 = serializable2.Serializable$get(key);
|
|
2358
2358
|
if (arrays1.hasOwnProperty(key)) {
|
|
2359
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2359
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !0, !0)) {
|
|
2360
2360
|
return !1;
|
|
2361
2361
|
}
|
|
2362
2362
|
} else if (objects1.hasOwnProperty(key)) {
|
|
2363
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2363
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !1, !0)) {
|
|
2364
2364
|
return !1;
|
|
2365
2365
|
}
|
|
2366
2366
|
} else if (objectMaps1.hasOwnProperty(key)) {
|
|
2367
|
-
if ($jscomp$loop$
|
|
2368
|
-
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$
|
|
2367
|
+
if ($jscomp$loop$m192531680$45.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m192531680$45.mapMetadata$jscomp$2.isPropertyArray) {
|
|
2368
|
+
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m192531680$45.value2$jscomp$7) || value1.some(function($jscomp$loop$m192531680$45) {
|
|
2369
2369
|
return function(v1, i) {
|
|
2370
|
-
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$
|
|
2370
|
+
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m192531680$45.value2$jscomp$7[i], $jscomp$loop$m192531680$45.mapMetadata$jscomp$2);
|
|
2371
2371
|
};
|
|
2372
|
-
}($jscomp$loop$
|
|
2372
|
+
}($jscomp$loop$m192531680$45))) {
|
|
2373
2373
|
return !1;
|
|
2374
2374
|
}
|
|
2375
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$
|
|
2375
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, $jscomp$loop$m192531680$45.mapMetadata$jscomp$2)) {
|
|
2376
2376
|
return !1;
|
|
2377
2377
|
}
|
|
2378
2378
|
} else if (Array.isArray(value1)) {
|
|
2379
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2379
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !0, !1)) {
|
|
2380
2380
|
return !1;
|
|
2381
2381
|
}
|
|
2382
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2382
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !1, !1)) {
|
|
2383
2383
|
return !1;
|
|
2384
2384
|
}
|
|
2385
2385
|
}
|
|
@@ -2401,8 +2401,8 @@ function module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, v
|
|
|
2401
2401
|
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, value2)) {
|
|
2402
2402
|
return !1;
|
|
2403
2403
|
}
|
|
2404
|
-
for (var $jscomp$iter$22 = (0,$jscomp.makeIterator)(Object.keys(value1)), $jscomp$key$
|
|
2405
|
-
var mapKey = $jscomp$key$
|
|
2404
|
+
for (var $jscomp$iter$22 = (0,$jscomp.makeIterator)(Object.keys(value1)), $jscomp$key$m192531680$43$mapKey = $jscomp$iter$22.next(); !$jscomp$key$m192531680$43$mapKey.done; $jscomp$key$m192531680$43$mapKey = $jscomp$iter$22.next()) {
|
|
2405
|
+
var mapKey = $jscomp$key$m192531680$43$mapKey.value;
|
|
2406
2406
|
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1[mapKey], value2[mapKey], mapMetadata.isValueArray, mapMetadata.isSerializable)) {
|
|
2407
2407
|
return !1;
|
|
2408
2408
|
}
|
|
@@ -2483,15 +2483,15 @@ module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.addMetad
|
|
|
2483
2483
|
this._metadataPayload += "Content-Type: application/json; charset=utf-8\r\n\r\n" + JSON.stringify(json) + ("\r\n--" + this._boundary + "\r\n");
|
|
2484
2484
|
};
|
|
2485
2485
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.build = function() {
|
|
2486
|
-
var $jscomp$this$
|
|
2486
|
+
var $jscomp$this$m667091202$6 = this, payload = "--" + this._boundary + "\r\n";
|
|
2487
2487
|
payload += this._metadataPayload;
|
|
2488
2488
|
return Promise.all(this.files.map(function(f) {
|
|
2489
|
-
return $jscomp$this$
|
|
2489
|
+
return $jscomp$this$m667091202$6.encodeFile(f);
|
|
2490
2490
|
})).then(function(filePayloads) {
|
|
2491
|
-
for (var $jscomp$iter$23 = (0,$jscomp.makeIterator)(filePayloads), $jscomp$key$
|
|
2492
|
-
payload += $jscomp$key$
|
|
2491
|
+
for (var $jscomp$iter$23 = (0,$jscomp.makeIterator)(filePayloads), $jscomp$key$m667091202$9$filePayload = $jscomp$iter$23.next(); !$jscomp$key$m667091202$9$filePayload.done; $jscomp$key$m667091202$9$filePayload = $jscomp$iter$23.next()) {
|
|
2492
|
+
payload += $jscomp$key$m667091202$9$filePayload.value;
|
|
2493
2493
|
}
|
|
2494
|
-
return payload += "\r\n--" + $jscomp$this$
|
|
2494
|
+
return payload += "\r\n--" + $jscomp$this$m667091202$6._boundary + "--";
|
|
2495
2495
|
});
|
|
2496
2496
|
};
|
|
2497
2497
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.encodeFile = function(file) {
|
|
@@ -3003,8 +3003,8 @@ function module$contents$safevalues$internals$resource_url_impl_unwrapResourceUr
|
|
|
3003
3003
|
throw Error(message);
|
|
3004
3004
|
}
|
|
3005
3005
|
module$exports$safevalues$internals$resource_url_impl.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
|
|
3006
|
-
var $jscomp$templatelit$
|
|
3007
|
-
["\\0"]), $jscomp$templatelit$
|
|
3006
|
+
var $jscomp$templatelit$1274514361$5 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$1274514361$6 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\0"]), $jscomp$templatelit$1274514361$7 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$1274514361$8 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), $jscomp$templatelit$1274514361$9 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$1274514361$10 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"],
|
|
3007
|
+
["\\0"]), $jscomp$templatelit$1274514361$11 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$1274514361$12 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), module$contents$safevalues$internals$string_literal_module = module$contents$safevalues$internals$string_literal_module || {id:"third_party/javascript/safevalues/internals/string_literal.closure.js"};
|
|
3008
3008
|
function module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, numExprs) {
|
|
3009
3009
|
if (!module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) || numExprs + 1 !== templateObj.length) {
|
|
3010
3010
|
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 ##############################");
|
|
@@ -3018,14 +3018,14 @@ function module$contents$safevalues$internals$string_literal_checkTranspiled(fn)
|
|
|
3018
3018
|
return fn.toString().indexOf("`") === -1;
|
|
3019
3019
|
}
|
|
3020
3020
|
var module$contents$safevalues$internals$string_literal_isTranspiled = module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
3021
|
-
return tag($jscomp$templatelit$
|
|
3021
|
+
return tag($jscomp$templatelit$1274514361$5);
|
|
3022
3022
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
3023
|
-
return tag($jscomp$templatelit$
|
|
3023
|
+
return tag($jscomp$templatelit$1274514361$6);
|
|
3024
3024
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
3025
|
-
return tag($jscomp$templatelit$
|
|
3025
|
+
return tag($jscomp$templatelit$1274514361$7);
|
|
3026
3026
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
3027
|
-
return tag($jscomp$templatelit$
|
|
3028
|
-
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$
|
|
3027
|
+
return tag($jscomp$templatelit$1274514361$8);
|
|
3028
|
+
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$9) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$10) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$11) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$12);
|
|
3029
3029
|
function module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) {
|
|
3030
3030
|
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)) ?
|
|
3031
3031
|
!0 : !1;
|
|
@@ -3351,9 +3351,9 @@ function module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(ifr
|
|
|
3351
3351
|
}
|
|
3352
3352
|
}
|
|
3353
3353
|
module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError = function(type, intent) {
|
|
3354
|
-
var $jscomp$tmp$error$
|
|
3355
|
-
this.message = $jscomp$tmp$error$
|
|
3356
|
-
"stack" in $jscomp$tmp$error$
|
|
3354
|
+
var $jscomp$tmp$error$240424914$1 = Error.call(this, type + " cannot be used with intent " + module$exports$safevalues$dom$elements$iframe.IframeIntent[intent]);
|
|
3355
|
+
this.message = $jscomp$tmp$error$240424914$1.message;
|
|
3356
|
+
"stack" in $jscomp$tmp$error$240424914$1 && (this.stack = $jscomp$tmp$error$240424914$1.stack);
|
|
3357
3357
|
this.type = type;
|
|
3358
3358
|
this.intent = intent;
|
|
3359
3359
|
this.name = "TypeCannotBeUsedWithIframeIntentError";
|
|
@@ -3449,7 +3449,7 @@ function module$contents$safevalues$dom$globals$window_getStyleNonce(doc) {
|
|
|
3449
3449
|
module$exports$safevalues$dom$globals$window.getStyleNonce = module$contents$safevalues$dom$globals$window_getStyleNonce;
|
|
3450
3450
|
function module$contents$safevalues$dom$globals$window_getNonceFor(elementName, doc) {
|
|
3451
3451
|
doc = doc === void 0 ? document : doc;
|
|
3452
|
-
var $jscomp$optchain$
|
|
3452
|
+
var $jscomp$optchain$tmp220578679$0, $jscomp$optchain$tmp220578679$1, el = ($jscomp$optchain$tmp220578679$1 = ($jscomp$optchain$tmp220578679$0 = doc).querySelector) == null ? void 0 : $jscomp$optchain$tmp220578679$1.call($jscomp$optchain$tmp220578679$0, elementName + "[nonce]");
|
|
3453
3453
|
return el == null ? "" : el.nonce || el.getAttribute("nonce") || "";
|
|
3454
3454
|
}
|
|
3455
3455
|
;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"};
|
|
@@ -4882,9 +4882,9 @@ function module$contents$safevalues$dom$globals$dom_parser_domParserParseFromStr
|
|
|
4882
4882
|
module$exports$safevalues$dom$globals$dom_parser.domParserParseFromString = module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString;
|
|
4883
4883
|
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"};
|
|
4884
4884
|
module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError = function(url, typeName, contentType) {
|
|
4885
|
-
var $jscomp$tmp$error$
|
|
4886
|
-
this.message = $jscomp$tmp$error$
|
|
4887
|
-
"stack" in $jscomp$tmp$error$
|
|
4885
|
+
var $jscomp$tmp$error$m991617773$25 = Error.call(this, url + " was requested as a " + typeName + ', but the response Content-Type, "' + contentType + " is not appropriate for this type of content.");
|
|
4886
|
+
this.message = $jscomp$tmp$error$m991617773$25.message;
|
|
4887
|
+
"stack" in $jscomp$tmp$error$m991617773$25 && (this.stack = $jscomp$tmp$error$m991617773$25.stack);
|
|
4888
4888
|
this.url = url;
|
|
4889
4889
|
this.typeName = typeName;
|
|
4890
4890
|
this.contentType = contentType;
|
|
@@ -4896,48 +4896,48 @@ function module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(
|
|
|
4896
4896
|
return (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)(html);
|
|
4897
4897
|
}
|
|
4898
4898
|
function module$contents$safevalues$dom$globals$fetch_fetchResourceUrl(u, init) {
|
|
4899
|
-
var response, $jscomp$optchain$
|
|
4900
|
-
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$
|
|
4901
|
-
if ($jscomp$generator$context$
|
|
4902
|
-
return $jscomp$generator$context$
|
|
4903
|
-
}
|
|
4904
|
-
response = $jscomp$generator$context$
|
|
4905
|
-
mimeType = ($jscomp$optchain$
|
|
4906
|
-
return $jscomp$generator$context$
|
|
4899
|
+
var response, $jscomp$optchain$tmpm991617773$0, $jscomp$optchain$tmpm991617773$1, $jscomp$optchain$tmpm991617773$2, mimeType;
|
|
4900
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$m991617773$29) {
|
|
4901
|
+
if ($jscomp$generator$context$m991617773$29.getNextAddressJsc() == 1) {
|
|
4902
|
+
return $jscomp$generator$context$m991617773$29.yield(fetch(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(u).toString(), init), 2);
|
|
4903
|
+
}
|
|
4904
|
+
response = $jscomp$generator$context$m991617773$29.getYieldResultJsc();
|
|
4905
|
+
mimeType = ($jscomp$optchain$tmpm991617773$0 = response.headers.get("Content-Type")) == null ? void 0 : ($jscomp$optchain$tmpm991617773$1 = $jscomp$optchain$tmpm991617773$0.split(";", 2)) == null ? void 0 : ($jscomp$optchain$tmpm991617773$2 = $jscomp$optchain$tmpm991617773$1[0]) == null ? void 0 : $jscomp$optchain$tmpm991617773$2.toLowerCase();
|
|
4906
|
+
return $jscomp$generator$context$m991617773$29.return({html:function() {
|
|
4907
4907
|
var text;
|
|
4908
|
-
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$
|
|
4909
|
-
if ($jscomp$generator$context$
|
|
4908
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$m991617773$26) {
|
|
4909
|
+
if ($jscomp$generator$context$m991617773$26.getNextAddressJsc() == 1) {
|
|
4910
4910
|
if (mimeType !== "text/html") {
|
|
4911
4911
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeHtml", "text/html");
|
|
4912
4912
|
}
|
|
4913
|
-
return $jscomp$generator$context$
|
|
4913
|
+
return $jscomp$generator$context$m991617773$26.yield(response.text(), 2);
|
|
4914
4914
|
}
|
|
4915
|
-
text = $jscomp$generator$context$
|
|
4916
|
-
return $jscomp$generator$context$
|
|
4915
|
+
text = $jscomp$generator$context$m991617773$26.getYieldResultJsc();
|
|
4916
|
+
return $jscomp$generator$context$m991617773$26.return(module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(text));
|
|
4917
4917
|
});
|
|
4918
4918
|
}, script:function() {
|
|
4919
4919
|
var text;
|
|
4920
|
-
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$
|
|
4921
|
-
if ($jscomp$generator$context$
|
|
4920
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$m991617773$27) {
|
|
4921
|
+
if ($jscomp$generator$context$m991617773$27.getNextAddressJsc() == 1) {
|
|
4922
4922
|
if (mimeType !== "text/javascript" && mimeType !== "application/javascript") {
|
|
4923
4923
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeScript", "text/javascript");
|
|
4924
4924
|
}
|
|
4925
|
-
return $jscomp$generator$context$
|
|
4925
|
+
return $jscomp$generator$context$m991617773$27.yield(response.text(), 2);
|
|
4926
4926
|
}
|
|
4927
|
-
text = $jscomp$generator$context$
|
|
4928
|
-
return $jscomp$generator$context$
|
|
4927
|
+
text = $jscomp$generator$context$m991617773$27.getYieldResultJsc();
|
|
4928
|
+
return $jscomp$generator$context$m991617773$27.return(module$contents$safevalues$internals$script_impl_createScriptInternal(text));
|
|
4929
4929
|
});
|
|
4930
4930
|
}, styleSheet:function() {
|
|
4931
4931
|
var text;
|
|
4932
|
-
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$
|
|
4933
|
-
if ($jscomp$generator$context$
|
|
4932
|
+
return (0,$jscomp.asyncExecutePromiseGeneratorProgram)(function($jscomp$generator$context$m991617773$28) {
|
|
4933
|
+
if ($jscomp$generator$context$m991617773$28.getNextAddressJsc() == 1) {
|
|
4934
4934
|
if (mimeType !== "text/css") {
|
|
4935
4935
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeStyleSheet", "text/css");
|
|
4936
4936
|
}
|
|
4937
|
-
return $jscomp$generator$context$
|
|
4937
|
+
return $jscomp$generator$context$m991617773$28.yield(response.text(), 2);
|
|
4938
4938
|
}
|
|
4939
|
-
text = $jscomp$generator$context$
|
|
4940
|
-
return $jscomp$generator$context$
|
|
4939
|
+
text = $jscomp$generator$context$m991617773$28.getYieldResultJsc();
|
|
4940
|
+
return $jscomp$generator$context$m991617773$28.return(module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(text));
|
|
4941
4941
|
});
|
|
4942
4942
|
}});
|
|
4943
4943
|
});
|
|
@@ -6375,8 +6375,8 @@ function module$contents$eeapiclient$request_params_processParams(params) {
|
|
|
6375
6375
|
}
|
|
6376
6376
|
module$exports$eeapiclient$request_params.processParams = module$contents$eeapiclient$request_params_processParams;
|
|
6377
6377
|
function module$contents$eeapiclient$request_params_buildQueryParams(params, mapping, passthroughParams) {
|
|
6378
|
-
for (var urlQueryParams = passthroughParams = passthroughParams === void 0 ? {} : passthroughParams, $jscomp$iter$29 = (0,$jscomp.makeIterator)(Object.entries(mapping)), $jscomp$key$
|
|
6379
|
-
var $jscomp$destructuring$var3 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
6378
|
+
for (var urlQueryParams = passthroughParams = passthroughParams === void 0 ? {} : passthroughParams, $jscomp$iter$29 = (0,$jscomp.makeIterator)(Object.entries(mapping)), $jscomp$key$1047461284$0$ = $jscomp$iter$29.next(); !$jscomp$key$1047461284$0$.done; $jscomp$key$1047461284$0$ = $jscomp$iter$29.next()) {
|
|
6379
|
+
var $jscomp$destructuring$var3 = (0,$jscomp.makeIterator)($jscomp$key$1047461284$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;
|
|
6380
6380
|
jsName in params && (urlQueryParams[urlQueryParamName] = params[jsName]);
|
|
6381
6381
|
}
|
|
6382
6382
|
return urlQueryParams;
|
|
@@ -6388,8 +6388,8 @@ module$exports$eeapiclient$request_params.bypassCorsPreflight = function(params,
|
|
|
6388
6388
|
var safeHeaders = {}, unsafeHeaders = {}, hasUnsafeHeaders = !1, hasContentType = !1, hasSafeContentType = !1;
|
|
6389
6389
|
if (params.headers) {
|
|
6390
6390
|
hasContentType = params.headers["Content-Type"] != null;
|
|
6391
|
-
for (var $jscomp$iter$30 = (0,$jscomp.makeIterator)(Object.entries(params.headers)), $jscomp$key$
|
|
6392
|
-
var $jscomp$destructuring$var5 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
6391
|
+
for (var $jscomp$iter$30 = (0,$jscomp.makeIterator)(Object.entries(params.headers)), $jscomp$key$1047461284$1$ = $jscomp$iter$30.next(); !$jscomp$key$1047461284$1$.done; $jscomp$key$1047461284$1$ = $jscomp$iter$30.next()) {
|
|
6392
|
+
var $jscomp$destructuring$var5 = (0,$jscomp.makeIterator)($jscomp$key$1047461284$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;
|
|
6393
6393
|
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);
|
|
6394
6394
|
}
|
|
6395
6395
|
}
|
|
@@ -6424,8 +6424,8 @@ module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$addHoo
|
|
|
6424
6424
|
}, function(error) {
|
|
6425
6425
|
throw error;
|
|
6426
6426
|
}).finally(function() {
|
|
6427
|
-
var $jscomp$optchain$
|
|
6428
|
-
($jscomp$optchain$
|
|
6427
|
+
var $jscomp$optchain$tmp1237977804$1;
|
|
6428
|
+
($jscomp$optchain$tmp1237977804$1 = hook.onFinalize) == null || $jscomp$optchain$tmp1237977804$1.call(hook);
|
|
6429
6429
|
});
|
|
6430
6430
|
};
|
|
6431
6431
|
module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$request = function(requestParams) {
|
|
@@ -6433,9 +6433,9 @@ module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$reques
|
|
|
6433
6433
|
return this.$addHooksToRequest(requestParams, this.requestService.send(module$contents$eeapiclient$api_client_toMakeRequestParams(requestParams), responseCtor));
|
|
6434
6434
|
};
|
|
6435
6435
|
module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$uploadRequest = function(requestParams) {
|
|
6436
|
-
var $jscomp$this$
|
|
6436
|
+
var $jscomp$this$1237977804$6 = this, responseCtor = requestParams.responseCtor || void 0;
|
|
6437
6437
|
return this.$addHooksToRequest(requestParams, module$contents$eeapiclient$api_client_toMultipartMakeRequestParams(requestParams).then(function(params) {
|
|
6438
|
-
return $jscomp$this$
|
|
6438
|
+
return $jscomp$this$1237977804$6.requestService.send(params, responseCtor);
|
|
6439
6439
|
}));
|
|
6440
6440
|
};
|
|
6441
6441
|
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"};
|
|
@@ -6625,6 +6625,8 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__batch_fc_data_fet
|
|
|
6625
6625
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_unobfuscated_rpc_method_names__disable = !1;
|
|
6626
6626
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__minimize_rpc_id_url_params__enable = !1;
|
|
6627
6627
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_coerce_int64_by_jstype__enable = !1;
|
|
6628
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__check_fc_data_parser_breakers__enable = !1;
|
|
6629
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__log_correct_xhr_error_statuses__enable = !1;
|
|
6628
6630
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable = !1;
|
|
6629
6631
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable = !1;
|
|
6630
6632
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_staging_flag__disable = !1;
|
|
@@ -6649,6 +6651,8 @@ goog.flags.BATCH_FC_DATA_FETCHES_IN_MICROTASK = module$exports$closure$flags$fla
|
|
|
6649
6651
|
goog.flags.USE_UNOBFUSCATED_RPC_METHOD_NAMES = 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__use_unobfuscated_rpc_method_names__disable) : goog.readFlagInternalDoNotUseOrElse(861377724, module$contents$goog$flags_STAGING);
|
|
6650
6652
|
goog.flags.MINIMIZE_RPC_ID_URL_PARAMS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__minimize_rpc_id_url_params__enable : goog.readFlagInternalDoNotUseOrElse(869336903, goog.DEBUG);
|
|
6651
6653
|
goog.flags.JSPB_COERCE_INT64_BY_JSTYPE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_coerce_int64_by_jstype__enable : goog.readFlagInternalDoNotUseOrElse(882674507, goog.DEBUG);
|
|
6654
|
+
goog.flags.CHECK_FC_DATA_PARSER_BREAKERS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__check_fc_data_parser_breakers__enable : goog.readFlagInternalDoNotUseOrElse(869336904, goog.DEBUG);
|
|
6655
|
+
goog.flags.LOG_CORRECT_XHR_ERROR_STATUSES = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__log_correct_xhr_error_statuses__enable : goog.readFlagInternalDoNotUseOrElse(869336905, goog.DEBUG);
|
|
6652
6656
|
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);
|
|
6653
6657
|
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);
|
|
6654
6658
|
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);
|
|
@@ -9557,6 +9561,25 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
9557
9561
|
}, set:function(value) {
|
|
9558
9562
|
this.Serializable$set("translateY", value);
|
|
9559
9563
|
}}});
|
|
9564
|
+
module$exports$eeapiclient$ee_api_client.AgentMetadataParameters = function() {
|
|
9565
|
+
};
|
|
9566
|
+
module$exports$eeapiclient$ee_api_client.AgentMetadata = function(parameters) {
|
|
9567
|
+
parameters = parameters === void 0 ? {} : parameters;
|
|
9568
|
+
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
9569
|
+
this.Serializable$set("agentName", parameters.agentName == null ? null : parameters.agentName);
|
|
9570
|
+
};
|
|
9571
|
+
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.AgentMetadata, module$exports$eeapiclient$domain_object.Serializable);
|
|
9572
|
+
module$exports$eeapiclient$ee_api_client.AgentMetadata.prototype.getConstructor = function() {
|
|
9573
|
+
return module$exports$eeapiclient$ee_api_client.AgentMetadata;
|
|
9574
|
+
};
|
|
9575
|
+
module$exports$eeapiclient$ee_api_client.AgentMetadata.prototype.getPartialClassMetadata = function() {
|
|
9576
|
+
return {keys:["agentName"]};
|
|
9577
|
+
};
|
|
9578
|
+
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.AgentMetadata.prototype, {agentName:{configurable:!0, enumerable:!0, get:function() {
|
|
9579
|
+
return this.Serializable$has("agentName") ? this.Serializable$get("agentName") : null;
|
|
9580
|
+
}, set:function(value) {
|
|
9581
|
+
this.Serializable$set("agentName", value);
|
|
9582
|
+
}}});
|
|
9560
9583
|
module$exports$eeapiclient$ee_api_client.AlgorithmParameters = function() {
|
|
9561
9584
|
};
|
|
9562
9585
|
module$exports$eeapiclient$ee_api_client.Algorithm = function(parameters) {
|
|
@@ -9687,6 +9710,63 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
9687
9710
|
}, set:function(value) {
|
|
9688
9711
|
this.Serializable$set("values", value);
|
|
9689
9712
|
}}});
|
|
9713
|
+
module$exports$eeapiclient$ee_api_client.AttachmentFolderParameters = function() {
|
|
9714
|
+
};
|
|
9715
|
+
module$exports$eeapiclient$ee_api_client.AttachmentFolder = function(parameters) {
|
|
9716
|
+
parameters = parameters === void 0 ? {} : parameters;
|
|
9717
|
+
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
9718
|
+
this.Serializable$set("folder", parameters.folder == null ? null : parameters.folder);
|
|
9719
|
+
};
|
|
9720
|
+
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.AttachmentFolder, module$exports$eeapiclient$domain_object.Serializable);
|
|
9721
|
+
module$exports$eeapiclient$ee_api_client.AttachmentFolder.prototype.getConstructor = function() {
|
|
9722
|
+
return module$exports$eeapiclient$ee_api_client.AttachmentFolder;
|
|
9723
|
+
};
|
|
9724
|
+
module$exports$eeapiclient$ee_api_client.AttachmentFolder.prototype.getPartialClassMetadata = function() {
|
|
9725
|
+
return {keys:["folder"]};
|
|
9726
|
+
};
|
|
9727
|
+
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.AttachmentFolder.prototype, {folder:{configurable:!0, enumerable:!0, get:function() {
|
|
9728
|
+
return this.Serializable$has("folder") ? this.Serializable$get("folder") : null;
|
|
9729
|
+
}, set:function(value) {
|
|
9730
|
+
this.Serializable$set("folder", value);
|
|
9731
|
+
}}});
|
|
9732
|
+
module$exports$eeapiclient$ee_api_client.AttachmentOrganizationParameters = function() {
|
|
9733
|
+
};
|
|
9734
|
+
module$exports$eeapiclient$ee_api_client.AttachmentOrganization = function(parameters) {
|
|
9735
|
+
parameters = parameters === void 0 ? {} : parameters;
|
|
9736
|
+
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
9737
|
+
this.Serializable$set("organization", parameters.organization == null ? null : parameters.organization);
|
|
9738
|
+
};
|
|
9739
|
+
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.AttachmentOrganization, module$exports$eeapiclient$domain_object.Serializable);
|
|
9740
|
+
module$exports$eeapiclient$ee_api_client.AttachmentOrganization.prototype.getConstructor = function() {
|
|
9741
|
+
return module$exports$eeapiclient$ee_api_client.AttachmentOrganization;
|
|
9742
|
+
};
|
|
9743
|
+
module$exports$eeapiclient$ee_api_client.AttachmentOrganization.prototype.getPartialClassMetadata = function() {
|
|
9744
|
+
return {keys:["organization"]};
|
|
9745
|
+
};
|
|
9746
|
+
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.AttachmentOrganization.prototype, {organization:{configurable:!0, enumerable:!0, get:function() {
|
|
9747
|
+
return this.Serializable$has("organization") ? this.Serializable$get("organization") : null;
|
|
9748
|
+
}, set:function(value) {
|
|
9749
|
+
this.Serializable$set("organization", value);
|
|
9750
|
+
}}});
|
|
9751
|
+
module$exports$eeapiclient$ee_api_client.AttachmentProjectParameters = function() {
|
|
9752
|
+
};
|
|
9753
|
+
module$exports$eeapiclient$ee_api_client.AttachmentProject = function(parameters) {
|
|
9754
|
+
parameters = parameters === void 0 ? {} : parameters;
|
|
9755
|
+
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
9756
|
+
this.Serializable$set("project", parameters.project == null ? null : parameters.project);
|
|
9757
|
+
};
|
|
9758
|
+
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.AttachmentProject, module$exports$eeapiclient$domain_object.Serializable);
|
|
9759
|
+
module$exports$eeapiclient$ee_api_client.AttachmentProject.prototype.getConstructor = function() {
|
|
9760
|
+
return module$exports$eeapiclient$ee_api_client.AttachmentProject;
|
|
9761
|
+
};
|
|
9762
|
+
module$exports$eeapiclient$ee_api_client.AttachmentProject.prototype.getPartialClassMetadata = function() {
|
|
9763
|
+
return {keys:["project"]};
|
|
9764
|
+
};
|
|
9765
|
+
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.AttachmentProject.prototype, {project:{configurable:!0, enumerable:!0, get:function() {
|
|
9766
|
+
return this.Serializable$has("project") ? this.Serializable$get("project") : null;
|
|
9767
|
+
}, set:function(value) {
|
|
9768
|
+
this.Serializable$set("project", value);
|
|
9769
|
+
}}});
|
|
9690
9770
|
module$exports$eeapiclient$ee_api_client.AuditConfigParameters = function() {
|
|
9691
9771
|
};
|
|
9692
9772
|
module$exports$eeapiclient$ee_api_client.AuditConfig = function(parameters) {
|
|
@@ -9822,13 +9902,14 @@ module$exports$eeapiclient$ee_api_client.Binding = function(parameters) {
|
|
|
9822
9902
|
this.Serializable$set("members", parameters.members == null ? null : parameters.members);
|
|
9823
9903
|
this.Serializable$set("condition", parameters.condition == null ? null : parameters.condition);
|
|
9824
9904
|
this.Serializable$set("bindingId", parameters.bindingId == null ? null : parameters.bindingId);
|
|
9905
|
+
this.Serializable$set("pamBindingId", parameters.pamBindingId == null ? null : parameters.pamBindingId);
|
|
9825
9906
|
};
|
|
9826
9907
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.Binding, module$exports$eeapiclient$domain_object.Serializable);
|
|
9827
9908
|
module$exports$eeapiclient$ee_api_client.Binding.prototype.getConstructor = function() {
|
|
9828
9909
|
return module$exports$eeapiclient$ee_api_client.Binding;
|
|
9829
9910
|
};
|
|
9830
9911
|
module$exports$eeapiclient$ee_api_client.Binding.prototype.getPartialClassMetadata = function() {
|
|
9831
|
-
return {keys:["bindingId", "condition", "members", "role"], objects:{condition:module$exports$eeapiclient$ee_api_client.Expr}};
|
|
9912
|
+
return {keys:["bindingId", "condition", "members", "pamBindingId", "role"], objects:{condition:module$exports$eeapiclient$ee_api_client.Expr, pamBindingId:module$exports$eeapiclient$ee_api_client.PamBindingId}};
|
|
9832
9913
|
};
|
|
9833
9914
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.Binding.prototype, {bindingId:{configurable:!0, enumerable:!0, get:function() {
|
|
9834
9915
|
return this.Serializable$has("bindingId") ? this.Serializable$get("bindingId") : null;
|
|
@@ -9842,6 +9923,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
9842
9923
|
return this.Serializable$has("members") ? this.Serializable$get("members") : null;
|
|
9843
9924
|
}, set:function(value) {
|
|
9844
9925
|
this.Serializable$set("members", value);
|
|
9926
|
+
}}, pamBindingId:{configurable:!0, enumerable:!0, get:function() {
|
|
9927
|
+
return this.Serializable$has("pamBindingId") ? this.Serializable$get("pamBindingId") : null;
|
|
9928
|
+
}, set:function(value) {
|
|
9929
|
+
this.Serializable$set("pamBindingId", value);
|
|
9845
9930
|
}}, role:{configurable:!0, enumerable:!0, get:function() {
|
|
9846
9931
|
return this.Serializable$has("role") ? this.Serializable$get("role") : null;
|
|
9847
9932
|
}, set:function(value) {
|
|
@@ -9943,15 +10028,20 @@ module$exports$eeapiclient$ee_api_client.CloudAuditOptions = function(parameters
|
|
|
9943
10028
|
this.Serializable$set("logName", parameters.logName == null ? null : parameters.logName);
|
|
9944
10029
|
this.Serializable$set("authorizationLoggingOptions", parameters.authorizationLoggingOptions == null ? null : parameters.authorizationLoggingOptions);
|
|
9945
10030
|
this.Serializable$set("permissionType", parameters.permissionType == null ? null : parameters.permissionType);
|
|
10031
|
+
this.Serializable$set("agentMetadata", parameters.agentMetadata == null ? null : parameters.agentMetadata);
|
|
9946
10032
|
};
|
|
9947
10033
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.CloudAuditOptions, module$exports$eeapiclient$domain_object.Serializable);
|
|
9948
10034
|
module$exports$eeapiclient$ee_api_client.CloudAuditOptions.prototype.getConstructor = function() {
|
|
9949
10035
|
return module$exports$eeapiclient$ee_api_client.CloudAuditOptions;
|
|
9950
10036
|
};
|
|
9951
10037
|
module$exports$eeapiclient$ee_api_client.CloudAuditOptions.prototype.getPartialClassMetadata = function() {
|
|
9952
|
-
return {enums:{logName:module$exports$eeapiclient$ee_api_client.CloudAuditOptionsLogNameEnum, permissionType:module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum}, keys:["authorizationLoggingOptions", "logName", "permissionType"], objects:{authorizationLoggingOptions:module$exports$eeapiclient$ee_api_client.AuthorizationLoggingOptions}};
|
|
10038
|
+
return {enums:{logName:module$exports$eeapiclient$ee_api_client.CloudAuditOptionsLogNameEnum, permissionType:module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum}, keys:["agentMetadata", "authorizationLoggingOptions", "logName", "permissionType"], objects:{agentMetadata:module$exports$eeapiclient$ee_api_client.AgentMetadata, authorizationLoggingOptions:module$exports$eeapiclient$ee_api_client.AuthorizationLoggingOptions}};
|
|
9953
10039
|
};
|
|
9954
|
-
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.CloudAuditOptions.prototype, {
|
|
10040
|
+
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.CloudAuditOptions.prototype, {agentMetadata:{configurable:!0, enumerable:!0, get:function() {
|
|
10041
|
+
return this.Serializable$has("agentMetadata") ? this.Serializable$get("agentMetadata") : null;
|
|
10042
|
+
}, set:function(value) {
|
|
10043
|
+
this.Serializable$set("agentMetadata", value);
|
|
10044
|
+
}}, authorizationLoggingOptions:{configurable:!0, enumerable:!0, get:function() {
|
|
9955
10045
|
return this.Serializable$has("authorizationLoggingOptions") ? this.Serializable$get("authorizationLoggingOptions") : null;
|
|
9956
10046
|
}, set:function(value) {
|
|
9957
10047
|
this.Serializable$set("authorizationLoggingOptions", value);
|
|
@@ -12463,6 +12553,40 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
12463
12553
|
}, set:function(value) {
|
|
12464
12554
|
this.Serializable$set("totalWorkUnits", value);
|
|
12465
12555
|
}}});
|
|
12556
|
+
module$exports$eeapiclient$ee_api_client.PamBindingIdParameters = function() {
|
|
12557
|
+
};
|
|
12558
|
+
module$exports$eeapiclient$ee_api_client.PamBindingId = function(parameters) {
|
|
12559
|
+
parameters = parameters === void 0 ? {} : parameters;
|
|
12560
|
+
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
12561
|
+
this.Serializable$set("project", parameters.project == null ? null : parameters.project);
|
|
12562
|
+
this.Serializable$set("folder", parameters.folder == null ? null : parameters.folder);
|
|
12563
|
+
this.Serializable$set("organization", parameters.organization == null ? null : parameters.organization);
|
|
12564
|
+
this.Serializable$set("grantUuid", parameters.grantUuid == null ? null : parameters.grantUuid);
|
|
12565
|
+
};
|
|
12566
|
+
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.PamBindingId, module$exports$eeapiclient$domain_object.Serializable);
|
|
12567
|
+
module$exports$eeapiclient$ee_api_client.PamBindingId.prototype.getConstructor = function() {
|
|
12568
|
+
return module$exports$eeapiclient$ee_api_client.PamBindingId;
|
|
12569
|
+
};
|
|
12570
|
+
module$exports$eeapiclient$ee_api_client.PamBindingId.prototype.getPartialClassMetadata = function() {
|
|
12571
|
+
return {keys:["folder", "grantUuid", "organization", "project"], objects:{folder:module$exports$eeapiclient$ee_api_client.AttachmentFolder, organization:module$exports$eeapiclient$ee_api_client.AttachmentOrganization, project:module$exports$eeapiclient$ee_api_client.AttachmentProject}};
|
|
12572
|
+
};
|
|
12573
|
+
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.PamBindingId.prototype, {folder:{configurable:!0, enumerable:!0, get:function() {
|
|
12574
|
+
return this.Serializable$has("folder") ? this.Serializable$get("folder") : null;
|
|
12575
|
+
}, set:function(value) {
|
|
12576
|
+
this.Serializable$set("folder", value);
|
|
12577
|
+
}}, grantUuid:{configurable:!0, enumerable:!0, get:function() {
|
|
12578
|
+
return this.Serializable$has("grantUuid") ? this.Serializable$get("grantUuid") : null;
|
|
12579
|
+
}, set:function(value) {
|
|
12580
|
+
this.Serializable$set("grantUuid", value);
|
|
12581
|
+
}}, organization:{configurable:!0, enumerable:!0, get:function() {
|
|
12582
|
+
return this.Serializable$has("organization") ? this.Serializable$get("organization") : null;
|
|
12583
|
+
}, set:function(value) {
|
|
12584
|
+
this.Serializable$set("organization", value);
|
|
12585
|
+
}}, project:{configurable:!0, enumerable:!0, get:function() {
|
|
12586
|
+
return this.Serializable$has("project") ? this.Serializable$get("project") : null;
|
|
12587
|
+
}, set:function(value) {
|
|
12588
|
+
this.Serializable$set("project", value);
|
|
12589
|
+
}}});
|
|
12466
12590
|
module$exports$eeapiclient$ee_api_client.PixelDataTypeParameters = function() {
|
|
12467
12591
|
};
|
|
12468
12592
|
module$exports$eeapiclient$ee_api_client.PixelDataType = function(parameters) {
|
|
@@ -12625,18 +12749,23 @@ module$exports$eeapiclient$ee_api_client.ProjectConfig = function(parameters) {
|
|
|
12625
12749
|
this.Serializable$set("registration", parameters.registration == null ? null : parameters.registration);
|
|
12626
12750
|
this.Serializable$set("registrationState", parameters.registrationState == null ? null : parameters.registrationState);
|
|
12627
12751
|
this.Serializable$set("vpcServiceControlsRestricted", parameters.vpcServiceControlsRestricted == null ? null : parameters.vpcServiceControlsRestricted);
|
|
12752
|
+
this.Serializable$set("noncommercialQuotaEnforced", parameters.noncommercialQuotaEnforced == null ? null : parameters.noncommercialQuotaEnforced);
|
|
12628
12753
|
};
|
|
12629
12754
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ProjectConfig, module$exports$eeapiclient$domain_object.Serializable);
|
|
12630
12755
|
module$exports$eeapiclient$ee_api_client.ProjectConfig.prototype.getConstructor = function() {
|
|
12631
12756
|
return module$exports$eeapiclient$ee_api_client.ProjectConfig;
|
|
12632
12757
|
};
|
|
12633
12758
|
module$exports$eeapiclient$ee_api_client.ProjectConfig.prototype.getPartialClassMetadata = function() {
|
|
12634
|
-
return {enums:{registrationState:module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum}, keys:["name", "registration", "registrationState", "vpcServiceControlsRestricted"], objects:{registration:module$exports$eeapiclient$ee_api_client.ProjectRegistration}};
|
|
12759
|
+
return {enums:{registrationState:module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum}, keys:["name", "noncommercialQuotaEnforced", "registration", "registrationState", "vpcServiceControlsRestricted"], objects:{registration:module$exports$eeapiclient$ee_api_client.ProjectRegistration}};
|
|
12635
12760
|
};
|
|
12636
12761
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ProjectConfig.prototype, {name:{configurable:!0, enumerable:!0, get:function() {
|
|
12637
12762
|
return this.Serializable$has("name") ? this.Serializable$get("name") : null;
|
|
12638
12763
|
}, set:function(value) {
|
|
12639
12764
|
this.Serializable$set("name", value);
|
|
12765
|
+
}}, noncommercialQuotaEnforced:{configurable:!0, enumerable:!0, get:function() {
|
|
12766
|
+
return this.Serializable$has("noncommercialQuotaEnforced") ? this.Serializable$get("noncommercialQuotaEnforced") : null;
|
|
12767
|
+
}, set:function(value) {
|
|
12768
|
+
this.Serializable$set("noncommercialQuotaEnforced", value);
|
|
12640
12769
|
}}, registration:{configurable:!0, enumerable:!0, get:function() {
|
|
12641
12770
|
return this.Serializable$has("registration") ? this.Serializable$get("registration") : null;
|
|
12642
12771
|
}, set:function(value) {
|
|
@@ -16378,8 +16507,8 @@ module$exports$safevalues$builders$html_formatter.HtmlFormatter = function() {
|
|
|
16378
16507
|
this.replacements = new Map();
|
|
16379
16508
|
};
|
|
16380
16509
|
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.format = function(format) {
|
|
16381
|
-
var $jscomp$this$
|
|
16382
|
-
return $jscomp$this$
|
|
16510
|
+
var $jscomp$this$380122516$5 = this, openedTags = [], marker = (0,module$exports$safevalues$builders$html_builders.htmlEscape)("_safevalues_format_marker_:").toString(), html = (0,module$exports$safevalues$builders$html_builders.htmlEscape)(format).toString().replace(new RegExp("\\{" + marker + "[\\w&#;]+\\}", "g"), function(match) {
|
|
16511
|
+
return $jscomp$this$380122516$5.replaceFormattingString(openedTags, match);
|
|
16383
16512
|
});
|
|
16384
16513
|
if (openedTags.length !== 0) {
|
|
16385
16514
|
if (goog.DEBUG) {
|
|
@@ -16597,8 +16726,8 @@ module$contents$safevalues$builders$html_sanitizer$css$tokenizer_Tokenizer.proto
|
|
|
16597
16726
|
if (Array.isArray(token)) {
|
|
16598
16727
|
tokens.push.apply(tokens, (0,$jscomp.arrayFromIterable)(token));
|
|
16599
16728
|
} else {
|
|
16600
|
-
var $jscomp$optchain$
|
|
16601
|
-
if (token.tokenKind !== module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.WHITESPACE || (($jscomp$optchain$
|
|
16729
|
+
var $jscomp$optchain$tmpm583190311$0 = void 0;
|
|
16730
|
+
if (token.tokenKind !== module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.WHITESPACE || (($jscomp$optchain$tmpm583190311$0 = lastToken) == null ? void 0 : $jscomp$optchain$tmpm583190311$0.tokenKind) !== module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.WHITESPACE) {
|
|
16602
16731
|
tokens.push(token);
|
|
16603
16732
|
if (token.tokenKind === module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.EOF) {
|
|
16604
16733
|
return tokens;
|
|
@@ -16844,9 +16973,9 @@ module$contents$safevalues$builders$html_sanitizer$css$tokenizer_Tokenizer.proto
|
|
|
16844
16973
|
repr:repr}) : {tokenKind:module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.NUMBER, repr:repr};
|
|
16845
16974
|
};
|
|
16846
16975
|
module$contents$safevalues$builders$html_sanitizer$css$tokenizer_Tokenizer.prototype.nextTwoInputsPointsAreWhitespace = function() {
|
|
16847
|
-
var $jscomp$this$
|
|
16976
|
+
var $jscomp$this$m583190311$26 = this;
|
|
16848
16977
|
return this.nextTwoInputCodePoints().every(function(c) {
|
|
16849
|
-
return $jscomp$this$
|
|
16978
|
+
return $jscomp$this$m583190311$26.isWhitespace(c);
|
|
16850
16979
|
});
|
|
16851
16980
|
};
|
|
16852
16981
|
module$contents$safevalues$builders$html_sanitizer$css$tokenizer_Tokenizer.prototype.twoCodePointsAreValidEscape = function(codePoint1, codePoint2) {
|
|
@@ -16953,8 +17082,8 @@ module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.pr
|
|
|
16953
17082
|
return null;
|
|
16954
17083
|
}
|
|
16955
17084
|
if (token.lowercaseName === "url") {
|
|
16956
|
-
var nextToken = tokens[i + 1], $jscomp$optchain$
|
|
16957
|
-
if ((($jscomp$optchain$
|
|
17085
|
+
var nextToken = tokens[i + 1], $jscomp$optchain$tmpm1877845113$0 = void 0;
|
|
17086
|
+
if ((($jscomp$optchain$tmpm1877845113$0 = nextToken) == null ? void 0 : $jscomp$optchain$tmpm1877845113$0.tokenKind) !== module$exports$safevalues$builders$html_sanitizer$css$tokens.CssTokenKind.STRING) {
|
|
16958
17087
|
return null;
|
|
16959
17088
|
}
|
|
16960
17089
|
var parsedUrl = module$contents$safevalues$builders$html_sanitizer$url_policy_parseUrl(nextToken.value);
|
|
@@ -16977,8 +17106,8 @@ module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.pr
|
|
|
16977
17106
|
if (!this.allowKeyframes) {
|
|
16978
17107
|
return null;
|
|
16979
17108
|
}
|
|
16980
|
-
for (var keyframeRules = [], $jscomp$iter$31 = (0,$jscomp.makeIterator)(keyframesRule.cssRules), $jscomp$key$
|
|
16981
|
-
var rule = $jscomp$key$
|
|
17109
|
+
for (var keyframeRules = [], $jscomp$iter$31 = (0,$jscomp.makeIterator)(keyframesRule.cssRules), $jscomp$key$m1877845113$1$rule = $jscomp$iter$31.next(); !$jscomp$key$m1877845113$1$rule.done; $jscomp$key$m1877845113$1$rule = $jscomp$iter$31.next()) {
|
|
17110
|
+
var rule = $jscomp$key$m1877845113$1$rule.value;
|
|
16982
17111
|
if (rule instanceof CSSKeyframeRule) {
|
|
16983
17112
|
var sanitizedRule = this.sanitizeKeyframeRule(rule);
|
|
16984
17113
|
sanitizedRule && keyframeRules.push(sanitizedRule);
|
|
@@ -16990,8 +17119,8 @@ module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.pr
|
|
|
16990
17119
|
if (!this.propertyAllowlist.has(name)) {
|
|
16991
17120
|
return !1;
|
|
16992
17121
|
}
|
|
16993
|
-
for (var $jscomp$iter$32 = (0,$jscomp.makeIterator)(this.propertyDiscarders), $jscomp$key$
|
|
16994
|
-
var discarder = $jscomp$key$
|
|
17122
|
+
for (var $jscomp$iter$32 = (0,$jscomp.makeIterator)(this.propertyDiscarders), $jscomp$key$m1877845113$2$discarder = $jscomp$iter$32.next(); !$jscomp$key$m1877845113$2$discarder.done; $jscomp$key$m1877845113$2$discarder = $jscomp$iter$32.next()) {
|
|
17123
|
+
var discarder = $jscomp$key$m1877845113$2$discarder.value;
|
|
16995
17124
|
if (discarder(name)) {
|
|
16996
17125
|
return !1;
|
|
16997
17126
|
}
|
|
@@ -17006,8 +17135,8 @@ module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.pr
|
|
|
17006
17135
|
return sanitizedValue ? module$contents$safevalues$builders$html_sanitizer$css$serializer_escapeIdent(name) + ": " + sanitizedValue + (isImportant ? " !important" : "") : null;
|
|
17007
17136
|
};
|
|
17008
17137
|
module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.prototype.sanitizeStyleDeclaration = function(style, calledFromStyleElement) {
|
|
17009
|
-
for (var sortedPropertyNames = [].concat((0,$jscomp.arrayFromIterable)(style)).sort(), sanitizedProperties = "", $jscomp$iter$33 = (0,$jscomp.makeIterator)(sortedPropertyNames), $jscomp$key$
|
|
17010
|
-
var name = $jscomp$key$
|
|
17138
|
+
for (var sortedPropertyNames = [].concat((0,$jscomp.arrayFromIterable)(style)).sort(), sanitizedProperties = "", $jscomp$iter$33 = (0,$jscomp.makeIterator)(sortedPropertyNames), $jscomp$key$m1877845113$3$name = $jscomp$iter$33.next(); !$jscomp$key$m1877845113$3$name.done; $jscomp$key$m1877845113$3$name = $jscomp$iter$33.next()) {
|
|
17139
|
+
var name = $jscomp$key$m1877845113$3$name.value, value = style.getPropertyValue(name), isImportant = style.getPropertyPriority(name) === "important", sanitizedProperty = this.sanitizeProperty(name, value, isImportant, calledFromStyleElement);
|
|
17011
17140
|
sanitizedProperty && (sanitizedProperties += sanitizedProperty + ";");
|
|
17012
17141
|
}
|
|
17013
17142
|
return sanitizedProperties;
|
|
@@ -17021,8 +17150,8 @@ module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.pr
|
|
|
17021
17150
|
return selector + " { " + sanitizedProperties + " }";
|
|
17022
17151
|
};
|
|
17023
17152
|
module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.prototype.sanitizeStyleElement = function(cssText) {
|
|
17024
|
-
for (var rules = this.getStyleSheet(cssText).cssRules, output = [], $jscomp$iter$34 = (0,$jscomp.makeIterator)(rules), $jscomp$key$
|
|
17025
|
-
var rule = $jscomp$key$
|
|
17153
|
+
for (var rules = this.getStyleSheet(cssText).cssRules, output = [], $jscomp$iter$34 = (0,$jscomp.makeIterator)(rules), $jscomp$key$m1877845113$4$rule = $jscomp$iter$34.next(); !$jscomp$key$m1877845113$4$rule.done; $jscomp$key$m1877845113$4$rule = $jscomp$iter$34.next()) {
|
|
17154
|
+
var rule = $jscomp$key$m1877845113$4$rule.value;
|
|
17026
17155
|
if (rule instanceof CSSStyleRule) {
|
|
17027
17156
|
var sanitizedRule = this.sanitizeStyleRule(rule);
|
|
17028
17157
|
sanitizedRule && output.push(sanitizedRule);
|
|
@@ -17186,8 +17315,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
17186
17315
|
return fragment;
|
|
17187
17316
|
};
|
|
17188
17317
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeToFragmentInternal = function(html, inertDocument) {
|
|
17189
|
-
for (var $jscomp$this$
|
|
17190
|
-
return $jscomp$this$
|
|
17318
|
+
for (var $jscomp$this$m1803429925$13 = this, dirtyFragment = module$contents$safevalues$builders$html_sanitizer$inert_fragment_createInertFragment(html, inertDocument), treeWalker = document.createTreeWalker(dirtyFragment, 5, function(n) {
|
|
17319
|
+
return $jscomp$this$m1803429925$13.nodeFilter(n);
|
|
17191
17320
|
}), currentNode = treeWalker.nextNode(), sanitizedFragment = inertDocument.createDocumentFragment(), sanitizedParent = sanitizedFragment; currentNode !== null;) {
|
|
17192
17321
|
var sanitizedNode = void 0;
|
|
17193
17322
|
if (module$contents$safevalues$builders$html_sanitizer$no_clobber_isText(currentNode)) {
|
|
@@ -17222,8 +17351,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
17222
17351
|
return this.createTextNode(textNode.data);
|
|
17223
17352
|
};
|
|
17224
17353
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeElementNode = function(elementNode, inertDocument) {
|
|
17225
|
-
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$
|
|
17226
|
-
var $jscomp$destructuring$var30 = $jscomp$key$
|
|
17354
|
+
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$m1803429925$34$ = $jscomp$iter$36.next(); !$jscomp$key$m1803429925$34$.done; $jscomp$key$m1803429925$34$ = $jscomp$iter$36.next()) {
|
|
17355
|
+
var $jscomp$destructuring$var30 = $jscomp$key$m1803429925$34$.value, name = $jscomp$destructuring$var30.name, value = $jscomp$destructuring$var30.value, policy = this.sanitizerTable.getAttributePolicy(name, elementName);
|
|
17227
17356
|
if (this.satisfiesAllConditions(policy.conditions, dirtyAttributes)) {
|
|
17228
17357
|
switch(policy.policyAction) {
|
|
17229
17358
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP:
|
|
@@ -17255,9 +17384,9 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
17255
17384
|
break;
|
|
17256
17385
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY_FOR_SRCSET:
|
|
17257
17386
|
if (this.resourceUrlPolicy) {
|
|
17258
|
-
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$
|
|
17387
|
+
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$m1803429925$33$part = $jscomp$iter$35.next(); !$jscomp$key$m1803429925$33$part.done; $jscomp$key$m1803429925$33$part =
|
|
17259
17388
|
$jscomp$iter$35.next()) {
|
|
17260
|
-
var part = $jscomp$key$
|
|
17389
|
+
var part = $jscomp$key$m1803429925$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);
|
|
17261
17390
|
sanitizedUrl$jscomp$0 && sanitizedSrcset.parts.push({url:sanitizedUrl$jscomp$0.toString(), descriptor:part.descriptor});
|
|
17262
17391
|
}
|
|
17263
17392
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(newNode, name, module$contents$safevalues$builders$html_sanitizer$html_sanitizer_serializeSrcset(sanitizedSrcset));
|
|
@@ -17315,8 +17444,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
17315
17444
|
if (!conditions) {
|
|
17316
17445
|
return !0;
|
|
17317
17446
|
}
|
|
17318
|
-
for (var $jscomp$iter$37 = (0,$jscomp.makeIterator)(conditions), $jscomp$key$
|
|
17319
|
-
var $jscomp$destructuring$var32 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
17447
|
+
for (var $jscomp$iter$37 = (0,$jscomp.makeIterator)(conditions), $jscomp$key$m1803429925$35$ = $jscomp$iter$37.next(); !$jscomp$key$m1803429925$35$.done; $jscomp$key$m1803429925$35$ = $jscomp$iter$37.next()) {
|
|
17448
|
+
var $jscomp$destructuring$var32 = (0,$jscomp.makeIterator)($jscomp$key$m1803429925$35$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var32.next().value, expectedValues = $jscomp$destructuring$var32.next().value, $jscomp$optchain$tmpm1803429925$0 = void 0, value = ($jscomp$optchain$tmpm1803429925$0 = attrs.getNamedItem(attrName__tsickle_destructured_1)) == null ? void 0 : $jscomp$optchain$tmpm1803429925$0.value;
|
|
17320
17449
|
if (value && !expectedValues.has(value)) {
|
|
17321
17450
|
return !1;
|
|
17322
17451
|
}
|
|
@@ -17331,8 +17460,8 @@ function module$contents$safevalues$builders$html_sanitizer$html_sanitizer_Srcse
|
|
|
17331
17460
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.Srcset = function() {
|
|
17332
17461
|
};
|
|
17333
17462
|
function module$contents$safevalues$builders$html_sanitizer$html_sanitizer_parseSrcset(srcset) {
|
|
17334
|
-
for (var parts = [], $jscomp$iter$38 = (0,$jscomp.makeIterator)(srcset.split(",")), $jscomp$key$
|
|
17335
|
-
var $jscomp$destructuring$var33 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
17463
|
+
for (var parts = [], $jscomp$iter$38 = (0,$jscomp.makeIterator)(srcset.split(",")), $jscomp$key$m1803429925$36$part = $jscomp$iter$38.next(); !$jscomp$key$m1803429925$36$part.done; $jscomp$key$m1803429925$36$part = $jscomp$iter$38.next()) {
|
|
17464
|
+
var $jscomp$destructuring$var33 = (0,$jscomp.makeIterator)($jscomp$key$m1803429925$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;
|
|
17336
17465
|
parts.push({url:url__tsickle_destructured_3, descriptor:descriptor__tsickle_destructured_4});
|
|
17337
17466
|
}
|
|
17338
17467
|
return {parts:parts};
|
|
@@ -17389,8 +17518,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSan
|
|
|
17389
17518
|
this.sanitizerTable = module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.DEFAULT_SANITIZER_TABLE;
|
|
17390
17519
|
};
|
|
17391
17520
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSanitizerBuilder.prototype.onlyAllowElements = function(elementSet) {
|
|
17392
|
-
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$39 = (0,$jscomp.makeIterator)(elementSet), $jscomp$key$
|
|
17393
|
-
var element = $jscomp$key$
|
|
17521
|
+
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$39 = (0,$jscomp.makeIterator)(elementSet), $jscomp$key$m1412690177$23$element = $jscomp$iter$39.next(); !$jscomp$key$m1412690177$23$element.done; $jscomp$key$m1412690177$23$element = $jscomp$iter$39.next()) {
|
|
17522
|
+
var element = $jscomp$key$m1412690177$23$element.value;
|
|
17394
17523
|
element = element.toUpperCase();
|
|
17395
17524
|
if (!this.sanitizerTable.isAllowedElement(element)) {
|
|
17396
17525
|
throw Error("Element: " + element + ", is not allowed by html5_contract.textpb");
|
|
@@ -17408,8 +17537,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSan
|
|
|
17408
17537
|
throw Error("Element: " + element + " is not a custom element");
|
|
17409
17538
|
}
|
|
17410
17539
|
if (allowedAttributes) {
|
|
17411
|
-
for (var elementPolicy = new Map(), $jscomp$iter$40 = (0,$jscomp.makeIterator)(allowedAttributes), $jscomp$key$
|
|
17412
|
-
elementPolicy.set($jscomp$key$
|
|
17540
|
+
for (var elementPolicy = new Map(), $jscomp$iter$40 = (0,$jscomp.makeIterator)(allowedAttributes), $jscomp$key$m1412690177$24$attribute = $jscomp$iter$40.next(); !$jscomp$key$m1412690177$24$attribute.done; $jscomp$key$m1412690177$24$attribute = $jscomp$iter$40.next()) {
|
|
17541
|
+
elementPolicy.set($jscomp$key$m1412690177$24$attribute.value.toLowerCase(), {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
|
|
17413
17542
|
}
|
|
17414
17543
|
allowedElementPolicies.set(element, elementPolicy);
|
|
17415
17544
|
} else {
|
|
@@ -17419,15 +17548,15 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSan
|
|
|
17419
17548
|
return this;
|
|
17420
17549
|
};
|
|
17421
17550
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSanitizerBuilder.prototype.onlyAllowAttributes = function(attributeSet) {
|
|
17422
|
-
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$41 = (0,$jscomp.makeIterator)(attributeSet), $jscomp$key$
|
|
17423
|
-
var attribute = $jscomp$key$
|
|
17551
|
+
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$41 = (0,$jscomp.makeIterator)(attributeSet), $jscomp$key$m1412690177$25$attribute = $jscomp$iter$41.next(); !$jscomp$key$m1412690177$25$attribute.done; $jscomp$key$m1412690177$25$attribute = $jscomp$iter$41.next()) {
|
|
17552
|
+
var attribute = $jscomp$key$m1412690177$25$attribute.value;
|
|
17424
17553
|
this.sanitizerTable.allowedGlobalAttributes.has(attribute) && allowedGlobalAttributes.add(attribute);
|
|
17425
17554
|
this.sanitizerTable.globalAttributePolicies.has(attribute) && globalAttributePolicies.set(attribute, this.sanitizerTable.globalAttributePolicies.get(attribute));
|
|
17426
17555
|
}
|
|
17427
|
-
for (var $jscomp$iter$43 = (0,$jscomp.makeIterator)(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$
|
|
17428
|
-
for (var $jscomp$destructuring$var36 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
17556
|
+
for (var $jscomp$iter$43 = (0,$jscomp.makeIterator)(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$m1412690177$27$ = $jscomp$iter$43.next(); !$jscomp$key$m1412690177$27$.done; $jscomp$key$m1412690177$27$ = $jscomp$iter$43.next()) {
|
|
17557
|
+
for (var $jscomp$destructuring$var36 = (0,$jscomp.makeIterator)($jscomp$key$m1412690177$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$m1412690177$26$ = $jscomp$iter$42.next(); !$jscomp$key$m1412690177$26$.done; $jscomp$key$m1412690177$26$ =
|
|
17429
17558
|
$jscomp$iter$42.next()) {
|
|
17430
|
-
var $jscomp$destructuring$var38 = (0,$jscomp.makeIterator)($jscomp$key$
|
|
17559
|
+
var $jscomp$destructuring$var38 = (0,$jscomp.makeIterator)($jscomp$key$m1412690177$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;
|
|
17431
17560
|
attributeSet.has(attribute$jscomp$0) && newElementPolicy.set(attribute$jscomp$0, attributePolicy);
|
|
17432
17561
|
}
|
|
17433
17562
|
elementPolicies.set(elementName, newElementPolicy);
|
|
@@ -17442,8 +17571,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.BaseSan
|
|
|
17442
17571
|
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);
|
|
17443
17572
|
return this;
|
|
17444
17573
|
}
|
|
17445
|
-
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$44 = (0,$jscomp.makeIterator)(attributes), $jscomp$key$
|
|
17446
|
-
var attribute = $jscomp$key$
|
|
17574
|
+
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$44 = (0,$jscomp.makeIterator)(attributes), $jscomp$key$m1412690177$28$attribute = $jscomp$iter$44.next(); !$jscomp$key$m1412690177$28$attribute.done; $jscomp$key$m1412690177$28$attribute = $jscomp$iter$44.next()) {
|
|
17575
|
+
var attribute = $jscomp$key$m1412690177$28$attribute.value;
|
|
17447
17576
|
if (attribute.indexOf("data-") !== 0) {
|
|
17448
17577
|
throw Error("data attribute: " + attribute + ' does not begin with the prefix "data-"');
|
|
17449
17578
|
}
|
|
@@ -17513,7 +17642,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.CssSani
|
|
|
17513
17642
|
return this;
|
|
17514
17643
|
};
|
|
17515
17644
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.CssSanitizerBuilder.prototype.build = function() {
|
|
17516
|
-
var $jscomp$this$
|
|
17645
|
+
var $jscomp$this$m1412690177$19 = this;
|
|
17517
17646
|
this.extendSanitizerTableForCss();
|
|
17518
17647
|
var propertyDiscarders = [];
|
|
17519
17648
|
this.animationsAllowed || propertyDiscarders.push(function(property) {
|
|
@@ -17523,9 +17652,9 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.CssSani
|
|
|
17523
17652
|
return /^transition(-|$)/.test(property);
|
|
17524
17653
|
});
|
|
17525
17654
|
return new module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl(this.sanitizerTable, module$exports$safevalues$internals$secrets.secretToken, function(cssText) {
|
|
17526
|
-
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$
|
|
17655
|
+
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$m1412690177$19.resourceUrlPolicy, $jscomp$this$m1412690177$19.animationsAllowed, propertyDiscarders);
|
|
17527
17656
|
}, function(cssText) {
|
|
17528
|
-
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$
|
|
17657
|
+
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$m1412690177$19.resourceUrlPolicy, propertyDiscarders);
|
|
17529
17658
|
}, this.resourceUrlPolicy, this.navigationUrlPolicy, this.openShadow);
|
|
17530
17659
|
};
|
|
17531
17660
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.CssSanitizerBuilder.prototype.extendSanitizerTableForCss = function() {
|
|
@@ -17745,12 +17874,12 @@ function module$contents$safevalues$reporting$reporting_isChangedBySanitizing(s,
|
|
|
17745
17874
|
}
|
|
17746
17875
|
try {
|
|
17747
17876
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_lenientlySanitizeHtmlAssertUnchanged(s);
|
|
17748
|
-
} catch ($jscomp$unused$catch$
|
|
17877
|
+
} catch ($jscomp$unused$catch$442189172$0) {
|
|
17749
17878
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_RELAXED_SANITIZING), !0;
|
|
17750
17879
|
}
|
|
17751
17880
|
try {
|
|
17752
17881
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlAssertUnchanged(s);
|
|
17753
|
-
} catch ($jscomp$unused$catch$
|
|
17882
|
+
} catch ($jscomp$unused$catch$442189172$1) {
|
|
17754
17883
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_SANITIZING), !0;
|
|
17755
17884
|
}
|
|
17756
17885
|
return !1;
|
|
@@ -19633,7 +19762,7 @@ var $jscomp$templatelit$m1153655765$102 = $jscomp.createTemplateTagFirstArg(["ht
|
|
|
19633
19762
|
ee.apiclient = {};
|
|
19634
19763
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19635
19764
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19636
|
-
ee.apiclient.API_CLIENT_VERSION = "1.7.
|
|
19765
|
+
ee.apiclient.API_CLIENT_VERSION = "1.7.24";
|
|
19637
19766
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19638
19767
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19639
19768
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19938,8 +20067,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19938
20067
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19939
20068
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19940
20069
|
method = method || "POST";
|
|
19941
|
-
var headers = {"Content-Type":contentType}, version = "1.7.
|
|
19942
|
-
version === "1.7.
|
|
20070
|
+
var headers = {"Content-Type":contentType}, version = "1.7.24";
|
|
20071
|
+
version === "1.7.24" && (version = "latest");
|
|
19943
20072
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19944
20073
|
module$contents$ee$apiclient_apiclient.userAgent_ && (headers["User-Agent"] = module$contents$ee$apiclient_apiclient.userAgent_);
|
|
19945
20074
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
@@ -27562,29 +27691,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27562
27691
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27563
27692
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27564
27693
|
(function() {
|
|
27565
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27566
|
-
orderedParamLists = [["name"], ["name", "
|
|
27567
|
-
"
|
|
27568
|
-
"collection opt_description
|
|
27569
|
-
"
|
|
27570
|
-
["
|
|
27571
|
-
["
|
|
27572
|
-
["params", "opt_callback"], ["
|
|
27573
|
-
"
|
|
27574
|
-
|
|
27575
|
-
["
|
|
27576
|
-
|
|
27577
|
-
["
|
|
27578
|
-
["
|
|
27579
|
-
[ee.ApiFunction.
|
|
27580
|
-
module$contents$ee$batch_Export.
|
|
27581
|
-
ee.ComputedObject.prototype.
|
|
27582
|
-
ee.data.getThumbId, ee.data.createAsset, ee.data.getVideoThumbId, ee.data.getFilmstripThumbId, ee.data.createFolder, ee.data.makeThumbUrl, ee.data.getDownloadId, ee.data.renameAsset, ee.data.makeDownloadUrl, ee.data.copyAsset, ee.data.getTableDownloadId, ee.data.deleteAsset, ee.data.makeTableDownloadUrl, ee.data.getAssetAcl, ee.data.newTaskId, ee.data.getTaskStatus, ee.data.updateAsset, ee.data.getTaskList, ee.data.setAssetAcl,
|
|
27583
|
-
ee.data.
|
|
27584
|
-
ee.
|
|
27585
|
-
ee.Filter.
|
|
27586
|
-
ee.
|
|
27587
|
-
ee.ImageCollection.prototype.
|
|
27694
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction._call ee.ApiFunction.lookup ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toDrive ee.batch.Export.table.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.table.toBigQuery ee.batch.Export.video.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.image.toAsset ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toDrive ee.Collection.prototype.filterDate ee.Collection.prototype.filter ee.Collection.prototype.iterate ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.Collection.prototype.limit ee.Collection.prototype.filterMetadata ee.Collection.prototype.map ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.getInfo ee.data.updateTask ee.data.startProcessing ee.data.startIngestion ee.data.authenticate ee.data.authenticateViaPopup ee.data.startTableIngestion ee.data.authenticateViaPrivateKey ee.data.getAsset ee.data.getInfo ee.data.getList ee.data.listAssets ee.data.listImages ee.data.getMapId ee.data.getTileUrl ee.data.listBuckets ee.data.getFeatureViewTilesKey ee.data.getAssetRoots ee.data.listFeatures ee.data.computeValue ee.data.createAssetHome ee.data.getThumbId ee.data.createAsset ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.createFolder ee.data.makeThumbUrl ee.data.getDownloadId ee.data.renameAsset ee.data.makeDownloadUrl ee.data.copyAsset ee.data.getTableDownloadId ee.data.deleteAsset ee.data.makeTableDownloadUrl ee.data.getAssetAcl ee.data.newTaskId ee.data.getTaskStatus ee.data.updateAsset ee.data.getTaskList ee.data.setAssetAcl ee.data.getTaskListWithLimit ee.data.setAssetProperties ee.data.getAssetRootQuota ee.data.listOperations ee.data.cancelOperation ee.data.getWorkloadTag ee.data.setWorkloadTag ee.data.authenticateViaOauth ee.data.setDefaultWorkloadTag ee.data.getOperation ee.data.resetWorkloadTag ee.data.cancelTask ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.initialize ee.reset ee.InitState ee.TILE_SIZE ee.Algorithms ee.call ee.apply ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMapId ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMapId ee.Filter.and ee.Filter.or ee.Filter.date ee.Filter.inList ee.Filter.prototype.not ee.Filter.eq ee.Filter.neq ee.Filter.lt ee.Filter.bounds ee.Filter.gte ee.Filter.gt ee.Filter.metadata ee.Filter ee.Filter.lte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.LineString ee.Geometry.LinearRing ee.Geometry.MultiLineString ee.Geometry ee.Geometry.Polygon ee.Geometry.MultiPolygon ee.Geometry.prototype.toGeoJSON ee.Geometry.Point ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.Rectangle ee.Geometry.BBox ee.Image.prototype.select ee.Image.rgb ee.Image.prototype.getThumbId ee.Image.prototype.expression ee.Image.prototype.getMapId ee.Image.prototype.rename ee.Image.cat ee.Image.prototype.getThumbURL ee.Image.prototype.getDownloadURL ee.Image.prototype.clip ee.Image ee.Image.prototype.getMap ee.Image.prototype.getInfo ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getInfo ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.toReadableCloudApiJSON ee.String ee.Terrain".split(" "),
|
|
27695
|
+
orderedParamLists = [["name", "namedArgs"], ["name", "var_args"], ["name"], "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(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
27696
|
+
"collection opt_description opt_assetId opt_maxVertices opt_priority opt_overwrite".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "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_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
|
|
27697
|
+
"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_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(" "),
|
|
27698
|
+
["classifier", "opt_description", "opt_assetId", "opt_priority"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority opt_overwrite".split(" "), "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_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(" "),
|
|
27699
|
+
["start", "opt_end"], ["filter"], ["algorithm", "opt_first"], ["property", "opt_ascending"], ["geometry"], ["max", "opt_property", "opt_ascending"], ["name", "operator", "value"], ["algorithm", "opt_dropNulls"], ["func", "var_args"], ["callback"], ["legacy"], ["opt_callback"], ["taskId", "action", "opt_callback"], ["taskId", "params", "opt_callback"], ["taskId", "request", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["opt_success", "opt_error"],
|
|
27700
|
+
["taskId", "request", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["id", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["id", "x", "y", "z"], ["project", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["asset", "params", "opt_callback"], ["obj", "opt_callback"], ["requestedId", "opt_callback"],
|
|
27701
|
+
["params", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["id"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["id"], ["assetId", "opt_callback"], ["opt_count", "opt_callback"], ["taskId", "opt_callback"],
|
|
27702
|
+
["assetId", "asset", "updateFields", "opt_callback"], ["opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["opt_limit", "opt_callback"], ["assetId", "properties", "opt_callback"], ["rootId", "opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], [], ["tag"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["tag"], ["operationName", "opt_callback"], ["opt_resetDefault"], ["taskId", "opt_callback"], ["date",
|
|
27703
|
+
"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_visParams", "opt_callback"], ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_callback"],
|
|
27704
|
+
["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_visParams", "opt_callback"], ["var_args"], ["var_args"], ["start", "opt_end"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], [], ["name", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "operator", "value"], ["opt_filter"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
|
|
27705
|
+
["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["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_maxError", "opt_evenOdd"], [], ["coords", "opt_proj"], [], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["west", "south", "east", "north"], ["var_args"], ["r", "g", "b"],
|
|
27706
|
+
["params", "opt_callback"], ["expression", "opt_map"], ["opt_visParams", "opt_callback"], ["var_args"], ["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["opt_args"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["opt_callback"], ["args"], [], ["selectors", "opt_names"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"],
|
|
27707
|
+
["params", "opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["string"], []];
|
|
27708
|
+
[ee.ApiFunction._apply, ee.ApiFunction._call, ee.ApiFunction.lookup, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.videoMap.toCloudStorage,
|
|
27709
|
+
module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, ee.Collection.prototype.filterDate, ee.Collection.prototype.filter, ee.Collection.prototype.iterate, ee.Collection.prototype.sort, ee.Collection.prototype.filterBounds, ee.Collection.prototype.limit, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.map, ee.ComputedObject.prototype.aside,
|
|
27710
|
+
ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.getInfo, ee.data.updateTask, ee.data.startProcessing, ee.data.startIngestion, ee.data.authenticate, ee.data.authenticateViaPopup, ee.data.startTableIngestion, ee.data.authenticateViaPrivateKey, ee.data.getAsset, ee.data.getInfo, ee.data.getList, ee.data.listAssets, ee.data.listImages, ee.data.getMapId, ee.data.getTileUrl, ee.data.listBuckets, ee.data.getFeatureViewTilesKey, ee.data.getAssetRoots,
|
|
27711
|
+
ee.data.listFeatures, ee.data.computeValue, ee.data.createAssetHome, ee.data.getThumbId, ee.data.createAsset, ee.data.getVideoThumbId, ee.data.getFilmstripThumbId, ee.data.createFolder, ee.data.makeThumbUrl, ee.data.getDownloadId, ee.data.renameAsset, ee.data.makeDownloadUrl, ee.data.copyAsset, ee.data.getTableDownloadId, ee.data.deleteAsset, ee.data.makeTableDownloadUrl, ee.data.getAssetAcl, ee.data.newTaskId, ee.data.getTaskStatus, ee.data.updateAsset, ee.data.getTaskList, ee.data.setAssetAcl,
|
|
27712
|
+
ee.data.getTaskListWithLimit, ee.data.setAssetProperties, ee.data.getAssetRootQuota, ee.data.listOperations, ee.data.cancelOperation, ee.data.getWorkloadTag, ee.data.setWorkloadTag, ee.data.authenticateViaOauth, ee.data.setDefaultWorkloadTag, ee.data.getOperation, ee.data.resetWorkloadTag, ee.data.cancelTask, ee.Date, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.initialize, ee.reset, ee.InitState, ee.TILE_SIZE,
|
|
27713
|
+
ee.Algorithms, ee.call, ee.apply, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMapId, ee.Feature, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getMapId, ee.Filter.and, ee.Filter.or, ee.Filter.date, ee.Filter.inList, ee.Filter.prototype.not,
|
|
27714
|
+
ee.Filter.eq, ee.Filter.neq, ee.Filter.lt, ee.Filter.bounds, ee.Filter.gte, ee.Filter.gt, ee.Filter.metadata, ee.Filter, ee.Filter.lte, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.LineString, ee.Geometry.LinearRing, ee.Geometry.MultiLineString, ee.Geometry, ee.Geometry.Polygon, ee.Geometry.MultiPolygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.Point, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPoint, ee.Geometry.prototype.serialize, ee.Geometry.Rectangle,
|
|
27715
|
+
ee.Geometry.BBox, ee.Image.prototype.select, ee.Image.rgb, ee.Image.prototype.getThumbId, ee.Image.prototype.expression, ee.Image.prototype.getMapId, ee.Image.prototype.rename, ee.Image.cat, ee.Image.prototype.getThumbURL, ee.Image.prototype.getDownloadURL, ee.Image.prototype.clip, ee.Image, ee.Image.prototype.getMap, ee.Image.prototype.getInfo, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getInfo, ee.ImageCollection, ee.ImageCollection.prototype.first,
|
|
27716
|
+
ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.encode, ee.Serializer.toReadableCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27588
27717
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27589
27718
|
});
|
|
27590
27719
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|