@google/earthengine 0.1.379 → 0.1.382
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 +5 -5
- package/.tmp/VERSION_BUILD +2 -2
- package/build/browser.js +317 -216
- package/build/ee_api_js.js +501 -500
- package/build/ee_api_js_debug.js +295 -194
- package/build/ee_api_js_npm.js +317 -216
- package/build/main.js +317 -216
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/feature.js +25 -7
- package/src/featurecollection.js +29 -11
- package/src/image.js +18 -2
- package/src/imagecollection.js +24 -7
- package/test/ee_test.js +2 -2
package/build/main.js
CHANGED
|
@@ -2455,8 +2455,7 @@ goog.debug.normalizeErrorObject = function(err) {
|
|
|
2455
2455
|
}
|
|
2456
2456
|
return {message:message, name:err.name || "UnknownError", lineNumber:lineNumber, fileName:fileName, stack:stack || "Not available"};
|
|
2457
2457
|
}
|
|
2458
|
-
err.
|
|
2459
|
-
return {message:err.message, name:err.name, lineNumber:err.lineNumber, fileName:err.fileName, stack:err.stack};
|
|
2458
|
+
return {message:err.message, name:err.name, lineNumber:err.lineNumber, fileName:err.fileName, stack:stack};
|
|
2460
2459
|
};
|
|
2461
2460
|
goog.debug.serializeErrorStack_ = function(e, seen) {
|
|
2462
2461
|
seen || (seen = {});
|
|
@@ -6064,7 +6063,7 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
|
|
|
6064
6063
|
};
|
|
6065
6064
|
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;
|
|
6066
6065
|
function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
|
|
6067
|
-
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$
|
|
6066
|
+
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$m1892927425$0 = {}; !$jscomp$key$key.done; $jscomp$loop$m1892927425$0 = {mapMetadata:$jscomp$loop$m1892927425$0.mapMetadata},
|
|
6068
6067
|
$jscomp$key$key = $jscomp$iter$19.next()) {
|
|
6069
6068
|
var key = $jscomp$key$key.value, value = valueGetter(key, source);
|
|
6070
6069
|
if (null != value) {
|
|
@@ -6077,11 +6076,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
6077
6076
|
} else if (objects.hasOwnProperty(key)) {
|
|
6078
6077
|
copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
|
|
6079
6078
|
} else if (objectMaps.hasOwnProperty(key)) {
|
|
6080
|
-
$jscomp$loop$
|
|
6079
|
+
$jscomp$loop$m1892927425$0.mapMetadata = objectMaps[key], copy = $jscomp$loop$m1892927425$0.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m1892927425$0) {
|
|
6081
6080
|
return function(v) {
|
|
6082
|
-
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$
|
|
6081
|
+
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m1892927425$0.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6083
6082
|
};
|
|
6084
|
-
}($jscomp$loop$
|
|
6083
|
+
}($jscomp$loop$m1892927425$0)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m1892927425$0.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6085
6084
|
} else if (Array.isArray(value)) {
|
|
6086
6085
|
if (metadata.emptyArrayIsUnset && 0 === value.length) {
|
|
6087
6086
|
continue;
|
|
@@ -6127,39 +6126,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
|
|
|
6127
6126
|
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))) {
|
|
6128
6127
|
return !1;
|
|
6129
6128
|
}
|
|
6130
|
-
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$key = $jscomp$iter$21.next(), $jscomp$loop$
|
|
6129
|
+
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$key = $jscomp$iter$21.next(), $jscomp$loop$m1892927425$1 = {}; !$jscomp$key$key.done; $jscomp$loop$m1892927425$1 = {value2$jscomp$7:$jscomp$loop$m1892927425$1.value2$jscomp$7, mapMetadata$jscomp$2:$jscomp$loop$m1892927425$1.mapMetadata$jscomp$2}, $jscomp$key$key = $jscomp$iter$21.next()) {
|
|
6131
6130
|
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);
|
|
6132
6131
|
if (has1 !== has2) {
|
|
6133
6132
|
return !1;
|
|
6134
6133
|
}
|
|
6135
6134
|
if (has1) {
|
|
6136
6135
|
var value1 = serializable1.Serializable$get(key);
|
|
6137
|
-
$jscomp$loop$
|
|
6136
|
+
$jscomp$loop$m1892927425$1.value2$jscomp$7 = serializable2.Serializable$get(key);
|
|
6138
6137
|
if (arrays1.hasOwnProperty(key)) {
|
|
6139
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6138
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$1.value2$jscomp$7, !0, !0)) {
|
|
6140
6139
|
return !1;
|
|
6141
6140
|
}
|
|
6142
6141
|
} else if (objects1.hasOwnProperty(key)) {
|
|
6143
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6142
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$1.value2$jscomp$7, !1, !0)) {
|
|
6144
6143
|
return !1;
|
|
6145
6144
|
}
|
|
6146
6145
|
} else if (objectMaps1.hasOwnProperty(key)) {
|
|
6147
|
-
if ($jscomp$loop$
|
|
6148
|
-
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$
|
|
6146
|
+
if ($jscomp$loop$m1892927425$1.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m1892927425$1.mapMetadata$jscomp$2.isPropertyArray) {
|
|
6147
|
+
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m1892927425$1.value2$jscomp$7) || value1.some(function($jscomp$loop$m1892927425$1) {
|
|
6149
6148
|
return function(v1, i) {
|
|
6150
|
-
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$
|
|
6149
|
+
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m1892927425$1.value2$jscomp$7[i], $jscomp$loop$m1892927425$1.mapMetadata$jscomp$2);
|
|
6151
6150
|
};
|
|
6152
|
-
}($jscomp$loop$
|
|
6151
|
+
}($jscomp$loop$m1892927425$1))) {
|
|
6153
6152
|
return !1;
|
|
6154
6153
|
}
|
|
6155
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$
|
|
6154
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m1892927425$1.value2$jscomp$7, $jscomp$loop$m1892927425$1.mapMetadata$jscomp$2)) {
|
|
6156
6155
|
return !1;
|
|
6157
6156
|
}
|
|
6158
6157
|
} else if (Array.isArray(value1)) {
|
|
6159
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6158
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$1.value2$jscomp$7, !0, !1)) {
|
|
6160
6159
|
return !1;
|
|
6161
6160
|
}
|
|
6162
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6161
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$1.value2$jscomp$7, !1, !1)) {
|
|
6163
6162
|
return !1;
|
|
6164
6163
|
}
|
|
6165
6164
|
}
|
|
@@ -7364,37 +7363,151 @@ module$contents$goog$html$SafeHtml_SafeHtml.BR = function() {
|
|
|
7364
7363
|
return module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse("<br>");
|
|
7365
7364
|
}();
|
|
7366
7365
|
goog.html.SafeHtml = module$contents$goog$html$SafeHtml_SafeHtml;
|
|
7367
|
-
|
|
7368
|
-
|
|
7369
|
-
|
|
7370
|
-
|
|
7371
|
-
|
|
7372
|
-
};
|
|
7373
|
-
goog
|
|
7374
|
-
|
|
7375
|
-
|
|
7376
|
-
|
|
7377
|
-
|
|
7378
|
-
goog
|
|
7379
|
-
|
|
7380
|
-
|
|
7381
|
-
|
|
7382
|
-
|
|
7383
|
-
|
|
7384
|
-
|
|
7385
|
-
|
|
7386
|
-
|
|
7387
|
-
|
|
7388
|
-
|
|
7389
|
-
|
|
7390
|
-
|
|
7391
|
-
return goog
|
|
7392
|
-
}
|
|
7393
|
-
|
|
7394
|
-
|
|
7395
|
-
|
|
7396
|
-
|
|
7397
|
-
|
|
7366
|
+
/*
|
|
7367
|
+
|
|
7368
|
+
SPDX-License-Identifier: Apache-2.0
|
|
7369
|
+
*/
|
|
7370
|
+
var module$contents$safevalues$environment$dev_module = module$contents$safevalues$environment$dev_module || {id:"third_party/javascript/safevalues/environment/dev.closure.js"};
|
|
7371
|
+
var module$exports$goog$html$internals = {};
|
|
7372
|
+
module$exports$goog$html$internals.createSafeHtml = module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse;
|
|
7373
|
+
module$exports$goog$html$internals.createSafeScript = module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse;
|
|
7374
|
+
module$exports$goog$html$internals.createSafeStyle = module$contents$goog$html$SafeStyle_SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse;
|
|
7375
|
+
module$exports$goog$html$internals.createSafeStyleSheet = module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrElse;
|
|
7376
|
+
module$exports$goog$html$internals.createSafeUrl = goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse;
|
|
7377
|
+
module$exports$goog$html$internals.createTrustedResourceUrl = goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse;
|
|
7378
|
+
var module$exports$safevalues$internals$html_impl = {}, module$contents$safevalues$internals$html_impl_module = module$contents$safevalues$internals$html_impl_module || {id:"third_party/javascript/safevalues/internals/html_impl.closure.js"};
|
|
7379
|
+
module$exports$safevalues$internals$html_impl.SafeHtml = module$contents$goog$html$SafeHtml_SafeHtml;
|
|
7380
|
+
function module$contents$safevalues$internals$html_impl_createHtmlInternal(html) {
|
|
7381
|
+
return (0,module$exports$goog$html$internals.createSafeHtml)(html);
|
|
7382
|
+
}
|
|
7383
|
+
module$exports$safevalues$internals$html_impl.createHtmlInternal = module$contents$safevalues$internals$html_impl_createHtmlInternal;
|
|
7384
|
+
module$exports$safevalues$internals$html_impl.EMPTY_HTML = module$contents$goog$html$SafeHtml_SafeHtml.EMPTY;
|
|
7385
|
+
function module$contents$safevalues$internals$html_impl_isHtml(value) {
|
|
7386
|
+
return value instanceof module$contents$goog$html$SafeHtml_SafeHtml;
|
|
7387
|
+
}
|
|
7388
|
+
module$exports$safevalues$internals$html_impl.isHtml = module$contents$safevalues$internals$html_impl_isHtml;
|
|
7389
|
+
function module$contents$safevalues$internals$html_impl_unwrapHtml(value) {
|
|
7390
|
+
return module$contents$goog$html$SafeHtml_SafeHtml.unwrapTrustedHTML(value);
|
|
7391
|
+
}
|
|
7392
|
+
module$exports$safevalues$internals$html_impl.unwrapHtml = module$contents$safevalues$internals$html_impl_unwrapHtml;
|
|
7393
|
+
var module$exports$safevalues$internals$resource_url_impl = {}, module$contents$safevalues$internals$resource_url_impl_module = module$contents$safevalues$internals$resource_url_impl_module || {id:"third_party/javascript/safevalues/internals/resource_url_impl.closure.js"};
|
|
7394
|
+
module$exports$safevalues$internals$resource_url_impl.TrustedResourceUrl = goog.html.TrustedResourceUrl;
|
|
7395
|
+
function module$contents$safevalues$internals$resource_url_impl_createResourceUrlInternal(url) {
|
|
7396
|
+
return (0,goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse)(url);
|
|
7397
|
+
}
|
|
7398
|
+
module$exports$safevalues$internals$resource_url_impl.createResourceUrlInternal = module$contents$safevalues$internals$resource_url_impl_createResourceUrlInternal;
|
|
7399
|
+
function module$contents$safevalues$internals$resource_url_impl_isResourceUrl(value) {
|
|
7400
|
+
return value instanceof goog.html.TrustedResourceUrl;
|
|
7401
|
+
}
|
|
7402
|
+
module$exports$safevalues$internals$resource_url_impl.isResourceUrl = module$contents$safevalues$internals$resource_url_impl_isResourceUrl;
|
|
7403
|
+
function module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(value) {
|
|
7404
|
+
return goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(value);
|
|
7405
|
+
}
|
|
7406
|
+
module$exports$safevalues$internals$resource_url_impl.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
|
|
7407
|
+
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"};
|
|
7408
|
+
module$exports$safevalues$internals$script_impl.SafeScript = module$contents$goog$html$SafeScript_SafeScript;
|
|
7409
|
+
function module$contents$safevalues$internals$script_impl_createScriptInternal(script) {
|
|
7410
|
+
return (0,module$exports$goog$html$internals.createSafeScript)(script);
|
|
7411
|
+
}
|
|
7412
|
+
module$exports$safevalues$internals$script_impl.createScriptInternal = module$contents$safevalues$internals$script_impl_createScriptInternal;
|
|
7413
|
+
module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT = module$contents$goog$html$SafeScript_SafeScript.EMPTY;
|
|
7414
|
+
function module$contents$safevalues$internals$script_impl_isScript(value) {
|
|
7415
|
+
return value instanceof module$contents$goog$html$SafeScript_SafeScript;
|
|
7416
|
+
}
|
|
7417
|
+
module$exports$safevalues$internals$script_impl.isScript = module$contents$safevalues$internals$script_impl_isScript;
|
|
7418
|
+
function module$contents$safevalues$internals$script_impl_unwrapScript(value) {
|
|
7419
|
+
return module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript(value);
|
|
7420
|
+
}
|
|
7421
|
+
module$exports$safevalues$internals$script_impl.unwrapScript = module$contents$safevalues$internals$script_impl_unwrapScript;
|
|
7422
|
+
var module$exports$safevalues$internals$style_impl = {}, module$contents$safevalues$internals$style_impl_module = module$contents$safevalues$internals$style_impl_module || {id:"third_party/javascript/safevalues/internals/style_impl.closure.js"};
|
|
7423
|
+
module$exports$safevalues$internals$style_impl.SafeStyle = module$contents$goog$html$SafeStyle_SafeStyle;
|
|
7424
|
+
function module$contents$safevalues$internals$style_impl_createStyleInternal(style) {
|
|
7425
|
+
return (0,module$exports$goog$html$internals.createSafeStyle)(style);
|
|
7426
|
+
}
|
|
7427
|
+
module$exports$safevalues$internals$style_impl.createStyleInternal = module$contents$safevalues$internals$style_impl_createStyleInternal;
|
|
7428
|
+
function module$contents$safevalues$internals$style_impl_isStyle(value) {
|
|
7429
|
+
return value instanceof module$contents$goog$html$SafeStyle_SafeStyle;
|
|
7430
|
+
}
|
|
7431
|
+
module$exports$safevalues$internals$style_impl.isStyle = module$contents$safevalues$internals$style_impl_isStyle;
|
|
7432
|
+
function module$contents$safevalues$internals$style_impl_unwrapStyle(value) {
|
|
7433
|
+
return module$contents$goog$html$SafeStyle_SafeStyle.unwrap(value);
|
|
7434
|
+
}
|
|
7435
|
+
module$exports$safevalues$internals$style_impl.unwrapStyle = module$contents$safevalues$internals$style_impl_unwrapStyle;
|
|
7436
|
+
var module$exports$safevalues$internals$style_sheet_impl = {}, module$contents$safevalues$internals$style_sheet_impl_module = module$contents$safevalues$internals$style_sheet_impl_module || {id:"third_party/javascript/safevalues/internals/style_sheet_impl.closure.js"};
|
|
7437
|
+
module$exports$safevalues$internals$style_sheet_impl.SafeStyleSheet = module$contents$goog$html$SafeStyleSheet_SafeStyleSheet;
|
|
7438
|
+
function module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(styleSheet) {
|
|
7439
|
+
return (0,module$exports$goog$html$internals.createSafeStyleSheet)(styleSheet);
|
|
7440
|
+
}
|
|
7441
|
+
module$exports$safevalues$internals$style_sheet_impl.createStyleSheetInternal = module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal;
|
|
7442
|
+
function module$contents$safevalues$internals$style_sheet_impl_isStyleSheet(value) {
|
|
7443
|
+
return value instanceof module$contents$goog$html$SafeStyleSheet_SafeStyleSheet;
|
|
7444
|
+
}
|
|
7445
|
+
module$exports$safevalues$internals$style_sheet_impl.isStyleSheet = module$contents$safevalues$internals$style_sheet_impl_isStyleSheet;
|
|
7446
|
+
function module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet(value) {
|
|
7447
|
+
return module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.unwrap(value);
|
|
7448
|
+
}
|
|
7449
|
+
module$exports$safevalues$internals$style_sheet_impl.unwrapStyleSheet = module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet;
|
|
7450
|
+
var module$exports$safevalues$internals$url_impl = {}, module$contents$safevalues$internals$url_impl_module = module$contents$safevalues$internals$url_impl_module || {id:"third_party/javascript/safevalues/internals/url_impl.closure.js"};
|
|
7451
|
+
module$exports$safevalues$internals$url_impl.SafeUrl = goog.html.SafeUrl;
|
|
7452
|
+
function module$contents$safevalues$internals$url_impl_createUrlInternal(url) {
|
|
7453
|
+
return (0,goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse)(url);
|
|
7454
|
+
}
|
|
7455
|
+
module$exports$safevalues$internals$url_impl.createUrlInternal = module$contents$safevalues$internals$url_impl_createUrlInternal;
|
|
7456
|
+
module$exports$safevalues$internals$url_impl.ABOUT_BLANK = goog.html.SafeUrl.ABOUT_BLANK;
|
|
7457
|
+
module$exports$safevalues$internals$url_impl.INNOCUOUS_URL = goog.html.SafeUrl.INNOCUOUS_URL;
|
|
7458
|
+
function module$contents$safevalues$internals$url_impl_isUrl(value) {
|
|
7459
|
+
return value instanceof goog.html.SafeUrl;
|
|
7460
|
+
}
|
|
7461
|
+
module$exports$safevalues$internals$url_impl.isUrl = module$contents$safevalues$internals$url_impl_isUrl;
|
|
7462
|
+
function module$contents$safevalues$internals$url_impl_unwrapUrl(value) {
|
|
7463
|
+
return goog.html.SafeUrl.unwrap(value);
|
|
7464
|
+
}
|
|
7465
|
+
module$exports$safevalues$internals$url_impl.unwrapUrl = module$contents$safevalues$internals$url_impl_unwrapUrl;
|
|
7466
|
+
var module$exports$safevalues$restricted$reviewed = {}, module$contents$safevalues$restricted$reviewed_module = module$contents$safevalues$restricted$reviewed_module || {id:"third_party/javascript/safevalues/restricted/reviewed.closure.js"};
|
|
7467
|
+
function module$contents$safevalues$restricted$reviewed_assertValidJustification(justification) {
|
|
7468
|
+
if ("string" !== typeof justification || "" === justification.trim()) {
|
|
7469
|
+
var errMsg;
|
|
7470
|
+
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");
|
|
7471
|
+
}
|
|
7472
|
+
}
|
|
7473
|
+
function module$contents$safevalues$restricted$reviewed_htmlSafeByReview(html, justification) {
|
|
7474
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(justification);
|
|
7475
|
+
return module$contents$safevalues$internals$html_impl_createHtmlInternal(html);
|
|
7476
|
+
}
|
|
7477
|
+
module$exports$safevalues$restricted$reviewed.htmlSafeByReview = module$contents$safevalues$restricted$reviewed_htmlSafeByReview;
|
|
7478
|
+
function module$contents$safevalues$restricted$reviewed_scriptSafeByReview(script, justification) {
|
|
7479
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(justification);
|
|
7480
|
+
return module$contents$safevalues$internals$script_impl_createScriptInternal(script);
|
|
7481
|
+
}
|
|
7482
|
+
module$exports$safevalues$restricted$reviewed.scriptSafeByReview = module$contents$safevalues$restricted$reviewed_scriptSafeByReview;
|
|
7483
|
+
function module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview(url, justification) {
|
|
7484
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(justification);
|
|
7485
|
+
return module$contents$safevalues$internals$resource_url_impl_createResourceUrlInternal(url);
|
|
7486
|
+
}
|
|
7487
|
+
module$exports$safevalues$restricted$reviewed.resourceUrlSafeByReview = module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview;
|
|
7488
|
+
function module$contents$safevalues$restricted$reviewed_urlSafeByReview(url, justification) {
|
|
7489
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(justification);
|
|
7490
|
+
return module$contents$safevalues$internals$url_impl_createUrlInternal(url);
|
|
7491
|
+
}
|
|
7492
|
+
module$exports$safevalues$restricted$reviewed.urlSafeByReview = module$contents$safevalues$restricted$reviewed_urlSafeByReview;
|
|
7493
|
+
function module$contents$safevalues$restricted$reviewed_styleSafeByReview(style, justification) {
|
|
7494
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(justification);
|
|
7495
|
+
return module$contents$safevalues$internals$style_impl_createStyleInternal(style);
|
|
7496
|
+
}
|
|
7497
|
+
module$exports$safevalues$restricted$reviewed.styleSafeByReview = module$contents$safevalues$restricted$reviewed_styleSafeByReview;
|
|
7498
|
+
function module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview(stylesheet, justification) {
|
|
7499
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(justification);
|
|
7500
|
+
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(stylesheet);
|
|
7501
|
+
}
|
|
7502
|
+
module$exports$safevalues$restricted$reviewed.styleSheetSafeByReview = module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview;
|
|
7503
|
+
var safevalues = {restricted:{}};
|
|
7504
|
+
safevalues.restricted.reviewed = {};
|
|
7505
|
+
safevalues.restricted.reviewed.htmlSafeByReview = module$contents$safevalues$restricted$reviewed_htmlSafeByReview;
|
|
7506
|
+
safevalues.restricted.reviewed.scriptSafeByReview = module$contents$safevalues$restricted$reviewed_scriptSafeByReview;
|
|
7507
|
+
safevalues.restricted.reviewed.resourceUrlSafeByReview = module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview;
|
|
7508
|
+
safevalues.restricted.reviewed.urlSafeByReview = module$contents$safevalues$restricted$reviewed_urlSafeByReview;
|
|
7509
|
+
safevalues.restricted.reviewed.styleSafeByReview = module$contents$safevalues$restricted$reviewed_styleSafeByReview;
|
|
7510
|
+
safevalues.restricted.reviewed.styleSheetSafeByReview = module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview;
|
|
7398
7511
|
goog.dom.safe = {};
|
|
7399
7512
|
goog.dom.safe.InsertAdjacentHtmlPosition = {AFTERBEGIN:"afterbegin", AFTEREND:"afterend", BEFOREBEGIN:"beforebegin", BEFOREEND:"beforeend"};
|
|
7400
7513
|
goog.dom.safe.insertAdjacentHtml = function(node, position, html) {
|
|
@@ -7430,7 +7543,7 @@ goog.dom.safe.setInnerHtml = function(elem, html) {
|
|
|
7430
7543
|
goog.dom.safe.unsafeSetInnerHtmlDoNotUseOrElse(elem, html);
|
|
7431
7544
|
};
|
|
7432
7545
|
goog.dom.safe.setInnerHtmlFromConstant = function(element, constHtml) {
|
|
7433
|
-
goog.dom.safe.setInnerHtml(element,
|
|
7546
|
+
goog.dom.safe.setInnerHtml(element, module$contents$safevalues$restricted$reviewed_htmlSafeByReview(goog.string.Const.unwrap(constHtml), "Constant HTML to be immediatelly used."));
|
|
7434
7547
|
};
|
|
7435
7548
|
goog.dom.safe.setOuterHtml = function(elem, html) {
|
|
7436
7549
|
elem.outerHTML = module$contents$goog$html$SafeHtml_SafeHtml.unwrapTrustedHTML(html);
|
|
@@ -7704,7 +7817,7 @@ goog.string.unescapeEntitiesUsingDom_ = function(str, opt_document) {
|
|
|
7704
7817
|
var n = Number("0" + entity.slice(1));
|
|
7705
7818
|
isNaN(n) || (value = String.fromCharCode(n));
|
|
7706
7819
|
}
|
|
7707
|
-
value || (goog.dom.safe.setInnerHtml(div,
|
|
7820
|
+
value || (goog.dom.safe.setInnerHtml(div, module$contents$safevalues$restricted$reviewed_htmlSafeByReview(s + " ", "Single HTML entity.")), value = div.firstChild.nodeValue.slice(0, -1));
|
|
7708
7821
|
return seen[s] = value;
|
|
7709
7822
|
});
|
|
7710
7823
|
};
|
|
@@ -14903,7 +15016,7 @@ goog.dom.createTable_ = function(doc, rows, columns, fillWithNbsp) {
|
|
|
14903
15016
|
return table;
|
|
14904
15017
|
};
|
|
14905
15018
|
goog.dom.constHtmlToNode = function(var_args) {
|
|
14906
|
-
var stringArray = Array.prototype.map.call(arguments, goog.string.Const.unwrap), safeHtml =
|
|
15019
|
+
var stringArray = Array.prototype.map.call(arguments, goog.string.Const.unwrap), safeHtml = module$contents$safevalues$restricted$reviewed_htmlSafeByReview(stringArray.join(""), "Constant HTML string, that gets turned into a Node later, so it will be automatically balanced.");
|
|
14907
15020
|
return goog.dom.safeHtmlToNode(safeHtml);
|
|
14908
15021
|
};
|
|
14909
15022
|
goog.dom.safeHtmlToNode = function(html) {
|
|
@@ -17395,13 +17508,8 @@ goog.net.XhrIo.prototype.formatMsg_ = function(msg) {
|
|
|
17395
17508
|
goog.debug.entryPointRegistry.register(function(transformer) {
|
|
17396
17509
|
goog.net.XhrIo.prototype.onReadyStateChangeEntryPoint_ = transformer(goog.net.XhrIo.prototype.onReadyStateChangeEntryPoint_);
|
|
17397
17510
|
});
|
|
17398
|
-
/*
|
|
17399
|
-
|
|
17400
|
-
SPDX-License-Identifier: Apache-2.0
|
|
17401
|
-
*/
|
|
17402
17511
|
var module$exports$safevalues$builders$sensitive_attributes = {}, module$contents$safevalues$builders$sensitive_attributes_module = module$contents$safevalues$builders$sensitive_attributes_module || {id:"third_party/javascript/safevalues/builders/sensitive_attributes.closure.js"};
|
|
17403
17512
|
module$exports$safevalues$builders$sensitive_attributes.SECURITY_SENSITIVE_ATTRIBUTES = "src srcdoc codebase data href rel action formaction sandbox cite poster icon".split(" ");
|
|
17404
|
-
var module$contents$safevalues$environment$dev_module = module$contents$safevalues$environment$dev_module || {id:"third_party/javascript/safevalues/environment/dev.closure.js"};
|
|
17405
17513
|
var module$exports$safevalues$internals$secrets = {}, module$contents$safevalues$internals$secrets_module = module$contents$safevalues$internals$secrets_module || {id:"third_party/javascript/safevalues/internals/secrets.closure.js"};
|
|
17406
17514
|
module$exports$safevalues$internals$secrets.secretToken = {};
|
|
17407
17515
|
function module$contents$safevalues$internals$secrets_ensureTokenIsValid(token) {
|
|
@@ -17434,8 +17542,8 @@ function module$contents$safevalues$internals$attribute_impl_unwrapAttributePref
|
|
|
17434
17542
|
throw Error(message);
|
|
17435
17543
|
}
|
|
17436
17544
|
module$exports$safevalues$internals$attribute_impl.unwrapAttributePrefix = module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix;
|
|
17437
|
-
var $jscomp$templatelit$
|
|
17438
|
-
["\\0"]), $jscomp$templatelit$
|
|
17545
|
+
var $jscomp$templatelit$m425881384$0 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$m425881384$1 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\0"]), $jscomp$templatelit$m425881384$2 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$m425881384$3 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), $jscomp$templatelit$m425881384$4 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$m425881384$5 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"],
|
|
17546
|
+
["\\0"]), $jscomp$templatelit$m425881384$6 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$m425881384$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"};
|
|
17439
17547
|
function module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, numExprs) {
|
|
17440
17548
|
if (!module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) || numExprs + 1 !== templateObj.length) {
|
|
17441
17549
|
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 ##############################");
|
|
@@ -17449,14 +17557,14 @@ function module$contents$safevalues$internals$string_literal_checkTranspiled(fn)
|
|
|
17449
17557
|
return -1 === fn.toString().indexOf("`");
|
|
17450
17558
|
}
|
|
17451
17559
|
var module$contents$safevalues$internals$string_literal_isTranspiled = module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17452
|
-
return tag($jscomp$templatelit$
|
|
17560
|
+
return tag($jscomp$templatelit$m425881384$0);
|
|
17453
17561
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17454
|
-
return tag($jscomp$templatelit$
|
|
17562
|
+
return tag($jscomp$templatelit$m425881384$1);
|
|
17455
17563
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17456
|
-
return tag($jscomp$templatelit$
|
|
17564
|
+
return tag($jscomp$templatelit$m425881384$2);
|
|
17457
17565
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
17458
|
-
return tag($jscomp$templatelit$
|
|
17459
|
-
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$
|
|
17566
|
+
return tag($jscomp$templatelit$m425881384$3);
|
|
17567
|
+
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$4) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$5) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$6) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$7);
|
|
17460
17568
|
function module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) {
|
|
17461
17569
|
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)) ?
|
|
17462
17570
|
!0 : !1;
|
|
@@ -17477,29 +17585,7 @@ function module$contents$safevalues$builders$attribute_builders_safeAttrPrefix(t
|
|
|
17477
17585
|
}
|
|
17478
17586
|
return module$contents$safevalues$internals$attribute_impl_createAttributePrefixInternal(attrPrefix);
|
|
17479
17587
|
}
|
|
17480
|
-
;var module$
|
|
17481
|
-
module$exports$goog$html$internals.createSafeHtml = module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse;
|
|
17482
|
-
module$exports$goog$html$internals.createSafeScript = module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse;
|
|
17483
|
-
module$exports$goog$html$internals.createSafeStyle = module$contents$goog$html$SafeStyle_SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse;
|
|
17484
|
-
module$exports$goog$html$internals.createSafeStyleSheet = module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrElse;
|
|
17485
|
-
module$exports$goog$html$internals.createSafeUrl = goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse;
|
|
17486
|
-
module$exports$goog$html$internals.createTrustedResourceUrl = goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse;
|
|
17487
|
-
var module$exports$safevalues$internals$html_impl = {}, module$contents$safevalues$internals$html_impl_module = module$contents$safevalues$internals$html_impl_module || {id:"third_party/javascript/safevalues/internals/html_impl.closure.js"};
|
|
17488
|
-
module$exports$safevalues$internals$html_impl.SafeHtml = module$contents$goog$html$SafeHtml_SafeHtml;
|
|
17489
|
-
function module$contents$safevalues$internals$html_impl_createHtmlInternal(html) {
|
|
17490
|
-
return (0,module$exports$goog$html$internals.createSafeHtml)(html);
|
|
17491
|
-
}
|
|
17492
|
-
module$exports$safevalues$internals$html_impl.createHtmlInternal = module$contents$safevalues$internals$html_impl_createHtmlInternal;
|
|
17493
|
-
module$exports$safevalues$internals$html_impl.EMPTY_HTML = module$contents$goog$html$SafeHtml_SafeHtml.EMPTY;
|
|
17494
|
-
function module$contents$safevalues$internals$html_impl_isHtml(value) {
|
|
17495
|
-
return value instanceof module$contents$goog$html$SafeHtml_SafeHtml;
|
|
17496
|
-
}
|
|
17497
|
-
module$exports$safevalues$internals$html_impl.isHtml = module$contents$safevalues$internals$html_impl_isHtml;
|
|
17498
|
-
function module$contents$safevalues$internals$html_impl_unwrapHtml(value) {
|
|
17499
|
-
return module$contents$goog$html$SafeHtml_SafeHtml.unwrapTrustedHTML(value);
|
|
17500
|
-
}
|
|
17501
|
-
module$exports$safevalues$internals$html_impl.unwrapHtml = module$contents$safevalues$internals$html_impl_unwrapHtml;
|
|
17502
|
-
var module$contents$safevalues$builders$document_fragment_builders_module = module$contents$safevalues$builders$document_fragment_builders_module || {id:"third_party/javascript/safevalues/builders/document_fragment_builders.closure.js"};
|
|
17588
|
+
;var module$contents$safevalues$builders$document_fragment_builders_module = module$contents$safevalues$builders$document_fragment_builders_module || {id:"third_party/javascript/safevalues/builders/document_fragment_builders.closure.js"};
|
|
17503
17589
|
function module$contents$safevalues$builders$document_fragment_builders_safeFragment(templateObj) {
|
|
17504
17590
|
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, 0);
|
|
17505
17591
|
return document.createRange().createContextualFragment(module$contents$safevalues$internals$html_impl_unwrapHtml(module$contents$safevalues$internals$html_impl_createHtmlInternal(templateObj[0])));
|
|
@@ -17508,37 +17594,7 @@ function module$contents$safevalues$builders$document_fragment_builders_safeFrag
|
|
|
17508
17594
|
function module$contents$safevalues$internals$pure_pure(valueOf) {
|
|
17509
17595
|
return {valueOf:valueOf}.valueOf();
|
|
17510
17596
|
}
|
|
17511
|
-
;var module$exports$safevalues$
|
|
17512
|
-
module$exports$safevalues$internals$resource_url_impl.TrustedResourceUrl = goog.html.TrustedResourceUrl;
|
|
17513
|
-
function module$contents$safevalues$internals$resource_url_impl_createResourceUrlInternal(url) {
|
|
17514
|
-
return (0,goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse)(url);
|
|
17515
|
-
}
|
|
17516
|
-
module$exports$safevalues$internals$resource_url_impl.createResourceUrlInternal = module$contents$safevalues$internals$resource_url_impl_createResourceUrlInternal;
|
|
17517
|
-
function module$contents$safevalues$internals$resource_url_impl_isResourceUrl(value) {
|
|
17518
|
-
return value instanceof goog.html.TrustedResourceUrl;
|
|
17519
|
-
}
|
|
17520
|
-
module$exports$safevalues$internals$resource_url_impl.isResourceUrl = module$contents$safevalues$internals$resource_url_impl_isResourceUrl;
|
|
17521
|
-
function module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(value) {
|
|
17522
|
-
return goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(value);
|
|
17523
|
-
}
|
|
17524
|
-
module$exports$safevalues$internals$resource_url_impl.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
|
|
17525
|
-
var module$exports$safevalues$internals$url_impl = {}, module$contents$safevalues$internals$url_impl_module = module$contents$safevalues$internals$url_impl_module || {id:"third_party/javascript/safevalues/internals/url_impl.closure.js"};
|
|
17526
|
-
module$exports$safevalues$internals$url_impl.SafeUrl = goog.html.SafeUrl;
|
|
17527
|
-
function module$contents$safevalues$internals$url_impl_createUrlInternal(url) {
|
|
17528
|
-
return (0,goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse)(url);
|
|
17529
|
-
}
|
|
17530
|
-
module$exports$safevalues$internals$url_impl.createUrlInternal = module$contents$safevalues$internals$url_impl_createUrlInternal;
|
|
17531
|
-
module$exports$safevalues$internals$url_impl.ABOUT_BLANK = goog.html.SafeUrl.ABOUT_BLANK;
|
|
17532
|
-
module$exports$safevalues$internals$url_impl.INNOCUOUS_URL = goog.html.SafeUrl.INNOCUOUS_URL;
|
|
17533
|
-
function module$contents$safevalues$internals$url_impl_isUrl(value) {
|
|
17534
|
-
return value instanceof goog.html.SafeUrl;
|
|
17535
|
-
}
|
|
17536
|
-
module$exports$safevalues$internals$url_impl.isUrl = module$contents$safevalues$internals$url_impl_isUrl;
|
|
17537
|
-
function module$contents$safevalues$internals$url_impl_unwrapUrl(value) {
|
|
17538
|
-
return goog.html.SafeUrl.unwrap(value);
|
|
17539
|
-
}
|
|
17540
|
-
module$exports$safevalues$internals$url_impl.unwrapUrl = module$contents$safevalues$internals$url_impl_unwrapUrl;
|
|
17541
|
-
var module$exports$safevalues$builders$url_builders = {}, module$contents$safevalues$builders$url_builders_module = module$contents$safevalues$builders$url_builders_module || {id:"third_party/javascript/safevalues/builders/url_builders.closure.js"};
|
|
17597
|
+
;var module$exports$safevalues$builders$url_builders = {}, module$contents$safevalues$builders$url_builders_module = module$contents$safevalues$builders$url_builders_module || {id:"third_party/javascript/safevalues/builders/url_builders.closure.js"};
|
|
17542
17598
|
function module$contents$safevalues$builders$url_builders_isSafeMimeType(mimeType) {
|
|
17543
17599
|
var match = mimeType.match(/^([^;]+)(?:;\w+=(?:\w+|"[\w;,= ]+"))*$/i);
|
|
17544
17600
|
return 2 === (null == match ? void 0 : match.length) && (module$contents$safevalues$builders$url_builders_isSafeImageMimeType(match[1]) || module$contents$safevalues$builders$url_builders_isSafeVideoMimeType(match[1]) || module$contents$safevalues$builders$url_builders_isSafeAudioMimeType(match[1]) || module$contents$safevalues$builders$url_builders_isSafeFontMimeType(match[1]));
|
|
@@ -17712,35 +17768,6 @@ function module$contents$safevalues$builders$url_builders_removeJavaScriptUrlSan
|
|
|
17712
17768
|
-1 !== callbackIndex && module$contents$safevalues$builders$url_builders_sanitizationCallbacks.splice(callbackIndex, 1);
|
|
17713
17769
|
}
|
|
17714
17770
|
module$exports$safevalues$builders$url_builders.removeJavaScriptUrlSanitizationCallback = module$contents$safevalues$builders$url_builders_removeJavaScriptUrlSanitizationCallback;
|
|
17715
|
-
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"};
|
|
17716
|
-
module$exports$safevalues$internals$script_impl.SafeScript = module$contents$goog$html$SafeScript_SafeScript;
|
|
17717
|
-
function module$contents$safevalues$internals$script_impl_createScriptInternal(script) {
|
|
17718
|
-
return (0,module$exports$goog$html$internals.createSafeScript)(script);
|
|
17719
|
-
}
|
|
17720
|
-
module$exports$safevalues$internals$script_impl.createScriptInternal = module$contents$safevalues$internals$script_impl_createScriptInternal;
|
|
17721
|
-
module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT = module$contents$goog$html$SafeScript_SafeScript.EMPTY;
|
|
17722
|
-
function module$contents$safevalues$internals$script_impl_isScript(value) {
|
|
17723
|
-
return value instanceof module$contents$goog$html$SafeScript_SafeScript;
|
|
17724
|
-
}
|
|
17725
|
-
module$exports$safevalues$internals$script_impl.isScript = module$contents$safevalues$internals$script_impl_isScript;
|
|
17726
|
-
function module$contents$safevalues$internals$script_impl_unwrapScript(value) {
|
|
17727
|
-
return module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript(value);
|
|
17728
|
-
}
|
|
17729
|
-
module$exports$safevalues$internals$script_impl.unwrapScript = module$contents$safevalues$internals$script_impl_unwrapScript;
|
|
17730
|
-
var module$exports$safevalues$internals$style_impl = {}, module$contents$safevalues$internals$style_impl_module = module$contents$safevalues$internals$style_impl_module || {id:"third_party/javascript/safevalues/internals/style_impl.closure.js"};
|
|
17731
|
-
module$exports$safevalues$internals$style_impl.SafeStyle = module$contents$goog$html$SafeStyle_SafeStyle;
|
|
17732
|
-
function module$contents$safevalues$internals$style_impl_createStyleInternal(style) {
|
|
17733
|
-
return (0,module$exports$goog$html$internals.createSafeStyle)(style);
|
|
17734
|
-
}
|
|
17735
|
-
module$exports$safevalues$internals$style_impl.createStyleInternal = module$contents$safevalues$internals$style_impl_createStyleInternal;
|
|
17736
|
-
function module$contents$safevalues$internals$style_impl_isStyle(value) {
|
|
17737
|
-
return value instanceof module$contents$goog$html$SafeStyle_SafeStyle;
|
|
17738
|
-
}
|
|
17739
|
-
module$exports$safevalues$internals$style_impl.isStyle = module$contents$safevalues$internals$style_impl_isStyle;
|
|
17740
|
-
function module$contents$safevalues$internals$style_impl_unwrapStyle(value) {
|
|
17741
|
-
return module$contents$goog$html$SafeStyle_SafeStyle.unwrap(value);
|
|
17742
|
-
}
|
|
17743
|
-
module$exports$safevalues$internals$style_impl.unwrapStyle = module$contents$safevalues$internals$style_impl_unwrapStyle;
|
|
17744
17771
|
var module$exports$safevalues$builders$html_builders = {}, module$contents$safevalues$builders$html_builders_module = module$contents$safevalues$builders$html_builders_module || {id:"third_party/javascript/safevalues/builders/html_builders.closure.js"};
|
|
17745
17772
|
function module$contents$safevalues$builders$html_builders_htmlEscape(value, options) {
|
|
17746
17773
|
options = void 0 === options ? {} : options;
|
|
@@ -17787,8 +17814,9 @@ module$exports$safevalues$builders$html_builders.joinHtmls = module$contents$saf
|
|
|
17787
17814
|
module$exports$safevalues$builders$html_builders.doctypeHtml = function() {
|
|
17788
17815
|
return module$contents$safevalues$internals$html_impl_createHtmlInternal("<!DOCTYPE html>");
|
|
17789
17816
|
};
|
|
17790
|
-
var module$contents$safevalues$builders$
|
|
17791
|
-
module$
|
|
17817
|
+
var module$contents$safevalues$builders$html_builders_TextOrHtml, module$contents$safevalues$builders$html_builders_VALID_TAG_OR_ATTRIBUTE_NAMES = /^[a-z][a-z\d-]*$/i, module$contents$safevalues$builders$html_builders_DISALLOWED_TAG_NAMES = "APPLET BASE EMBED IFRAME LINK MATH META OBJECT SCRIPT STYLE SVG TEMPLATE".split(" ");
|
|
17818
|
+
module$exports$safevalues$builders$html_builders.VOID_TAG_NAMES = "AREA BR COL COMMAND HR IMG INPUT KEYGEN PARAM SOURCE TRACK WBR".split(" ");
|
|
17819
|
+
var module$contents$safevalues$builders$html_builders_URL_ATTRIBUTES = ["action", "formaction", "href"];
|
|
17792
17820
|
function module$contents$safevalues$builders$html_builders_verifyTagName(tagName) {
|
|
17793
17821
|
if (!module$contents$safevalues$builders$html_builders_VALID_TAG_OR_ATTRIBUTE_NAMES.test(tagName)) {
|
|
17794
17822
|
throw Error(goog.DEBUG ? "Invalid tag name <" + tagName + ">." : "");
|
|
@@ -17797,12 +17825,17 @@ function module$contents$safevalues$builders$html_builders_verifyTagName(tagName
|
|
|
17797
17825
|
throw Error(goog.DEBUG ? "Tag name <" + tagName + "> is not allowed for createHtml." : "");
|
|
17798
17826
|
}
|
|
17799
17827
|
}
|
|
17828
|
+
module$exports$safevalues$builders$html_builders.verifyTagName = module$contents$safevalues$builders$html_builders_verifyTagName;
|
|
17829
|
+
function module$contents$safevalues$builders$html_builders_isVoidTag(tagName) {
|
|
17830
|
+
return -1 !== module$exports$safevalues$builders$html_builders.VOID_TAG_NAMES.indexOf(tagName.toUpperCase());
|
|
17831
|
+
}
|
|
17832
|
+
module$exports$safevalues$builders$html_builders.isVoidTag = module$contents$safevalues$builders$html_builders_isVoidTag;
|
|
17800
17833
|
module$exports$safevalues$builders$html_builders.createHtml = function(tagName, attributes, content) {
|
|
17801
17834
|
module$contents$safevalues$builders$html_builders_verifyTagName(tagName);
|
|
17802
17835
|
var result = "<" + tagName;
|
|
17803
17836
|
attributes && (result += module$contents$safevalues$builders$html_builders_stringifyAttributes(tagName, attributes));
|
|
17804
17837
|
Array.isArray(content) || (content = void 0 === content ? [] : [content]);
|
|
17805
|
-
if (
|
|
17838
|
+
if (module$contents$safevalues$builders$html_builders_isVoidTag(tagName)) {
|
|
17806
17839
|
if (goog.DEBUG && 0 < content.length) {
|
|
17807
17840
|
throw Error("Void tag <" + tagName + "> does not allow content.");
|
|
17808
17841
|
}
|
|
@@ -17825,6 +17858,7 @@ function module$contents$safevalues$builders$html_builders_stringifyAttributes(t
|
|
|
17825
17858
|
}
|
|
17826
17859
|
return result;
|
|
17827
17860
|
}
|
|
17861
|
+
module$exports$safevalues$builders$html_builders.stringifyAttributes = module$contents$safevalues$builders$html_builders_stringifyAttributes;
|
|
17828
17862
|
function module$contents$safevalues$builders$html_builders_getAttrNameAndValue(tagName, name, value) {
|
|
17829
17863
|
if (/^on/i.test(name)) {
|
|
17830
17864
|
throw Error(goog.DEBUG ? 'Attribute "' + name + " is forbidden. Inline event handlers can lead to XSS. Please use the 'addEventListener' API instead." : "");
|
|
@@ -17835,6 +17869,82 @@ function module$contents$safevalues$builders$html_builders_getAttrNameAndValue(t
|
|
|
17835
17869
|
}
|
|
17836
17870
|
return name + '="' + module$contents$safevalues$builders$html_builders_htmlEscape(String(value)) + '"';
|
|
17837
17871
|
}
|
|
17872
|
+
;var module$exports$safevalues$builders$html_formatter = {}, module$contents$safevalues$builders$html_formatter_module = module$contents$safevalues$builders$html_formatter_module || {id:"third_party/javascript/safevalues/builders/html_formatter.closure.js"};
|
|
17873
|
+
function module$contents$safevalues$builders$html_formatter_HtmlReplacement() {
|
|
17874
|
+
}
|
|
17875
|
+
function module$contents$safevalues$builders$html_formatter_StartTagReplacement() {
|
|
17876
|
+
}
|
|
17877
|
+
function module$contents$safevalues$builders$html_formatter_EndTagReplacement() {
|
|
17878
|
+
}
|
|
17879
|
+
var module$contents$safevalues$builders$html_formatter_Replacement;
|
|
17880
|
+
module$exports$safevalues$builders$html_formatter.HtmlFormatter = function() {
|
|
17881
|
+
this.replacements = new Map();
|
|
17882
|
+
};
|
|
17883
|
+
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.format = function(format) {
|
|
17884
|
+
var $jscomp$this = this, openedTags = [], marker = (0,module$exports$safevalues$builders$html_builders.htmlEscape)("_safevalues_format_marker_:").toString(), html = (0,module$exports$safevalues$builders$html_builders.htmlEscape)(format).toString().replace(new RegExp("\\{" + marker + "[\\w&#;]+\\}", "g"), function(match) {
|
|
17885
|
+
return $jscomp$this.replaceFormattingString(openedTags, match);
|
|
17886
|
+
});
|
|
17887
|
+
if (0 !== openedTags.length) {
|
|
17888
|
+
if (goog.DEBUG) {
|
|
17889
|
+
throw Error("Expected no unclosed tags, got <" + openedTags.join(">, <") + ">.");
|
|
17890
|
+
}
|
|
17891
|
+
throw Error();
|
|
17892
|
+
}
|
|
17893
|
+
return module$contents$safevalues$internals$html_impl_createHtmlInternal(html);
|
|
17894
|
+
};
|
|
17895
|
+
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.replaceFormattingString = function(openedTags, match) {
|
|
17896
|
+
var replacement = this.replacements.get(match);
|
|
17897
|
+
if (!replacement) {
|
|
17898
|
+
return match;
|
|
17899
|
+
}
|
|
17900
|
+
var result = "";
|
|
17901
|
+
switch(replacement.type) {
|
|
17902
|
+
case "html":
|
|
17903
|
+
result = replacement.html;
|
|
17904
|
+
break;
|
|
17905
|
+
case "startTag":
|
|
17906
|
+
result = "<" + replacement.tagName + replacement.attributes + ">";
|
|
17907
|
+
goog.DEBUG && ((0,module$exports$safevalues$builders$html_builders.isVoidTag)(replacement.tagName.toLowerCase()) || openedTags.push(replacement.tagName.toLowerCase()));
|
|
17908
|
+
break;
|
|
17909
|
+
case "endTag":
|
|
17910
|
+
result = "</" + replacement.tagName + ">";
|
|
17911
|
+
if (goog.DEBUG) {
|
|
17912
|
+
var lastTag = openedTags.pop();
|
|
17913
|
+
if (lastTag !== replacement.tagName.toLowerCase()) {
|
|
17914
|
+
throw Error("Expected </" + lastTag + ">, got </" + replacement.tagName + ">.");
|
|
17915
|
+
}
|
|
17916
|
+
}
|
|
17917
|
+
break;
|
|
17918
|
+
default:
|
|
17919
|
+
goog.DEBUG && module$contents$safevalues$builders$html_formatter_checkExhaustive(replacement, "type had an unknown value");
|
|
17920
|
+
}
|
|
17921
|
+
return result;
|
|
17922
|
+
};
|
|
17923
|
+
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.startTag = function(tagName, attributes) {
|
|
17924
|
+
(0,module$exports$safevalues$builders$html_builders.verifyTagName)(tagName);
|
|
17925
|
+
return this.storeReplacement({type:"startTag", tagName:tagName, attributes:void 0 !== attributes ? (0,module$exports$safevalues$builders$html_builders.stringifyAttributes)(tagName, attributes) : ""});
|
|
17926
|
+
};
|
|
17927
|
+
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.endTag = function(tagName) {
|
|
17928
|
+
(0,module$exports$safevalues$builders$html_builders.verifyTagName)(tagName);
|
|
17929
|
+
return this.storeReplacement({type:"endTag", tagName:tagName});
|
|
17930
|
+
};
|
|
17931
|
+
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.text = function(text) {
|
|
17932
|
+
return this.storeReplacement({type:"html", html:(0,module$exports$safevalues$builders$html_builders.htmlEscape)(text).toString()});
|
|
17933
|
+
};
|
|
17934
|
+
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.safeHtml = function(safeHtml) {
|
|
17935
|
+
return this.storeReplacement({type:"html", html:module$contents$safevalues$internals$html_impl_unwrapHtml(safeHtml).toString()});
|
|
17936
|
+
};
|
|
17937
|
+
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.storeReplacement = function(replacement) {
|
|
17938
|
+
var marker = "{_safevalues_format_marker_:" + this.replacements.size + "_" + module$contents$safevalues$builders$html_formatter_getRandomString() + "}";
|
|
17939
|
+
this.replacements.set((0,module$exports$safevalues$builders$html_builders.htmlEscape)(marker).toString(), replacement);
|
|
17940
|
+
return marker;
|
|
17941
|
+
};
|
|
17942
|
+
function module$contents$safevalues$builders$html_formatter_getRandomString() {
|
|
17943
|
+
return Math.random().toString(36).slice(2);
|
|
17944
|
+
}
|
|
17945
|
+
function module$contents$safevalues$builders$html_formatter_checkExhaustive(value, msg) {
|
|
17946
|
+
throw Error(void 0 === msg ? "unexpected value " + value + "!" : msg);
|
|
17947
|
+
}
|
|
17838
17948
|
;var module$contents$safevalues$dom$globals$range_module = module$contents$safevalues$dom$globals$range_module || {id:"third_party/javascript/safevalues/dom/globals/range.closure.js"};
|
|
17839
17949
|
function module$contents$safevalues$dom$globals$range_createContextualFragment(range, html) {
|
|
17840
17950
|
return range.createContextualFragment(module$contents$safevalues$internals$html_impl_unwrapHtml(html));
|
|
@@ -18044,7 +18154,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
18044
18154
|
return !0;
|
|
18045
18155
|
}
|
|
18046
18156
|
for (var $jscomp$iter$34 = $jscomp.makeIterator(conditions), $jscomp$key$ = $jscomp$iter$34.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$34.next()) {
|
|
18047
|
-
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$
|
|
18157
|
+
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$tmpm1085474118$0 = void 0, value = null == ($jscomp$optchain$tmpm1085474118$0 = attrs.getNamedItem(attrName__tsickle_destructured_1)) ? void 0 : $jscomp$optchain$tmpm1085474118$0.value;
|
|
18048
18158
|
if (value && !expectedValues.has(value)) {
|
|
18049
18159
|
return !1;
|
|
18050
18160
|
}
|
|
@@ -18228,6 +18338,10 @@ function module$contents$safevalues$builders$resource_url_builders_isValidPathSt
|
|
|
18228
18338
|
function module$contents$safevalues$builders$resource_url_builders_isValidRelativePathStart(base) {
|
|
18229
18339
|
return RegExp("^[^:\\s\\\\/]+/").test(base);
|
|
18230
18340
|
}
|
|
18341
|
+
function module$contents$safevalues$builders$resource_url_builders_getUrlSegments(url) {
|
|
18342
|
+
var segments = url.split(/\?|#/), params = /\?/.test(url) ? "?" + segments[1] : "";
|
|
18343
|
+
return {path:segments[0], params:params, hash:/#/.test(url) ? "#" + (params ? segments[2] : segments[1]) : ""};
|
|
18344
|
+
}
|
|
18231
18345
|
function module$contents$safevalues$builders$resource_url_builders_trustedResourceUrl(templateObj) {
|
|
18232
18346
|
var rest = $jscomp.getRestArguments.apply(1, arguments);
|
|
18233
18347
|
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, rest.length);
|
|
@@ -18250,20 +18364,14 @@ function module$contents$safevalues$builders$resource_url_builders_trustedResour
|
|
|
18250
18364
|
}
|
|
18251
18365
|
module$exports$safevalues$builders$resource_url_builders.trustedResourceUrl = module$contents$safevalues$builders$resource_url_builders_trustedResourceUrl;
|
|
18252
18366
|
function module$contents$safevalues$builders$resource_url_builders_appendParams(trustedUrl, params) {
|
|
18253
|
-
var
|
|
18254
|
-
if (/#/.test(url)) {
|
|
18255
|
-
var message = "";
|
|
18256
|
-
goog.DEBUG && (message = "Found a hash in url (" + url + "), appending not supported");
|
|
18257
|
-
throw Error(message);
|
|
18258
|
-
}
|
|
18259
|
-
var separator = /\?/.test(url) ? "&" : "?";
|
|
18367
|
+
var urlSegments = module$contents$safevalues$builders$resource_url_builders_getUrlSegments(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(trustedUrl).toString()), urlParams = urlSegments.params, separator = urlParams.length ? "&" : "?";
|
|
18260
18368
|
params.forEach(function(value, key) {
|
|
18261
18369
|
for (var values = value instanceof Array ? value : [value], i = 0; i < values.length; i++) {
|
|
18262
18370
|
var v = values[i];
|
|
18263
|
-
null !== v && void 0 !== v && (
|
|
18371
|
+
null !== v && void 0 !== v && (urlParams += separator + encodeURIComponent(key) + "=" + encodeURIComponent(String(v)), separator = "&");
|
|
18264
18372
|
}
|
|
18265
18373
|
});
|
|
18266
|
-
return module$contents$safevalues$internals$resource_url_impl_createResourceUrlInternal(
|
|
18374
|
+
return module$contents$safevalues$internals$resource_url_impl_createResourceUrlInternal(urlSegments.path + urlParams + urlSegments.hash);
|
|
18267
18375
|
}
|
|
18268
18376
|
module$exports$safevalues$builders$resource_url_builders.appendParams = module$contents$safevalues$builders$resource_url_builders_appendParams;
|
|
18269
18377
|
var module$contents$safevalues$builders$resource_url_builders_BEFORE_FRAGMENT_REGEXP = /[^#]*/;
|
|
@@ -18273,10 +18381,8 @@ function module$contents$safevalues$builders$resource_url_builders_replaceFragme
|
|
|
18273
18381
|
}
|
|
18274
18382
|
module$exports$safevalues$builders$resource_url_builders.replaceFragment = module$contents$safevalues$builders$resource_url_builders_replaceFragment;
|
|
18275
18383
|
function module$contents$safevalues$builders$resource_url_builders_appendPathSegment(trustedUrl, pathSegment) {
|
|
18276
|
-
var
|
|
18277
|
-
|
|
18278
|
-
void 0 !== fragVal && (url += "#" + fragVal);
|
|
18279
|
-
return module$contents$safevalues$internals$resource_url_impl_createResourceUrlInternal(url);
|
|
18384
|
+
var urlSegments = module$contents$safevalues$builders$resource_url_builders_getUrlSegments(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(trustedUrl).toString()), separator = "/" === urlSegments.path.slice(-1) ? "" : "/", newPath = urlSegments.path + separator + encodeURIComponent(pathSegment);
|
|
18385
|
+
return module$contents$safevalues$internals$resource_url_impl_createResourceUrlInternal(newPath + urlSegments.params + urlSegments.hash);
|
|
18280
18386
|
}
|
|
18281
18387
|
module$exports$safevalues$builders$resource_url_builders.appendPathSegment = module$contents$safevalues$builders$resource_url_builders_appendPathSegment;
|
|
18282
18388
|
function module$contents$safevalues$builders$resource_url_builders_objectUrlFromScript(safeScript) {
|
|
@@ -18349,20 +18455,6 @@ function module$contents$safevalues$builders$style_builders_concatStyles(styles)
|
|
|
18349
18455
|
return module$contents$safevalues$internals$style_impl_createStyleInternal(styles.map(module$contents$safevalues$internals$style_impl_unwrapStyle).join(""));
|
|
18350
18456
|
}
|
|
18351
18457
|
module$exports$safevalues$builders$style_builders.concatStyles = module$contents$safevalues$builders$style_builders_concatStyles;
|
|
18352
|
-
var module$exports$safevalues$internals$style_sheet_impl = {}, module$contents$safevalues$internals$style_sheet_impl_module = module$contents$safevalues$internals$style_sheet_impl_module || {id:"third_party/javascript/safevalues/internals/style_sheet_impl.closure.js"};
|
|
18353
|
-
module$exports$safevalues$internals$style_sheet_impl.SafeStyleSheet = module$contents$goog$html$SafeStyleSheet_SafeStyleSheet;
|
|
18354
|
-
function module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(styleSheet) {
|
|
18355
|
-
return (0,module$exports$goog$html$internals.createSafeStyleSheet)(styleSheet);
|
|
18356
|
-
}
|
|
18357
|
-
module$exports$safevalues$internals$style_sheet_impl.createStyleSheetInternal = module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal;
|
|
18358
|
-
function module$contents$safevalues$internals$style_sheet_impl_isStyleSheet(value) {
|
|
18359
|
-
return value instanceof module$contents$goog$html$SafeStyleSheet_SafeStyleSheet;
|
|
18360
|
-
}
|
|
18361
|
-
module$exports$safevalues$internals$style_sheet_impl.isStyleSheet = module$contents$safevalues$internals$style_sheet_impl_isStyleSheet;
|
|
18362
|
-
function module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet(value) {
|
|
18363
|
-
return module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.unwrap(value);
|
|
18364
|
-
}
|
|
18365
|
-
module$exports$safevalues$internals$style_sheet_impl.unwrapStyleSheet = module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet;
|
|
18366
18458
|
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;
|
|
18367
18459
|
module$exports$safevalues$builders$style_sheet_builders.safeStyleRule = function(templateObj) {
|
|
18368
18460
|
var rest = $jscomp.getRestArguments.apply(1, arguments);
|
|
@@ -18439,12 +18531,12 @@ function module$contents$safevalues$reporting$reporting_isChangedBySanitizing(s,
|
|
|
18439
18531
|
}
|
|
18440
18532
|
try {
|
|
18441
18533
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_lenientlySanitizeHtmlAssertUnchanged(s);
|
|
18442
|
-
} catch ($jscomp$unused$catch$
|
|
18534
|
+
} catch ($jscomp$unused$catch$696273141$0) {
|
|
18443
18535
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_RELAXED_SANITIZING), !0;
|
|
18444
18536
|
}
|
|
18445
18537
|
try {
|
|
18446
18538
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlAssertUnchanged(s);
|
|
18447
|
-
} catch ($jscomp$unused$catch$
|
|
18539
|
+
} catch ($jscomp$unused$catch$696273141$1) {
|
|
18448
18540
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_SANITIZING), !0;
|
|
18449
18541
|
}
|
|
18450
18542
|
return !1;
|
|
@@ -18527,9 +18619,9 @@ module$exports$safevalues$index.isUrl = module$contents$safevalues$internals$url
|
|
|
18527
18619
|
module$exports$safevalues$index.SafeUrl = goog.html.SafeUrl;
|
|
18528
18620
|
module$exports$safevalues$index.unwrapUrl = module$contents$safevalues$internals$url_impl_unwrapUrl;
|
|
18529
18621
|
module$exports$safevalues$index.reportOnlyHtmlPassthrough = module$contents$safevalues$reporting$reporting_reportOnlyHtmlPassthrough;
|
|
18622
|
+
module$exports$safevalues$index.HtmlFormatter = module$exports$safevalues$builders$html_formatter.HtmlFormatter;
|
|
18530
18623
|
module$exports$safevalues$index.createHtml = module$exports$safevalues$builders$html_builders.createHtml;
|
|
18531
18624
|
module$exports$safevalues$index.safeStyleRule = module$exports$safevalues$builders$style_sheet_builders.safeStyleRule;
|
|
18532
|
-
var safevalues = {};
|
|
18533
18625
|
safevalues.safeAttrPrefix = module$contents$safevalues$builders$attribute_builders_safeAttrPrefix;
|
|
18534
18626
|
safevalues.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
|
|
18535
18627
|
safevalues.concatHtmls = module$exports$safevalues$index.concatHtmls;
|
|
@@ -18592,13 +18684,14 @@ safevalues.isUrl = module$contents$safevalues$internals$url_impl_isUrl;
|
|
|
18592
18684
|
safevalues.SafeUrl = goog.html.SafeUrl;
|
|
18593
18685
|
safevalues.unwrapUrl = module$contents$safevalues$internals$url_impl_unwrapUrl;
|
|
18594
18686
|
safevalues.reportOnlyHtmlPassthrough = module$contents$safevalues$reporting$reporting_reportOnlyHtmlPassthrough;
|
|
18687
|
+
safevalues.HtmlFormatter = module$exports$safevalues$builders$html_formatter.HtmlFormatter;
|
|
18595
18688
|
safevalues.createHtml = module$exports$safevalues$index.createHtml;
|
|
18596
18689
|
safevalues.safeStyleRule = module$exports$safevalues$index.safeStyleRule;
|
|
18597
18690
|
var $jscomp$templatelit$294235699$0 = $jscomp.createTemplateTagFirstArg(["https://apis.google.com/js/client.js?onload=", ""]);
|
|
18598
18691
|
ee.apiclient = {};
|
|
18599
18692
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18600
18693
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18601
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
18694
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.382";
|
|
18602
18695
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18603
18696
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18604
18697
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -18889,8 +18982,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
18889
18982
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
18890
18983
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
18891
18984
|
method = method || "POST";
|
|
18892
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
18893
|
-
"0.1.
|
|
18985
|
+
var headers = {"Content-Type":contentType}, version = "0.1.382";
|
|
18986
|
+
"0.1.382" === version && (version = "latest");
|
|
18894
18987
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
18895
18988
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
18896
18989
|
if (null != authToken) {
|
|
@@ -22379,10 +22472,12 @@ ee.Feature.prototype.getInfo = function(opt_callback) {
|
|
|
22379
22472
|
return ee.Feature.superClass_.getInfo.call(this, opt_callback);
|
|
22380
22473
|
};
|
|
22381
22474
|
goog.exportProperty(ee.Feature.prototype, "getInfo", ee.Feature.prototype.getInfo);
|
|
22382
|
-
ee.Feature.prototype.
|
|
22475
|
+
ee.Feature.prototype.getMapId = function(opt_visParams, opt_callback) {
|
|
22383
22476
|
var args = ee.arguments.extractFromFunction(ee.Feature.prototype.getMap, arguments);
|
|
22384
|
-
return ee.ApiFunction._call("Collection", [this]).
|
|
22477
|
+
return ee.ApiFunction._call("Collection", [this]).getMapId(args.visParams, args.callback);
|
|
22385
22478
|
};
|
|
22479
|
+
goog.exportProperty(ee.Feature.prototype, "getMapId", ee.Feature.prototype.getMapId);
|
|
22480
|
+
ee.Feature.prototype.getMap = ee.Feature.prototype.getMapId;
|
|
22386
22481
|
goog.exportProperty(ee.Feature.prototype, "getMap", ee.Feature.prototype.getMap);
|
|
22387
22482
|
ee.Feature.prototype.name = function() {
|
|
22388
22483
|
return "Feature";
|
|
@@ -22621,7 +22716,7 @@ ee.Image.prototype.getInfo = function(opt_callback) {
|
|
|
22621
22716
|
return ee.Image.superClass_.getInfo.call(this, opt_callback);
|
|
22622
22717
|
};
|
|
22623
22718
|
goog.exportProperty(ee.Image.prototype, "getInfo", ee.Image.prototype.getInfo);
|
|
22624
|
-
ee.Image.prototype.
|
|
22719
|
+
ee.Image.prototype.getMapId = function(opt_visParams, opt_callback) {
|
|
22625
22720
|
var $jscomp$this = this, args = ee.arguments.extractFromFunction(ee.Image.prototype.getMap, arguments), request = ee.data.images.applyVisualization(this, args.visParams);
|
|
22626
22721
|
if (args.callback) {
|
|
22627
22722
|
var callback = args.callback;
|
|
@@ -22635,6 +22730,8 @@ ee.Image.prototype.getMap = function(opt_visParams, opt_callback) {
|
|
|
22635
22730
|
return response;
|
|
22636
22731
|
}
|
|
22637
22732
|
};
|
|
22733
|
+
goog.exportProperty(ee.Image.prototype, "getMapId", ee.Image.prototype.getMapId);
|
|
22734
|
+
ee.Image.prototype.getMap = ee.Image.prototype.getMapId;
|
|
22638
22735
|
goog.exportProperty(ee.Image.prototype, "getMap", ee.Image.prototype.getMap);
|
|
22639
22736
|
ee.Image.prototype.getDownloadURL = function(params, opt_callback) {
|
|
22640
22737
|
var args = ee.arguments.extractFromFunction(ee.Image.prototype.getDownloadURL, arguments), request = args.params ? module$contents$goog$object_clone(args.params) : {};
|
|
@@ -22833,14 +22930,16 @@ ee.FeatureCollection.reset = function() {
|
|
|
22833
22930
|
ee.ApiFunction.clearApi(ee.FeatureCollection);
|
|
22834
22931
|
ee.FeatureCollection.initialized_ = !1;
|
|
22835
22932
|
};
|
|
22836
|
-
ee.FeatureCollection.prototype.
|
|
22837
|
-
var args = ee.arguments.extractFromFunction(ee.FeatureCollection.prototype.
|
|
22933
|
+
ee.FeatureCollection.prototype.getMapId = function(opt_visParams, opt_callback) {
|
|
22934
|
+
var args = ee.arguments.extractFromFunction(ee.FeatureCollection.prototype.getMapId, arguments), painted = ee.ApiFunction._apply("Collection.draw", {collection:this, color:(args.visParams || {}).color || "000000"});
|
|
22838
22935
|
if (args.callback) {
|
|
22839
|
-
painted.
|
|
22936
|
+
painted.getMapId(void 0, args.callback);
|
|
22840
22937
|
} else {
|
|
22841
|
-
return painted.
|
|
22938
|
+
return painted.getMapId();
|
|
22842
22939
|
}
|
|
22843
22940
|
};
|
|
22941
|
+
goog.exportProperty(ee.FeatureCollection.prototype, "getMapId", ee.FeatureCollection.prototype.getMapId);
|
|
22942
|
+
ee.FeatureCollection.prototype.getMap = ee.FeatureCollection.prototype.getMapId;
|
|
22844
22943
|
goog.exportProperty(ee.FeatureCollection.prototype, "getMap", ee.FeatureCollection.prototype.getMap);
|
|
22845
22944
|
ee.FeatureCollection.prototype.getInfo = function(opt_callback) {
|
|
22846
22945
|
return ee.FeatureCollection.superClass_.getInfo.call(this, opt_callback);
|
|
@@ -22969,14 +23068,16 @@ ee.ImageCollection.prototype.getThumbURL_ = function(collection, args, validForm
|
|
|
22969
23068
|
return ee.data.makeThumbUrl(getThumbId(request));
|
|
22970
23069
|
}
|
|
22971
23070
|
};
|
|
22972
|
-
ee.ImageCollection.prototype.
|
|
22973
|
-
var args = ee.arguments.extractFromFunction(ee.ImageCollection.prototype.
|
|
23071
|
+
ee.ImageCollection.prototype.getMapId = function(opt_visParams, opt_callback) {
|
|
23072
|
+
var args = ee.arguments.extractFromFunction(ee.ImageCollection.prototype.getMapId, arguments), mosaic = ee.ApiFunction._call("ImageCollection.mosaic", this);
|
|
22974
23073
|
if (args.callback) {
|
|
22975
|
-
mosaic.
|
|
23074
|
+
mosaic.getMapId(args.visParams, args.callback);
|
|
22976
23075
|
} else {
|
|
22977
|
-
return mosaic.
|
|
23076
|
+
return mosaic.getMapId(args.visParams);
|
|
22978
23077
|
}
|
|
22979
23078
|
};
|
|
23079
|
+
goog.exportProperty(ee.ImageCollection.prototype, "getMapId", ee.ImageCollection.prototype.getMapId);
|
|
23080
|
+
ee.ImageCollection.prototype.getMap = ee.ImageCollection.prototype.getMapId;
|
|
22980
23081
|
goog.exportProperty(ee.ImageCollection.prototype, "getMap", ee.ImageCollection.prototype.getMap);
|
|
22981
23082
|
ee.ImageCollection.prototype.getInfo = function(opt_callback) {
|
|
22982
23083
|
return ee.ImageCollection.superClass_.getInfo.call(this, opt_callback);
|
|
@@ -26439,28 +26540,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26439
26540
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26440
26541
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26441
26542
|
(function() {
|
|
26442
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26443
|
-
orderedParamLists = [["name", "
|
|
26444
|
-
"collection opt_description
|
|
26445
|
-
"collection opt_description
|
|
26446
|
-
"
|
|
26447
|
-
"
|
|
26448
|
-
|
|
26449
|
-
["
|
|
26450
|
-
["
|
|
26451
|
-
|
|
26452
|
-
|
|
26453
|
-
"opt_proj", "opt_geodesic", "
|
|
26454
|
-
"opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["
|
|
26455
|
-
[ee.ApiFunction.
|
|
26456
|
-
module$contents$ee$batch_Export.
|
|
26457
|
-
ee.ComputedObject.prototype.
|
|
26458
|
-
ee.data.
|
|
26459
|
-
ee.data.
|
|
26460
|
-
ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.
|
|
26461
|
-
ee.
|
|
26462
|
-
ee.Image, ee.Image.prototype.
|
|
26463
|
-
ee.Serializer.
|
|
26543
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toDrive ee.batch.Export.table.toBigQuery ee.batch.Export.video.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.Collection.prototype.map ee.Collection.prototype.filterBounds ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.Collection.prototype.sort ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.data.deleteAsset ee.data.createAssetHome ee.data.getList ee.data.listAssets ee.data.createAsset ee.data.authenticateViaOauth ee.data.getTableDownloadId ee.data.getFeatureViewTilesKey ee.data.getDownloadId ee.data.makeDownloadUrl ee.data.getInfo ee.data.getAssetRootQuota ee.data.computeValue ee.data.listFeatures ee.data.setAssetProperties ee.data.getThumbId ee.data.authenticateViaPopup ee.data.getAssetAcl ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.resetWorkloadTag ee.data.authenticateViaPrivateKey ee.data.getAssetRoots ee.data.listImages ee.data.setAssetAcl ee.data.listBuckets ee.data.cancelOperation ee.data.listOperations ee.data.getTaskList ee.data.cancelTask ee.data.setDefaultWorkloadTag ee.data.copyAsset ee.data.updateAsset ee.data.getTaskListWithLimit ee.data.getAsset ee.data.renameAsset ee.data.newTaskId ee.data.createFolder ee.data.makeTableDownloadUrl ee.data.getTaskStatus ee.data.authenticate ee.data.getOperation ee.data.getMapId ee.data.startTableIngestion ee.data.setWorkloadTag ee.data.startProcessing ee.data.updateTask ee.data.getTileUrl ee.data.getWorkloadTag ee.data.startIngestion ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Deserializer.fromJSON ee.Dictionary ee.TILE_SIZE ee.reset ee.initialize ee.call ee.Algorithms ee.InitState ee.apply ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.inList ee.Filter.prototype.not ee.Filter ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.Point ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image.prototype.getInfo ee.Image.prototype.expression ee.Image.prototype.getThumbId ee.Image.rgb ee.Image.prototype.getDownloadURL ee.Image.prototype.getThumbURL ee.Image.prototype.clip ee.Image.prototype.select ee.Image.cat ee.Image ee.Image.prototype.getMapId ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.List ee.Number ee.Serializer.encodeCloudApi ee.Serializer.toReadableJSON ee.Serializer.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.encodeCloudApiPretty ee.String ee.Terrain".split(" "),
|
|
26544
|
+
orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], "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_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
|
|
26545
|
+
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices".split(" "), "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(" "), "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(" "),
|
|
26546
|
+
"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_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".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(" "),
|
|
26547
|
+
"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(" "), ["classifier", "opt_description", "opt_assetId"], ["algorithm", "opt_dropNulls"], ["geometry"], ["filter"], ["start", "opt_end"], ["algorithm", "opt_first"], ["name", "operator", "value"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["legacy"],
|
|
26548
|
+
["callback"], ["func", "var_args"], ["opt_callback"], ["assetId", "opt_callback"], ["requestedId", "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["params", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["id"], ["id", "opt_callback"], ["rootId", "opt_callback"],
|
|
26549
|
+
["obj", "opt_callback"], ["asset", "params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["params", "opt_callback"], ["opt_success", "opt_error"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["id"], ["opt_resetDefault"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["project", "opt_callback"],
|
|
26550
|
+
["operationName", "opt_callback"], ["opt_limit", "opt_callback"], ["opt_callback"], ["taskId", "opt_callback"], ["tag"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["opt_limit", "opt_callback"], ["id", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["opt_count", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["taskId", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes",
|
|
26551
|
+
"opt_onImmediateFailed"], ["operationName", "opt_callback"], ["params", "opt_callback"], ["taskId", "request", "opt_callback"], ["tag"], ["taskId", "params", "opt_callback"], ["taskId", "action", "opt_callback"], ["id", "x", "y", "z"], [], ["taskId", "request", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], [], [], ["func",
|
|
26552
|
+
"namedArgs"], ["var_args"], [], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_callback"], ["args", "opt_column"], ["opt_visParams", "opt_callback"], ["name", "value"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], ["opt_leftField",
|
|
26553
|
+
"opt_rightValue", "opt_rightField", "opt_leftValue"], [], ["opt_filter"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], [], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError",
|
|
26554
|
+
"opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["opt_visParams", "opt_callback"], ["var_args"], ["opt_callback"], ["expression", "opt_map"], ["params", "opt_callback"], ["r", "g", "b"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["var_args"],
|
|
26555
|
+
["opt_args"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["selectors", "opt_names"], ["opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], [], ["args"], ["params", "opt_callback"], ["params", "opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["string"], []];
|
|
26556
|
+
[ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, 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.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toAsset,
|
|
26557
|
+
module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.classifier.toAsset, ee.Collection.prototype.map, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.ComputedObject.prototype.serialize,
|
|
26558
|
+
ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.getInfo, ee.data.deleteAsset, ee.data.createAssetHome, ee.data.getList, ee.data.listAssets, ee.data.createAsset, ee.data.authenticateViaOauth, ee.data.getTableDownloadId, ee.data.getFeatureViewTilesKey, ee.data.getDownloadId, ee.data.makeDownloadUrl, ee.data.getInfo, ee.data.getAssetRootQuota, ee.data.computeValue, ee.data.listFeatures, ee.data.setAssetProperties, ee.data.getThumbId, ee.data.authenticateViaPopup,
|
|
26559
|
+
ee.data.getAssetAcl, ee.data.getVideoThumbId, ee.data.getFilmstripThumbId, ee.data.makeThumbUrl, ee.data.resetWorkloadTag, ee.data.authenticateViaPrivateKey, ee.data.getAssetRoots, ee.data.listImages, ee.data.setAssetAcl, ee.data.listBuckets, ee.data.cancelOperation, ee.data.listOperations, ee.data.getTaskList, ee.data.cancelTask, ee.data.setDefaultWorkloadTag, ee.data.copyAsset, ee.data.updateAsset, ee.data.getTaskListWithLimit, ee.data.getAsset, ee.data.renameAsset, ee.data.newTaskId, ee.data.createFolder,
|
|
26560
|
+
ee.data.makeTableDownloadUrl, ee.data.getTaskStatus, ee.data.authenticate, ee.data.getOperation, ee.data.getMapId, ee.data.startTableIngestion, ee.data.setWorkloadTag, ee.data.startProcessing, ee.data.updateTask, ee.data.getTileUrl, ee.data.getWorkloadTag, ee.data.startIngestion, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.decode, ee.Deserializer.fromJSON, ee.Dictionary, ee.TILE_SIZE, ee.reset, ee.initialize, ee.call, ee.Algorithms, ee.InitState, ee.apply,
|
|
26561
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.getMap, ee.Filter.lt, ee.Filter.and, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.inList, ee.Filter.prototype.not,
|
|
26562
|
+
ee.Filter, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry.Point, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Image.prototype.getMap,
|
|
26563
|
+
ee.Image.prototype.rename, ee.Image.prototype.getInfo, ee.Image.prototype.expression, ee.Image.prototype.getThumbId, ee.Image.rgb, ee.Image.prototype.getDownloadURL, ee.Image.prototype.getThumbURL, ee.Image.prototype.clip, ee.Image.prototype.select, ee.Image.cat, ee.Image, ee.Image.prototype.getMapId, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.linkCollection,
|
|
26564
|
+
ee.ImageCollection.prototype.first, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.List, ee.Number, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableJSON, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.encodeCloudApiPretty, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26464
26565
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26465
26566
|
});
|
|
26466
26567
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|