@google/earthengine 0.1.382 → 0.1.384
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.tmp/BUILD +2 -2
- package/.tmp/METADATA +4 -4
- package/.tmp/VERSION_BUILD +2 -2
- package/build/browser.js +166 -119
- package/build/ee_api_js.js +616 -615
- package/build/ee_api_js_debug.js +143 -97
- package/build/ee_api_js_npm.js +166 -119
- package/build/main.js +166 -119
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/batch.js +19 -0
- package/src/data.js +47 -0
package/build/ee_api_js_npm.js
CHANGED
|
@@ -1248,6 +1248,7 @@ goog.readToggleInternalDoNotCallDirectly = function(name) {
|
|
|
1248
1248
|
};
|
|
1249
1249
|
goog.TOGGLE_VAR_ = "_F_toggles";
|
|
1250
1250
|
goog.TOGGLES_ = goog.global[goog.TOGGLE_VAR_] || [];
|
|
1251
|
+
goog.LEGACY_NAMESPACE_OBJECT_ = goog.global;
|
|
1251
1252
|
goog.provide = function(name) {
|
|
1252
1253
|
if (goog.isInModuleLoader_()) {
|
|
1253
1254
|
throw Error("goog.provide cannot be used within a module.");
|
|
@@ -1256,7 +1257,7 @@ goog.provide = function(name) {
|
|
|
1256
1257
|
};
|
|
1257
1258
|
goog.constructNamespace_ = function(name, object, overwriteImplicit) {
|
|
1258
1259
|
var namespace;
|
|
1259
|
-
goog.exportPath_(name, object, overwriteImplicit);
|
|
1260
|
+
goog.exportPath_(name, object, overwriteImplicit, goog.LEGACY_NAMESPACE_OBJECT_);
|
|
1260
1261
|
};
|
|
1261
1262
|
goog.NONCE_PATTERN_ = /^[\w+/_-]+[=]{0,2}$/;
|
|
1262
1263
|
goog.getScriptNonce_ = function(opt_window) {
|
|
@@ -1314,7 +1315,7 @@ goog.isInEs6ModuleLoader_ = function() {
|
|
|
1314
1315
|
if (goog.moduleLoaderState_ && goog.moduleLoaderState_.type == goog.ModuleType.ES6) {
|
|
1315
1316
|
return !0;
|
|
1316
1317
|
}
|
|
1317
|
-
var jscomp = goog.
|
|
1318
|
+
var jscomp = goog.LEGACY_NAMESPACE_OBJECT_.$jscomp;
|
|
1318
1319
|
return jscomp ? "function" != typeof jscomp.getCurrentModulePath ? !1 : !!jscomp.getCurrentModulePath() : !1;
|
|
1319
1320
|
};
|
|
1320
1321
|
goog.module.declareLegacyNamespace = function() {
|
|
@@ -1324,7 +1325,7 @@ goog.declareModuleId = function(namespace) {
|
|
|
1324
1325
|
if (goog.moduleLoaderState_) {
|
|
1325
1326
|
goog.moduleLoaderState_.moduleName = namespace;
|
|
1326
1327
|
} else {
|
|
1327
|
-
var jscomp = goog.
|
|
1328
|
+
var jscomp = goog.LEGACY_NAMESPACE_OBJECT_.$jscomp;
|
|
1328
1329
|
if (!jscomp || "function" != typeof jscomp.getCurrentModulePath) {
|
|
1329
1330
|
throw Error('Module with namespace "' + namespace + '" has been loaded incorrectly.');
|
|
1330
1331
|
}
|
|
@@ -2846,8 +2847,8 @@ module$exports$tslib.__spreadArrays = function() {
|
|
|
2846
2847
|
return r;
|
|
2847
2848
|
};
|
|
2848
2849
|
module$exports$tslib.__spreadArray = function(to, from, pack) {
|
|
2849
|
-
if (!(Array.isArray(from) || from instanceof NodeList)) {
|
|
2850
|
-
throw new TypeError("Expected an Array or
|
|
2850
|
+
if (!(Array.isArray(from) || from instanceof NodeList) && "[object Arguments]" !== Object.prototype.toString.call(from)) {
|
|
2851
|
+
throw new TypeError("Expected an Array, NodeList, or or Arguments: " + String(from));
|
|
2851
2852
|
}
|
|
2852
2853
|
if (pack || 2 === arguments.length) {
|
|
2853
2854
|
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
@@ -2978,8 +2979,8 @@ goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2eto
|
|
|
2978
2979
|
goog.flags.ASYNC_THROW_ON_UNICODE_TO_BYTE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable : goog.readFlagInternalDoNotUseOrElse(899588437, !1);
|
|
2979
2980
|
goog.flags.CLIENT_ONLY_WIZ_ATTRIBUTE_SANITIZATION = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_attribute_sanitization__disable : goog.readFlagInternalDoNotUseOrElse(533565600, !0);
|
|
2980
2981
|
goog.flags.CLIENT_ONLY_WIZ_HOOK_CONTEXT_FIX = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_hook_context_fix__enable : goog.readFlagInternalDoNotUseOrElse(563486499, !1);
|
|
2981
|
-
goog.flags.JSPB_DISABLE_SERIALIZING_EMPTY_REPEATED_AND_MAP_FIELDS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ?
|
|
2982
|
-
|
|
2982
|
+
goog.flags.JSPB_DISABLE_SERIALIZING_EMPTY_REPEATED_AND_MAP_FIELDS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disable_serializing_empty_repeated_and_map_fields__disable : goog.readFlagInternalDoNotUseOrElse(572417392,
|
|
2983
|
+
!0);
|
|
2983
2984
|
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);
|
|
2984
2985
|
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);
|
|
2985
2986
|
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);
|
|
@@ -6061,7 +6062,7 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
|
|
|
6061
6062
|
};
|
|
6062
6063
|
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;
|
|
6063
6064
|
function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
|
|
6064
|
-
for (var target = copyInstanciator(targetConstructor), metadata = module$contents$eeapiclient$domain_object_deepCopyMetadata(source, target), arrays = metadata.arrays || {}, objects = metadata.objects || {}, objectMaps = metadata.objectMaps || {}, $jscomp$iter$19 = $jscomp.makeIterator(metadata.keys || []), $jscomp$key$key = $jscomp$iter$19.next(), $jscomp$loop$
|
|
6065
|
+
for (var target = copyInstanciator(targetConstructor), metadata = module$contents$eeapiclient$domain_object_deepCopyMetadata(source, target), arrays = metadata.arrays || {}, objects = metadata.objects || {}, objectMaps = metadata.objectMaps || {}, $jscomp$iter$19 = $jscomp.makeIterator(metadata.keys || []), $jscomp$key$key = $jscomp$iter$19.next(), $jscomp$loop$m192531680$0 = {}; !$jscomp$key$key.done; $jscomp$loop$m192531680$0 = {mapMetadata:$jscomp$loop$m192531680$0.mapMetadata},
|
|
6065
6066
|
$jscomp$key$key = $jscomp$iter$19.next()) {
|
|
6066
6067
|
var key = $jscomp$key$key.value, value = valueGetter(key, source);
|
|
6067
6068
|
if (null != value) {
|
|
@@ -6074,11 +6075,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
6074
6075
|
} else if (objects.hasOwnProperty(key)) {
|
|
6075
6076
|
copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
|
|
6076
6077
|
} else if (objectMaps.hasOwnProperty(key)) {
|
|
6077
|
-
$jscomp$loop$
|
|
6078
|
+
$jscomp$loop$m192531680$0.mapMetadata = objectMaps[key], copy = $jscomp$loop$m192531680$0.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m192531680$0) {
|
|
6078
6079
|
return function(v) {
|
|
6079
|
-
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$
|
|
6080
|
+
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m192531680$0.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6080
6081
|
};
|
|
6081
|
-
}($jscomp$loop$
|
|
6082
|
+
}($jscomp$loop$m192531680$0)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m192531680$0.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6082
6083
|
} else if (Array.isArray(value)) {
|
|
6083
6084
|
if (metadata.emptyArrayIsUnset && 0 === value.length) {
|
|
6084
6085
|
continue;
|
|
@@ -6124,39 +6125,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
|
|
|
6124
6125
|
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))) {
|
|
6125
6126
|
return !1;
|
|
6126
6127
|
}
|
|
6127
|
-
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$key = $jscomp$iter$21.next(), $jscomp$loop$
|
|
6128
|
+
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$key = $jscomp$iter$21.next(), $jscomp$loop$m192531680$1 = {}; !$jscomp$key$key.done; $jscomp$loop$m192531680$1 = {value2$jscomp$7:$jscomp$loop$m192531680$1.value2$jscomp$7, mapMetadata$jscomp$2:$jscomp$loop$m192531680$1.mapMetadata$jscomp$2}, $jscomp$key$key = $jscomp$iter$21.next()) {
|
|
6128
6129
|
var key = $jscomp$key$key.value, has1 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable1, key, metadata1), has2 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable2, key, metadata2);
|
|
6129
6130
|
if (has1 !== has2) {
|
|
6130
6131
|
return !1;
|
|
6131
6132
|
}
|
|
6132
6133
|
if (has1) {
|
|
6133
6134
|
var value1 = serializable1.Serializable$get(key);
|
|
6134
|
-
$jscomp$loop$
|
|
6135
|
+
$jscomp$loop$m192531680$1.value2$jscomp$7 = serializable2.Serializable$get(key);
|
|
6135
6136
|
if (arrays1.hasOwnProperty(key)) {
|
|
6136
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6137
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$1.value2$jscomp$7, !0, !0)) {
|
|
6137
6138
|
return !1;
|
|
6138
6139
|
}
|
|
6139
6140
|
} else if (objects1.hasOwnProperty(key)) {
|
|
6140
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6141
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$1.value2$jscomp$7, !1, !0)) {
|
|
6141
6142
|
return !1;
|
|
6142
6143
|
}
|
|
6143
6144
|
} else if (objectMaps1.hasOwnProperty(key)) {
|
|
6144
|
-
if ($jscomp$loop$
|
|
6145
|
-
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$
|
|
6145
|
+
if ($jscomp$loop$m192531680$1.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m192531680$1.mapMetadata$jscomp$2.isPropertyArray) {
|
|
6146
|
+
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m192531680$1.value2$jscomp$7) || value1.some(function($jscomp$loop$m192531680$1) {
|
|
6146
6147
|
return function(v1, i) {
|
|
6147
|
-
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$
|
|
6148
|
+
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m192531680$1.value2$jscomp$7[i], $jscomp$loop$m192531680$1.mapMetadata$jscomp$2);
|
|
6148
6149
|
};
|
|
6149
|
-
}($jscomp$loop$
|
|
6150
|
+
}($jscomp$loop$m192531680$1))) {
|
|
6150
6151
|
return !1;
|
|
6151
6152
|
}
|
|
6152
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$
|
|
6153
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m192531680$1.value2$jscomp$7, $jscomp$loop$m192531680$1.mapMetadata$jscomp$2)) {
|
|
6153
6154
|
return !1;
|
|
6154
6155
|
}
|
|
6155
6156
|
} else if (Array.isArray(value1)) {
|
|
6156
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6157
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$1.value2$jscomp$7, !0, !1)) {
|
|
6157
6158
|
return !1;
|
|
6158
6159
|
}
|
|
6159
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6160
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$1.value2$jscomp$7, !1, !1)) {
|
|
6160
6161
|
return !1;
|
|
6161
6162
|
}
|
|
6162
6163
|
}
|
|
@@ -6556,9 +6557,9 @@ goog.string.Const.prototype.implementsGoogStringTypedString = !0;
|
|
|
6556
6557
|
goog.string.Const.prototype.getTypedStringValue = function() {
|
|
6557
6558
|
return this.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
|
|
6558
6559
|
};
|
|
6559
|
-
goog.
|
|
6560
|
+
goog.string.Const.prototype.toString = function() {
|
|
6560
6561
|
return this.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
|
|
6561
|
-
}
|
|
6562
|
+
};
|
|
6562
6563
|
goog.string.Const.unwrap = function(stringConst) {
|
|
6563
6564
|
if (stringConst instanceof goog.string.Const && stringConst.constructor === goog.string.Const && stringConst.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_ === goog.string.Const.TYPE_MARKER_) {
|
|
6564
6565
|
return stringConst.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
|
|
@@ -7172,9 +7173,6 @@ module$contents$goog$html$SafeHtml_SafeHtml.htmlEscapePreservingNewlinesAndSpace
|
|
|
7172
7173
|
var html = module$contents$goog$html$SafeHtml_SafeHtml.htmlEscape(textOrHtml);
|
|
7173
7174
|
return module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(goog.string.internal.whitespaceEscape(module$contents$goog$html$SafeHtml_SafeHtml.unwrap(html)));
|
|
7174
7175
|
};
|
|
7175
|
-
module$contents$goog$html$SafeHtml_SafeHtml.comment = function(text) {
|
|
7176
|
-
return module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse("\x3c!--" + goog.string.internal.htmlEscape(text) + "--\x3e");
|
|
7177
|
-
};
|
|
7178
7176
|
module$contents$goog$html$SafeHtml_SafeHtml.create = function(tagName, attributes, content) {
|
|
7179
7177
|
module$contents$goog$html$SafeHtml_SafeHtml.verifyTagName(String(tagName));
|
|
7180
7178
|
return module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse(String(tagName), attributes, content);
|
|
@@ -7468,44 +7466,47 @@ function module$contents$safevalues$restricted$reviewed_assertValidJustification
|
|
|
7468
7466
|
throw Error("Calls to uncheckedconversion functions must go through security review. A justification must be provided to capture what security assumptions are being made. See go/unchecked-conversions");
|
|
7469
7467
|
}
|
|
7470
7468
|
}
|
|
7471
|
-
function module$contents$safevalues$restricted$
|
|
7472
|
-
|
|
7469
|
+
function module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options) {
|
|
7470
|
+
return "string" === typeof options ? options : options.justification;
|
|
7471
|
+
}
|
|
7472
|
+
function module$contents$safevalues$restricted$reviewed_htmlSafeByReview(html, options) {
|
|
7473
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options));
|
|
7473
7474
|
return module$contents$safevalues$internals$html_impl_createHtmlInternal(html);
|
|
7474
7475
|
}
|
|
7475
7476
|
module$exports$safevalues$restricted$reviewed.htmlSafeByReview = module$contents$safevalues$restricted$reviewed_htmlSafeByReview;
|
|
7476
|
-
function module$contents$safevalues$restricted$reviewed_scriptSafeByReview(script,
|
|
7477
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7477
|
+
function module$contents$safevalues$restricted$reviewed_scriptSafeByReview(script, options) {
|
|
7478
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options));
|
|
7478
7479
|
return module$contents$safevalues$internals$script_impl_createScriptInternal(script);
|
|
7479
7480
|
}
|
|
7480
7481
|
module$exports$safevalues$restricted$reviewed.scriptSafeByReview = module$contents$safevalues$restricted$reviewed_scriptSafeByReview;
|
|
7481
|
-
function module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview(url,
|
|
7482
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7482
|
+
function module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview(url, options) {
|
|
7483
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options));
|
|
7483
7484
|
return module$contents$safevalues$internals$resource_url_impl_createResourceUrlInternal(url);
|
|
7484
7485
|
}
|
|
7485
7486
|
module$exports$safevalues$restricted$reviewed.resourceUrlSafeByReview = module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview;
|
|
7486
|
-
function module$contents$safevalues$restricted$
|
|
7487
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7487
|
+
function module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview(stylesheet, options) {
|
|
7488
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options));
|
|
7489
|
+
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(stylesheet);
|
|
7490
|
+
}
|
|
7491
|
+
module$exports$safevalues$restricted$reviewed.styleSheetSafeByReview = module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview;
|
|
7492
|
+
function module$contents$safevalues$restricted$reviewed_urlSafeByReview(url, options) {
|
|
7493
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options));
|
|
7488
7494
|
return module$contents$safevalues$internals$url_impl_createUrlInternal(url);
|
|
7489
7495
|
}
|
|
7490
7496
|
module$exports$safevalues$restricted$reviewed.urlSafeByReview = module$contents$safevalues$restricted$reviewed_urlSafeByReview;
|
|
7491
|
-
function module$contents$safevalues$restricted$reviewed_styleSafeByReview(style,
|
|
7492
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7497
|
+
function module$contents$safevalues$restricted$reviewed_styleSafeByReview(style, options) {
|
|
7498
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options));
|
|
7493
7499
|
return module$contents$safevalues$internals$style_impl_createStyleInternal(style);
|
|
7494
7500
|
}
|
|
7495
7501
|
module$exports$safevalues$restricted$reviewed.styleSafeByReview = module$contents$safevalues$restricted$reviewed_styleSafeByReview;
|
|
7496
|
-
function module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview(stylesheet, justification) {
|
|
7497
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(justification);
|
|
7498
|
-
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(stylesheet);
|
|
7499
|
-
}
|
|
7500
|
-
module$exports$safevalues$restricted$reviewed.styleSheetSafeByReview = module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview;
|
|
7501
7502
|
var safevalues = {restricted:{}};
|
|
7502
7503
|
safevalues.restricted.reviewed = {};
|
|
7503
7504
|
safevalues.restricted.reviewed.htmlSafeByReview = module$contents$safevalues$restricted$reviewed_htmlSafeByReview;
|
|
7504
7505
|
safevalues.restricted.reviewed.scriptSafeByReview = module$contents$safevalues$restricted$reviewed_scriptSafeByReview;
|
|
7505
7506
|
safevalues.restricted.reviewed.resourceUrlSafeByReview = module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview;
|
|
7507
|
+
safevalues.restricted.reviewed.styleSheetSafeByReview = module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview;
|
|
7506
7508
|
safevalues.restricted.reviewed.urlSafeByReview = module$contents$safevalues$restricted$reviewed_urlSafeByReview;
|
|
7507
7509
|
safevalues.restricted.reviewed.styleSafeByReview = module$contents$safevalues$restricted$reviewed_styleSafeByReview;
|
|
7508
|
-
safevalues.restricted.reviewed.styleSheetSafeByReview = module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview;
|
|
7509
7510
|
goog.dom.safe = {};
|
|
7510
7511
|
goog.dom.safe.InsertAdjacentHtmlPosition = {AFTERBEGIN:"afterbegin", AFTEREND:"afterend", BEFOREBEGIN:"beforebegin", BEFOREEND:"beforeend"};
|
|
7511
7512
|
goog.dom.safe.insertAdjacentHtml = function(node, position, html) {
|
|
@@ -9023,6 +9024,11 @@ module$exports$eeapiclient$ee_api_client.ICloudAuditOptionsLogNameEnum = functio
|
|
|
9023
9024
|
module$exports$eeapiclient$ee_api_client.CloudAuditOptionsLogNameEnum = {ADMIN_ACTIVITY:"ADMIN_ACTIVITY", DATA_ACCESS:"DATA_ACCESS", UNSPECIFIED_LOG_NAME:"UNSPECIFIED_LOG_NAME", values:function() {
|
|
9024
9025
|
return [module$exports$eeapiclient$ee_api_client.CloudAuditOptionsLogNameEnum.UNSPECIFIED_LOG_NAME, module$exports$eeapiclient$ee_api_client.CloudAuditOptionsLogNameEnum.ADMIN_ACTIVITY, module$exports$eeapiclient$ee_api_client.CloudAuditOptionsLogNameEnum.DATA_ACCESS];
|
|
9025
9026
|
}};
|
|
9027
|
+
module$exports$eeapiclient$ee_api_client.ICloudAuditOptionsPermissionTypeEnum = function() {
|
|
9028
|
+
};
|
|
9029
|
+
module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum = {ADMIN_READ:"ADMIN_READ", ADMIN_WRITE:"ADMIN_WRITE", DATA_READ:"DATA_READ", DATA_WRITE:"DATA_WRITE", PERMISSION_TYPE_UNSPECIFIED:"PERMISSION_TYPE_UNSPECIFIED", values:function() {
|
|
9030
|
+
return [module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum.PERMISSION_TYPE_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum.ADMIN_READ, module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum.ADMIN_WRITE, module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum.DATA_READ, module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum.DATA_WRITE];
|
|
9031
|
+
}};
|
|
9026
9032
|
module$exports$eeapiclient$ee_api_client.ICloudStorageDestinationPermissionsEnum = function() {
|
|
9027
9033
|
};
|
|
9028
9034
|
module$exports$eeapiclient$ee_api_client.CloudStorageDestinationPermissionsEnum = {DEFAULT_OBJECT_ACL:"DEFAULT_OBJECT_ACL", PUBLIC:"PUBLIC", TILE_PERMISSIONS_UNSPECIFIED:"TILE_PERMISSIONS_UNSPECIFIED", values:function() {
|
|
@@ -9699,13 +9705,14 @@ module$exports$eeapiclient$ee_api_client.CloudAuditOptions = function(parameters
|
|
|
9699
9705
|
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
9700
9706
|
this.Serializable$set("logName", null == parameters.logName ? null : parameters.logName);
|
|
9701
9707
|
this.Serializable$set("authorizationLoggingOptions", null == parameters.authorizationLoggingOptions ? null : parameters.authorizationLoggingOptions);
|
|
9708
|
+
this.Serializable$set("permissionType", null == parameters.permissionType ? null : parameters.permissionType);
|
|
9702
9709
|
};
|
|
9703
9710
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.CloudAuditOptions, module$exports$eeapiclient$domain_object.Serializable);
|
|
9704
9711
|
module$exports$eeapiclient$ee_api_client.CloudAuditOptions.prototype.getConstructor = function() {
|
|
9705
9712
|
return module$exports$eeapiclient$ee_api_client.CloudAuditOptions;
|
|
9706
9713
|
};
|
|
9707
9714
|
module$exports$eeapiclient$ee_api_client.CloudAuditOptions.prototype.getPartialClassMetadata = function() {
|
|
9708
|
-
return {enums:{logName:module$exports$eeapiclient$ee_api_client.CloudAuditOptionsLogNameEnum}, keys:["authorizationLoggingOptions", "logName"], objects:{authorizationLoggingOptions:module$exports$eeapiclient$ee_api_client.AuthorizationLoggingOptions}};
|
|
9715
|
+
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}};
|
|
9709
9716
|
};
|
|
9710
9717
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.CloudAuditOptions.prototype, {authorizationLoggingOptions:{configurable:!0, enumerable:!0, get:function() {
|
|
9711
9718
|
return this.Serializable$has("authorizationLoggingOptions") ? this.Serializable$get("authorizationLoggingOptions") : null;
|
|
@@ -9715,9 +9722,15 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
9715
9722
|
return this.Serializable$has("logName") ? this.Serializable$get("logName") : null;
|
|
9716
9723
|
}, set:function(value) {
|
|
9717
9724
|
this.Serializable$set("logName", value);
|
|
9725
|
+
}}, permissionType:{configurable:!0, enumerable:!0, get:function() {
|
|
9726
|
+
return this.Serializable$has("permissionType") ? this.Serializable$get("permissionType") : null;
|
|
9727
|
+
}, set:function(value) {
|
|
9728
|
+
this.Serializable$set("permissionType", value);
|
|
9718
9729
|
}}});
|
|
9719
9730
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.CloudAuditOptions, {LogName:{configurable:!0, enumerable:!0, get:function() {
|
|
9720
9731
|
return module$exports$eeapiclient$ee_api_client.CloudAuditOptionsLogNameEnum;
|
|
9732
|
+
}}, PermissionType:{configurable:!0, enumerable:!0, get:function() {
|
|
9733
|
+
return module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum;
|
|
9721
9734
|
}}});
|
|
9722
9735
|
module$exports$eeapiclient$ee_api_client.CloudStorageDestinationParameters = function() {
|
|
9723
9736
|
};
|
|
@@ -17540,8 +17553,8 @@ function module$contents$safevalues$internals$attribute_impl_unwrapAttributePref
|
|
|
17540
17553
|
throw Error(message);
|
|
17541
17554
|
}
|
|
17542
17555
|
module$exports$safevalues$internals$attribute_impl.unwrapAttributePrefix = module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix;
|
|
17543
|
-
var $jscomp$templatelit$
|
|
17544
|
-
["\\0"]), $jscomp$templatelit$
|
|
17556
|
+
var $jscomp$templatelit$1274514361$0 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$1274514361$1 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\0"]), $jscomp$templatelit$1274514361$2 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$1274514361$3 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), $jscomp$templatelit$1274514361$4 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$1274514361$5 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"],
|
|
17557
|
+
["\\0"]), $jscomp$templatelit$1274514361$6 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$1274514361$7 = $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"};
|
|
17545
17558
|
function module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, numExprs) {
|
|
17546
17559
|
if (!module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) || numExprs + 1 !== templateObj.length) {
|
|
17547
17560
|
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 ##############################");
|
|
@@ -17555,14 +17568,14 @@ function module$contents$safevalues$internals$string_literal_checkTranspiled(fn)
|
|
|
17555
17568
|
return -1 === fn.toString().indexOf("`");
|
|
17556
17569
|
}
|
|
17557
17570
|
var module$contents$safevalues$internals$string_literal_isTranspiled = module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17558
|
-
return tag($jscomp$templatelit$
|
|
17571
|
+
return tag($jscomp$templatelit$1274514361$0);
|
|
17559
17572
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17560
|
-
return tag($jscomp$templatelit$
|
|
17573
|
+
return tag($jscomp$templatelit$1274514361$1);
|
|
17561
17574
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17562
|
-
return tag($jscomp$templatelit$
|
|
17575
|
+
return tag($jscomp$templatelit$1274514361$2);
|
|
17563
17576
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17564
|
-
return tag($jscomp$templatelit$
|
|
17565
|
-
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$
|
|
17577
|
+
return tag($jscomp$templatelit$1274514361$3);
|
|
17578
|
+
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$4) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$5) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$6) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$7);
|
|
17566
17579
|
function module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) {
|
|
17567
17580
|
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)) ?
|
|
17568
17581
|
!0 : !1;
|
|
@@ -17588,7 +17601,43 @@ function module$contents$safevalues$builders$document_fragment_builders_safeFrag
|
|
|
17588
17601
|
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, 0);
|
|
17589
17602
|
return document.createRange().createContextualFragment(module$contents$safevalues$internals$html_impl_unwrapHtml(module$contents$safevalues$internals$html_impl_createHtmlInternal(templateObj[0])));
|
|
17590
17603
|
}
|
|
17591
|
-
;var module$contents$safevalues$
|
|
17604
|
+
;var module$exports$safevalues$builders$style_sheet_builders = {}, module$contents$safevalues$builders$style_sheet_builders_module = module$contents$safevalues$builders$style_sheet_builders_module || {id:"third_party/javascript/safevalues/builders/style_sheet_builders.closure.js"}, module$contents$safevalues$builders$style_sheet_builders_Primitive;
|
|
17605
|
+
module$exports$safevalues$builders$style_sheet_builders.safeStyleRule = function(templateObj) {
|
|
17606
|
+
var rest = $jscomp.getRestArguments.apply(1, arguments);
|
|
17607
|
+
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, rest.length);
|
|
17608
|
+
for (var stringifiedRule = templateObj[0], i = 0; i < templateObj.length - 1; i++) {
|
|
17609
|
+
stringifiedRule += String(rest[i]), stringifiedRule += templateObj[i + 1];
|
|
17610
|
+
}
|
|
17611
|
+
var doc = document.implementation.createHTMLDocument(""), styleEl = doc.createElement("style");
|
|
17612
|
+
doc.head.appendChild(styleEl);
|
|
17613
|
+
var styleSheet = styleEl.sheet;
|
|
17614
|
+
styleSheet.insertRule(stringifiedRule, 0);
|
|
17615
|
+
if (1 !== styleSheet.cssRules.length) {
|
|
17616
|
+
if (goog.DEBUG) {
|
|
17617
|
+
throw Error("safeStyleRule can be used to construct only 1 CSSStyleRule at a time. Use the concatStyle function to create sheet with several rules. Tried to parse: " + stringifiedRule + ("which has " + styleSheet.cssRules.length + " rules: " + styleSheet.cssRules[0].cssText + " #$% " + styleSheet.cssRules[1].cssText + "."));
|
|
17618
|
+
}
|
|
17619
|
+
} else {
|
|
17620
|
+
var styleSheetRule = styleSheet.cssRules[0];
|
|
17621
|
+
if (styleSheetRule instanceof CSSStyleRule) {
|
|
17622
|
+
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(styleSheetRule.cssText.replace(/</g, "\\3C "));
|
|
17623
|
+
}
|
|
17624
|
+
if (goog.DEBUG) {
|
|
17625
|
+
throw Error("safeStyleRule can be used to construct a CSSStyleRule. @-rules should be constructed with the safeStyleSheet builder. Tried to parse: " + stringifiedRule);
|
|
17626
|
+
}
|
|
17627
|
+
}
|
|
17628
|
+
};
|
|
17629
|
+
module$exports$safevalues$builders$style_sheet_builders.safeStyleSheet = function(templateObj) {
|
|
17630
|
+
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, 0);
|
|
17631
|
+
var styleSheet = templateObj[0];
|
|
17632
|
+
if (goog.DEBUG && /</.test(styleSheet)) {
|
|
17633
|
+
throw Error("'<' character is forbidden in styleSheet string: " + styleSheet);
|
|
17634
|
+
}
|
|
17635
|
+
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(styleSheet);
|
|
17636
|
+
};
|
|
17637
|
+
module$exports$safevalues$builders$style_sheet_builders.concatStyleSheets = function(sheets) {
|
|
17638
|
+
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(sheets.map(module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet).join(""));
|
|
17639
|
+
};
|
|
17640
|
+
var module$contents$safevalues$internals$pure_module = module$contents$safevalues$internals$pure_module || {id:"third_party/javascript/safevalues/internals/pure.closure.js"};
|
|
17592
17641
|
function module$contents$safevalues$internals$pure_pure(valueOf) {
|
|
17593
17642
|
return {valueOf:valueOf}.valueOf();
|
|
17594
17643
|
}
|
|
@@ -17651,7 +17700,9 @@ function module$contents$safevalues$builders$url_builders_trySanitizeUrl(url, al
|
|
|
17651
17700
|
module$exports$safevalues$builders$url_builders.trySanitizeUrl = module$contents$safevalues$builders$url_builders_trySanitizeUrl;
|
|
17652
17701
|
function module$contents$safevalues$builders$url_builders_sanitizeUrl(url, allowedSchemes) {
|
|
17653
17702
|
allowedSchemes = void 0 === allowedSchemes ? module$contents$safevalues$builders$url_builders_DEFAULT_SCHEMES : allowedSchemes;
|
|
17654
|
-
|
|
17703
|
+
var sanitizedUrl = module$contents$safevalues$builders$url_builders_trySanitizeUrl(url, allowedSchemes);
|
|
17704
|
+
void 0 === sanitizedUrl && module$contents$safevalues$builders$url_builders_triggerCallbacks(url.toString());
|
|
17705
|
+
return sanitizedUrl || goog.html.SafeUrl.INNOCUOUS_URL;
|
|
17655
17706
|
}
|
|
17656
17707
|
module$exports$safevalues$builders$url_builders.sanitizeUrl = module$contents$safevalues$builders$url_builders_sanitizeUrl;
|
|
17657
17708
|
function module$contents$safevalues$builders$url_builders_objectUrlFromSafeSource(source) {
|
|
@@ -17792,7 +17843,11 @@ module$exports$safevalues$builders$html_builders.scriptUrlToHtml = function(src,
|
|
|
17792
17843
|
options = void 0 === options ? {} : options;
|
|
17793
17844
|
var unwrappedSrc = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(src).toString(), stringTag = '<script src="' + module$contents$safevalues$builders$html_builders_htmlEscapeToString(unwrappedSrc) + '"';
|
|
17794
17845
|
options.async && (stringTag += " async");
|
|
17846
|
+
options.customElement && (stringTag += ' custom-element="' + module$contents$safevalues$builders$html_builders_htmlEscapeToString(options.customElement) + '"');
|
|
17847
|
+
options.defer && (stringTag += " defer");
|
|
17848
|
+
options.id && (stringTag += ' id="' + module$contents$safevalues$builders$html_builders_htmlEscapeToString(options.id) + '"');
|
|
17795
17849
|
options.nonce && (stringTag += ' nonce="' + module$contents$safevalues$builders$html_builders_htmlEscapeToString(options.nonce) + '"');
|
|
17850
|
+
options.type && (stringTag += ' type="' + module$contents$safevalues$builders$html_builders_htmlEscapeToString(options.type) + '"');
|
|
17796
17851
|
return module$contents$safevalues$internals$html_impl_createHtmlInternal(stringTag + ">\x3c/script>");
|
|
17797
17852
|
};
|
|
17798
17853
|
function module$contents$safevalues$builders$html_builders_htmlEscapeToString(text) {
|
|
@@ -17846,6 +17901,23 @@ module$exports$safevalues$builders$html_builders.createHtml = function(tagName,
|
|
|
17846
17901
|
}
|
|
17847
17902
|
return module$contents$safevalues$internals$html_impl_createHtmlInternal(result);
|
|
17848
17903
|
};
|
|
17904
|
+
module$exports$safevalues$builders$html_builders.styleSheetToHtml = function(styleSheet, attributes) {
|
|
17905
|
+
var combinedAttributes = {};
|
|
17906
|
+
if (attributes) {
|
|
17907
|
+
for (var customAttrNames = Object.keys(attributes), i = 0; i < customAttrNames.length; i++) {
|
|
17908
|
+
var name = customAttrNames[i];
|
|
17909
|
+
if ("type" === name.toLowerCase()) {
|
|
17910
|
+
throw Error(goog.DEBUG ? "Cannot override the 'type' attribute with value " + attributes[name] + "." : "");
|
|
17911
|
+
}
|
|
17912
|
+
combinedAttributes[name] = attributes[name];
|
|
17913
|
+
}
|
|
17914
|
+
}
|
|
17915
|
+
combinedAttributes.type = "text/css";
|
|
17916
|
+
var stringifiedAttributes = module$contents$safevalues$builders$html_builders_stringifyAttributes("style", combinedAttributes);
|
|
17917
|
+
Array.isArray(styleSheet) && (styleSheet = (0,module$exports$safevalues$builders$style_sheet_builders.concatStyleSheets)(styleSheet));
|
|
17918
|
+
var styleContent = module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet(styleSheet);
|
|
17919
|
+
return module$contents$safevalues$internals$html_impl_createHtmlInternal("<style " + stringifiedAttributes + ">" + styleContent + "</style>");
|
|
17920
|
+
};
|
|
17849
17921
|
function module$contents$safevalues$builders$html_builders_stringifyAttributes(tagName, attributes) {
|
|
17850
17922
|
for (var result = "", attrNames = Object.keys(attributes), i = 0; i < attrNames.length; i++) {
|
|
17851
17923
|
var name = attrNames[i], value = attributes[name];
|
|
@@ -18152,7 +18224,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
18152
18224
|
return !0;
|
|
18153
18225
|
}
|
|
18154
18226
|
for (var $jscomp$iter$34 = $jscomp.makeIterator(conditions), $jscomp$key$ = $jscomp$iter$34.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$34.next()) {
|
|
18155
|
-
var $jscomp$destructuring$var35 = $jscomp.makeIterator($jscomp$key$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var35.next().value, expectedValues = $jscomp$destructuring$var35.next().value, $jscomp$optchain$
|
|
18227
|
+
var $jscomp$destructuring$var35 = $jscomp.makeIterator($jscomp$key$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var35.next().value, expectedValues = $jscomp$destructuring$var35.next().value, $jscomp$optchain$tmpm1803429925$0 = void 0, value = null == ($jscomp$optchain$tmpm1803429925$0 = attrs.getNamedItem(attrName__tsickle_destructured_1)) ? void 0 : $jscomp$optchain$tmpm1803429925$0.value;
|
|
18156
18228
|
if (value && !expectedValues.has(value)) {
|
|
18157
18229
|
return !1;
|
|
18158
18230
|
}
|
|
@@ -18395,8 +18467,16 @@ function module$contents$safevalues$builders$resource_url_builders_toAbsoluteRes
|
|
|
18395
18467
|
module$exports$safevalues$builders$resource_url_builders.toAbsoluteResourceUrl = module$contents$safevalues$builders$resource_url_builders_toAbsoluteResourceUrl;
|
|
18396
18468
|
var module$exports$safevalues$builders$script_builders = {}, module$contents$safevalues$builders$script_builders_module = module$contents$safevalues$builders$script_builders_module || {id:"third_party/javascript/safevalues/builders/script_builders.closure.js"}, module$contents$safevalues$builders$script_builders_Primitive, module$contents$safevalues$builders$script_builders_Serializable;
|
|
18397
18469
|
function module$contents$safevalues$builders$script_builders_safeScript(templateObj) {
|
|
18398
|
-
|
|
18399
|
-
|
|
18470
|
+
var emptyArgs = $jscomp.getRestArguments.apply(1, arguments);
|
|
18471
|
+
if (goog.DEBUG) {
|
|
18472
|
+
if (emptyArgs.some(function(a) {
|
|
18473
|
+
return "" !== a;
|
|
18474
|
+
})) {
|
|
18475
|
+
throw Error("safeScript only allows empty string expressions to enable inline comments.");
|
|
18476
|
+
}
|
|
18477
|
+
module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, emptyArgs.length);
|
|
18478
|
+
}
|
|
18479
|
+
return module$contents$safevalues$internals$script_impl_createScriptInternal(templateObj.join(""));
|
|
18400
18480
|
}
|
|
18401
18481
|
module$exports$safevalues$builders$script_builders.safeScript = module$contents$safevalues$builders$script_builders_safeScript;
|
|
18402
18482
|
function module$contents$safevalues$builders$script_builders_concatScripts(scripts) {
|
|
@@ -18453,42 +18533,6 @@ function module$contents$safevalues$builders$style_builders_concatStyles(styles)
|
|
|
18453
18533
|
return module$contents$safevalues$internals$style_impl_createStyleInternal(styles.map(module$contents$safevalues$internals$style_impl_unwrapStyle).join(""));
|
|
18454
18534
|
}
|
|
18455
18535
|
module$exports$safevalues$builders$style_builders.concatStyles = module$contents$safevalues$builders$style_builders_concatStyles;
|
|
18456
|
-
var module$exports$safevalues$builders$style_sheet_builders = {}, module$contents$safevalues$builders$style_sheet_builders_module = module$contents$safevalues$builders$style_sheet_builders_module || {id:"third_party/javascript/safevalues/builders/style_sheet_builders.closure.js"}, module$contents$safevalues$builders$style_sheet_builders_Primitive;
|
|
18457
|
-
module$exports$safevalues$builders$style_sheet_builders.safeStyleRule = function(templateObj) {
|
|
18458
|
-
var rest = $jscomp.getRestArguments.apply(1, arguments);
|
|
18459
|
-
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, rest.length);
|
|
18460
|
-
for (var stringifiedRule = templateObj[0], i = 0; i < templateObj.length - 1; i++) {
|
|
18461
|
-
stringifiedRule += String(rest[i]), stringifiedRule += templateObj[i + 1];
|
|
18462
|
-
}
|
|
18463
|
-
var doc = document.implementation.createHTMLDocument(""), styleEl = doc.createElement("style");
|
|
18464
|
-
doc.head.appendChild(styleEl);
|
|
18465
|
-
var styleSheet = styleEl.sheet;
|
|
18466
|
-
styleSheet.insertRule(stringifiedRule, 0);
|
|
18467
|
-
if (1 !== styleSheet.cssRules.length) {
|
|
18468
|
-
if (goog.DEBUG) {
|
|
18469
|
-
throw Error("safeStyleRule can be used to construct only 1 CSSStyleRule at a time. Use the concatStyle function to create sheet with several rules. Tried to parse: " + stringifiedRule + ("which has " + styleSheet.cssRules.length + " rules: " + styleSheet.cssRules[0].cssText + " #$% " + styleSheet.cssRules[1].cssText + "."));
|
|
18470
|
-
}
|
|
18471
|
-
} else {
|
|
18472
|
-
var styleSheetRule = styleSheet.cssRules[0];
|
|
18473
|
-
if (styleSheetRule instanceof CSSStyleRule) {
|
|
18474
|
-
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(styleSheetRule.cssText.replace(/</g, "\\3C "));
|
|
18475
|
-
}
|
|
18476
|
-
if (goog.DEBUG) {
|
|
18477
|
-
throw Error("safeStyleRule can be used to construct a CSSStyleRule. @-rules should be constructed with the safeStyleSheet builder. Tried to parse: " + stringifiedRule);
|
|
18478
|
-
}
|
|
18479
|
-
}
|
|
18480
|
-
};
|
|
18481
|
-
module$exports$safevalues$builders$style_sheet_builders.safeStyleSheet = function(templateObj) {
|
|
18482
|
-
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, 0);
|
|
18483
|
-
var styleSheet = templateObj[0];
|
|
18484
|
-
if (goog.DEBUG && /</.test(styleSheet)) {
|
|
18485
|
-
throw Error("'<' character is forbidden in styleSheet string: " + styleSheet);
|
|
18486
|
-
}
|
|
18487
|
-
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(styleSheet);
|
|
18488
|
-
};
|
|
18489
|
-
module$exports$safevalues$builders$style_sheet_builders.concatStyleSheets = function(sheets) {
|
|
18490
|
-
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(sheets.map(module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet).join(""));
|
|
18491
|
-
};
|
|
18492
18536
|
var module$exports$safevalues$reporting$reporting = {}, module$contents$safevalues$reporting$reporting_module = module$contents$safevalues$reporting$reporting_module || {id:"third_party/javascript/safevalues/reporting/reporting.closure.js"}, module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_SAMPLING_RATE = {0:1, 1:1}, module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_HEARTBEAT_RATE =
|
|
18493
18537
|
{0:.1, 1:.1};
|
|
18494
18538
|
module$exports$safevalues$reporting$reporting.ReportingOptions = function() {
|
|
@@ -18529,12 +18573,12 @@ function module$contents$safevalues$reporting$reporting_isChangedBySanitizing(s,
|
|
|
18529
18573
|
}
|
|
18530
18574
|
try {
|
|
18531
18575
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_lenientlySanitizeHtmlAssertUnchanged(s);
|
|
18532
|
-
} catch ($jscomp$unused$catch$
|
|
18576
|
+
} catch ($jscomp$unused$catch$442189172$0) {
|
|
18533
18577
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_RELAXED_SANITIZING), !0;
|
|
18534
18578
|
}
|
|
18535
18579
|
try {
|
|
18536
18580
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlAssertUnchanged(s);
|
|
18537
|
-
} catch ($jscomp$unused$catch$
|
|
18581
|
+
} catch ($jscomp$unused$catch$442189172$1) {
|
|
18538
18582
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_SANITIZING), !0;
|
|
18539
18583
|
}
|
|
18540
18584
|
return !1;
|
|
@@ -18619,6 +18663,7 @@ module$exports$safevalues$index.unwrapUrl = module$contents$safevalues$internals
|
|
|
18619
18663
|
module$exports$safevalues$index.reportOnlyHtmlPassthrough = module$contents$safevalues$reporting$reporting_reportOnlyHtmlPassthrough;
|
|
18620
18664
|
module$exports$safevalues$index.HtmlFormatter = module$exports$safevalues$builders$html_formatter.HtmlFormatter;
|
|
18621
18665
|
module$exports$safevalues$index.createHtml = module$exports$safevalues$builders$html_builders.createHtml;
|
|
18666
|
+
module$exports$safevalues$index.styleSheetToHtml = module$exports$safevalues$builders$html_builders.styleSheetToHtml;
|
|
18622
18667
|
module$exports$safevalues$index.safeStyleRule = module$exports$safevalues$builders$style_sheet_builders.safeStyleRule;
|
|
18623
18668
|
safevalues.safeAttrPrefix = module$contents$safevalues$builders$attribute_builders_safeAttrPrefix;
|
|
18624
18669
|
safevalues.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
|
|
@@ -18684,12 +18729,13 @@ safevalues.unwrapUrl = module$contents$safevalues$internals$url_impl_unwrapUrl;
|
|
|
18684
18729
|
safevalues.reportOnlyHtmlPassthrough = module$contents$safevalues$reporting$reporting_reportOnlyHtmlPassthrough;
|
|
18685
18730
|
safevalues.HtmlFormatter = module$exports$safevalues$builders$html_formatter.HtmlFormatter;
|
|
18686
18731
|
safevalues.createHtml = module$exports$safevalues$index.createHtml;
|
|
18732
|
+
safevalues.styleSheetToHtml = module$exports$safevalues$index.styleSheetToHtml;
|
|
18687
18733
|
safevalues.safeStyleRule = module$exports$safevalues$index.safeStyleRule;
|
|
18688
18734
|
var $jscomp$templatelit$294235699$0 = $jscomp.createTemplateTagFirstArg(["https://apis.google.com/js/client.js?onload=", ""]);
|
|
18689
18735
|
ee.apiclient = {};
|
|
18690
18736
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18691
18737
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18692
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
18738
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.384";
|
|
18693
18739
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18694
18740
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18695
18741
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -18980,8 +19026,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
18980
19026
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
18981
19027
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
18982
19028
|
method = method || "POST";
|
|
18983
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
18984
|
-
"0.1.
|
|
19029
|
+
var headers = {"Content-Type":contentType}, version = "0.1.384";
|
|
19030
|
+
"0.1.384" === version && (version = "latest");
|
|
18985
19031
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
18986
19032
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
18987
19033
|
if (null != authToken) {
|
|
@@ -26538,28 +26584,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26538
26584
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26539
26585
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26540
26586
|
(function() {
|
|
26541
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26542
|
-
orderedParamLists = [["name"
|
|
26543
|
-
"collection opt_description
|
|
26544
|
-
"
|
|
26545
|
-
"
|
|
26546
|
-
["
|
|
26547
|
-
|
|
26548
|
-
|
|
26549
|
-
"
|
|
26550
|
-
"namedArgs"], [
|
|
26551
|
-
"
|
|
26552
|
-
"
|
|
26553
|
-
|
|
26554
|
-
[
|
|
26555
|
-
module$contents$ee$batch_Export.table.
|
|
26556
|
-
ee.
|
|
26557
|
-
ee.
|
|
26558
|
-
ee.data.
|
|
26559
|
-
ee.
|
|
26560
|
-
ee.
|
|
26561
|
-
ee.
|
|
26562
|
-
ee.
|
|
26587
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction.lookup ee.ApiFunction._apply ee.batch.Export.table.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toDrive ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toAsset ee.batch.Export.video.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.classifier.toAsset ee.Collection.prototype.filter ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.iterate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.cancelTask ee.data.setDefaultWorkloadTag ee.data.getThumbId ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.startIngestion ee.data.resetWorkloadTag ee.data.updateAsset ee.data.updateTask ee.data.getFilmstripThumbId ee.data.startProcessing ee.data.createFolder ee.data.makeThumbUrl ee.data.getList ee.data.setAssetAcl ee.data.authenticateViaOauth ee.data.renameAsset ee.data.listAssets ee.data.getMapId ee.data.getTaskList ee.data.setAssetProperties ee.data.getDownloadId ee.data.copyAsset ee.data.makeDownloadUrl ee.data.authenticate ee.data.getTileUrl ee.data.startTableIngestion ee.data.getTaskListWithLimit ee.data.listImages ee.data.deleteAsset ee.data.listOperations ee.data.getAssetRootQuota ee.data.cancelOperation ee.data.getTableDownloadId ee.data.listBuckets ee.data.getAssetAcl ee.data.authenticateViaPopup ee.data.makeTableDownloadUrl ee.data.getFeatureViewTilesKey ee.data.getWorkloadTag ee.data.getAsset ee.data.getAssetRoots ee.data.getOperation ee.data.listFeatures ee.data.getInfo ee.data.authenticateViaPrivateKey ee.data.newTaskId ee.data.createAssetHome ee.data.createAsset ee.data.setWorkloadTag ee.data.computeValue ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Dictionary ee.apply ee.TILE_SIZE ee.initialize ee.call ee.reset ee.InitState ee.Algorithms ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.Filter.lte ee.Filter.gte ee.Filter.prototype.not ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Filter.gt ee.Filter.neq ee.Filter.lt ee.Filter.inList ee.Filter.or ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.LineString ee.Geometry.Rectangle ee.Geometry.Point ee.Geometry.Polygon ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Geometry ee.Image.cat ee.Image.prototype.select ee.Image.prototype.getThumbURL ee.Image.rgb ee.Image ee.Image.prototype.clip ee.Image.prototype.getMap ee.Image.prototype.getMapId ee.Image.prototype.expression ee.Image.prototype.getDownloadURL ee.Image.prototype.getThumbId ee.Image.prototype.rename ee.Image.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.ImageCollection.prototype.getInfo ee.List ee.Number ee.Serializer.encodeCloudApi ee.Serializer.toJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.String ee.Terrain".split(" "),
|
|
26588
|
+
orderedParamLists = [["name", "var_args"], ["name"], ["name", "namedArgs"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
|
|
26589
|
+
"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "),
|
|
26590
|
+
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), ["collection", "opt_description", "opt_assetId",
|
|
26591
|
+
"opt_maxVertices"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), ["classifier", "opt_description", "opt_assetId"], ["filter"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"],
|
|
26592
|
+
["name", "operator", "value"], ["geometry"], ["start", "opt_end"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["func", "var_args"], ["callback"], ["opt_callback"], ["legacy"], ["taskId", "opt_callback"], ["tag"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "request", "opt_callback"], ["opt_resetDefault"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "action", "opt_callback"], ["params", "opt_callback"], ["taskId",
|
|
26593
|
+
"params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["sourceId", "destinationId", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["assetId", "properties", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite",
|
|
26594
|
+
"opt_callback"], ["id"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id", "x", "y", "z"], ["taskId", "request", "opt_callback"], ["opt_limit", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "opt_callback"], ["opt_limit", "opt_callback"], ["rootId", "opt_callback"], ["operationName", "opt_callback"], ["params", "opt_callback"], ["project", "opt_callback"], ["assetId", "opt_callback"], ["opt_success", "opt_error"], ["id"], ["params",
|
|
26595
|
+
"opt_callback"], [], ["id", "opt_callback"], ["opt_callback"], ["operationName", "opt_callback"], ["asset", "params", "opt_callback"], ["id", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_count", "opt_callback"], ["requestedId", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["tag"], ["obj", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func",
|
|
26596
|
+
"namedArgs"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], [], [], [], ["var_args"], [], ["geometry", "opt_properties"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["propertySelectors", "opt_newProperties",
|
|
26597
|
+
"opt_retainGeometry"], ["name", "value"], ["name", "value"], [], ["opt_filter"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["var_args"], ["var_args"], ["namedArgs"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords",
|
|
26598
|
+
"opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["var_args"], ["var_args"], ["params", "opt_callback"], ["r", "g", "b"], ["opt_args"], ["geometry"], ["opt_visParams",
|
|
26599
|
+
"opt_callback"], ["opt_visParams", "opt_callback"], ["expression", "opt_map"], ["params", "opt_callback"], ["params", "opt_callback"], ["var_args"], ["opt_callback"], ["selectors", "opt_names"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["params", "opt_callback"], [], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["args"], ["opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"],
|
|
26600
|
+
["obj"], ["obj", "opt_isCompound"], ["obj"], ["string"], []];
|
|
26601
|
+
[ee.ApiFunction._call, ee.ApiFunction.lookup, ee.ApiFunction._apply, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.image.toAsset,
|
|
26602
|
+
module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.classifier.toAsset, ee.Collection.prototype.filter, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterDate, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.ComputedObject.prototype.aside,
|
|
26603
|
+
ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.cancelTask, ee.data.setDefaultWorkloadTag, ee.data.getThumbId, ee.data.getVideoThumbId, ee.data.getTaskStatus, ee.data.startIngestion, ee.data.resetWorkloadTag, ee.data.updateAsset, ee.data.updateTask, ee.data.getFilmstripThumbId, ee.data.startProcessing, ee.data.createFolder, ee.data.makeThumbUrl, ee.data.getList, ee.data.setAssetAcl, ee.data.authenticateViaOauth, ee.data.renameAsset,
|
|
26604
|
+
ee.data.listAssets, ee.data.getMapId, ee.data.getTaskList, ee.data.setAssetProperties, ee.data.getDownloadId, ee.data.copyAsset, ee.data.makeDownloadUrl, ee.data.authenticate, ee.data.getTileUrl, ee.data.startTableIngestion, ee.data.getTaskListWithLimit, ee.data.listImages, ee.data.deleteAsset, ee.data.listOperations, ee.data.getAssetRootQuota, ee.data.cancelOperation, ee.data.getTableDownloadId, ee.data.listBuckets, ee.data.getAssetAcl, ee.data.authenticateViaPopup, ee.data.makeTableDownloadUrl,
|
|
26605
|
+
ee.data.getFeatureViewTilesKey, ee.data.getWorkloadTag, ee.data.getAsset, ee.data.getAssetRoots, ee.data.getOperation, ee.data.listFeatures, ee.data.getInfo, ee.data.authenticateViaPrivateKey, ee.data.newTaskId, ee.data.createAssetHome, ee.data.createAsset, ee.data.setWorkloadTag, ee.data.computeValue, ee.Date, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Dictionary, ee.apply, ee.TILE_SIZE, ee.initialize, ee.call, ee.reset,
|
|
26606
|
+
ee.InitState, ee.Algorithms, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.FeatureCollection, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.Filter.lte, ee.Filter.gte, ee.Filter.prototype.not, ee.Filter, ee.Filter.eq, ee.Filter.date,
|
|
26607
|
+
ee.Filter.metadata, ee.Filter.bounds, ee.Filter.and, ee.Filter.gt, ee.Filter.neq, ee.Filter.lt, ee.Filter.inList, ee.Filter.or, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.LineString, ee.Geometry.Rectangle, ee.Geometry.Point, ee.Geometry.Polygon, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry.MultiLineString, ee.Geometry.prototype.toGeoJSON, ee.Geometry,
|
|
26608
|
+
ee.Image.cat, ee.Image.prototype.select, ee.Image.prototype.getThumbURL, ee.Image.rgb, ee.Image, ee.Image.prototype.clip, ee.Image.prototype.getMap, ee.Image.prototype.getMapId, ee.Image.prototype.expression, ee.Image.prototype.getDownloadURL, ee.Image.prototype.getThumbId, ee.Image.prototype.rename, ee.Image.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getMap,
|
|
26609
|
+
ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.ImageCollection.prototype.getInfo, ee.List, ee.Number, ee.Serializer.encodeCloudApi, ee.Serializer.toJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26563
26610
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26564
26611
|
});
|
|
26565
26612
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|