@google/earthengine 0.1.399 → 0.1.400
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/browser.js +199 -187
- package/build/ee_api_js.js +596 -595
- package/build/ee_api_js_debug.js +177 -165
- package/build/ee_api_js_npm.js +199 -187
- package/build/main.js +199 -187
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
package/build/main.js
CHANGED
|
@@ -6060,9 +6060,9 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
|
|
|
6060
6060
|
};
|
|
6061
6061
|
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;
|
|
6062
6062
|
function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
|
|
6063
|
-
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$
|
|
6064
|
-
{mapMetadata:void 0}, $jscomp$key$
|
|
6065
|
-
var key = $jscomp$key$
|
|
6063
|
+
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$m1892927425$40$key = $jscomp$iter$19.next(), $jscomp$loop$m1892927425$44 = {}; !$jscomp$key$m1892927425$40$key.done; $jscomp$loop$m1892927425$44 =
|
|
6064
|
+
{mapMetadata:void 0}, $jscomp$key$m1892927425$40$key = $jscomp$iter$19.next()) {
|
|
6065
|
+
var key = $jscomp$key$m1892927425$40$key.value, value = valueGetter(key, source);
|
|
6066
6066
|
if (null != value) {
|
|
6067
6067
|
var copy = void 0;
|
|
6068
6068
|
if (arrays.hasOwnProperty(key)) {
|
|
@@ -6073,11 +6073,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
6073
6073
|
} else if (objects.hasOwnProperty(key)) {
|
|
6074
6074
|
copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
|
|
6075
6075
|
} else if (objectMaps.hasOwnProperty(key)) {
|
|
6076
|
-
$jscomp$loop$
|
|
6076
|
+
$jscomp$loop$m1892927425$44.mapMetadata = objectMaps[key], copy = $jscomp$loop$m1892927425$44.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m1892927425$44) {
|
|
6077
6077
|
return function(v) {
|
|
6078
|
-
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$
|
|
6078
|
+
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m1892927425$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6079
6079
|
};
|
|
6080
|
-
}($jscomp$loop$
|
|
6080
|
+
}($jscomp$loop$m1892927425$44)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m1892927425$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6081
6081
|
} else if (Array.isArray(value)) {
|
|
6082
6082
|
if (metadata.emptyArrayIsUnset && 0 === value.length) {
|
|
6083
6083
|
continue;
|
|
@@ -6092,8 +6092,8 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
6092
6092
|
return target;
|
|
6093
6093
|
}
|
|
6094
6094
|
function module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, mapMetadata, valueGetter, valueSetter, copyInstanciator) {
|
|
6095
|
-
for (var objMap = {}, $jscomp$iter$20 = $jscomp.makeIterator(Object.keys(value)), $jscomp$key$
|
|
6096
|
-
var mapKey = $jscomp$key$
|
|
6095
|
+
for (var objMap = {}, $jscomp$iter$20 = $jscomp.makeIterator(Object.keys(value)), $jscomp$key$m1892927425$41$mapKey = $jscomp$iter$20.next(); !$jscomp$key$m1892927425$41$mapKey.done; $jscomp$key$m1892927425$41$mapKey = $jscomp$iter$20.next()) {
|
|
6096
|
+
var mapKey = $jscomp$key$m1892927425$41$mapKey.value, mapValue = value[mapKey];
|
|
6097
6097
|
null != mapValue && (objMap[mapKey] = module$contents$eeapiclient$domain_object_deepCopyValue(mapValue, valueGetter, valueSetter, copyInstanciator, mapMetadata.isValueArray, mapMetadata.isSerializable, mapMetadata.ctor));
|
|
6098
6098
|
}
|
|
6099
6099
|
return objMap;
|
|
@@ -6123,39 +6123,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
|
|
|
6123
6123
|
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))) {
|
|
6124
6124
|
return !1;
|
|
6125
6125
|
}
|
|
6126
|
-
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$
|
|
6127
|
-
var key = $jscomp$key$
|
|
6126
|
+
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$m1892927425$42$key = $jscomp$iter$21.next(), $jscomp$loop$m1892927425$45 = {}; !$jscomp$key$m1892927425$42$key.done; $jscomp$loop$m1892927425$45 = {value2$jscomp$7:void 0, mapMetadata$jscomp$2:void 0}, $jscomp$key$m1892927425$42$key = $jscomp$iter$21.next()) {
|
|
6127
|
+
var key = $jscomp$key$m1892927425$42$key.value, has1 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable1, key, metadata1), has2 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable2, key, metadata2);
|
|
6128
6128
|
if (has1 !== has2) {
|
|
6129
6129
|
return !1;
|
|
6130
6130
|
}
|
|
6131
6131
|
if (has1) {
|
|
6132
6132
|
var value1 = serializable1.Serializable$get(key);
|
|
6133
|
-
$jscomp$loop$
|
|
6133
|
+
$jscomp$loop$m1892927425$45.value2$jscomp$7 = serializable2.Serializable$get(key);
|
|
6134
6134
|
if (arrays1.hasOwnProperty(key)) {
|
|
6135
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6135
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !0, !0)) {
|
|
6136
6136
|
return !1;
|
|
6137
6137
|
}
|
|
6138
6138
|
} else if (objects1.hasOwnProperty(key)) {
|
|
6139
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6139
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !1, !0)) {
|
|
6140
6140
|
return !1;
|
|
6141
6141
|
}
|
|
6142
6142
|
} else if (objectMaps1.hasOwnProperty(key)) {
|
|
6143
|
-
if ($jscomp$loop$
|
|
6144
|
-
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$
|
|
6143
|
+
if ($jscomp$loop$m1892927425$45.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m1892927425$45.mapMetadata$jscomp$2.isPropertyArray) {
|
|
6144
|
+
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7) || value1.some(function($jscomp$loop$m1892927425$45) {
|
|
6145
6145
|
return function(v1, i) {
|
|
6146
|
-
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$
|
|
6146
|
+
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m1892927425$45.value2$jscomp$7[i], $jscomp$loop$m1892927425$45.mapMetadata$jscomp$2);
|
|
6147
6147
|
};
|
|
6148
|
-
}($jscomp$loop$
|
|
6148
|
+
}($jscomp$loop$m1892927425$45))) {
|
|
6149
6149
|
return !1;
|
|
6150
6150
|
}
|
|
6151
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$
|
|
6151
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, $jscomp$loop$m1892927425$45.mapMetadata$jscomp$2)) {
|
|
6152
6152
|
return !1;
|
|
6153
6153
|
}
|
|
6154
6154
|
} else if (Array.isArray(value1)) {
|
|
6155
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6155
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !0, !1)) {
|
|
6156
6156
|
return !1;
|
|
6157
6157
|
}
|
|
6158
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6158
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !1, !1)) {
|
|
6159
6159
|
return !1;
|
|
6160
6160
|
}
|
|
6161
6161
|
}
|
|
@@ -6177,8 +6177,8 @@ function module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, v
|
|
|
6177
6177
|
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, value2)) {
|
|
6178
6178
|
return !1;
|
|
6179
6179
|
}
|
|
6180
|
-
for (var $jscomp$iter$22 = $jscomp.makeIterator(Object.keys(value1)), $jscomp$key$
|
|
6181
|
-
var mapKey = $jscomp$key$
|
|
6180
|
+
for (var $jscomp$iter$22 = $jscomp.makeIterator(Object.keys(value1)), $jscomp$key$m1892927425$43$mapKey = $jscomp$iter$22.next(); !$jscomp$key$m1892927425$43$mapKey.done; $jscomp$key$m1892927425$43$mapKey = $jscomp$iter$22.next()) {
|
|
6181
|
+
var mapKey = $jscomp$key$m1892927425$43$mapKey.value;
|
|
6182
6182
|
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1[mapKey], value2[mapKey], mapMetadata.isValueArray, mapMetadata.isSerializable)) {
|
|
6183
6183
|
return !1;
|
|
6184
6184
|
}
|
|
@@ -6363,8 +6363,8 @@ function module$contents$safevalues$internals$resource_url_impl_unwrapResourceUr
|
|
|
6363
6363
|
return goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(value);
|
|
6364
6364
|
}
|
|
6365
6365
|
module$exports$safevalues$internals$resource_url_impl.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
|
|
6366
|
-
var $jscomp$templatelit$
|
|
6367
|
-
["\\0"]), $jscomp$templatelit$
|
|
6366
|
+
var $jscomp$templatelit$m425881384$5 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$m425881384$6 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\0"]), $jscomp$templatelit$m425881384$7 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$m425881384$8 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), $jscomp$templatelit$m425881384$9 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$m425881384$10 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"],
|
|
6367
|
+
["\\0"]), $jscomp$templatelit$m425881384$11 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$m425881384$12 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), module$contents$safevalues$internals$string_literal_module = module$contents$safevalues$internals$string_literal_module || {id:"third_party/javascript/safevalues/internals/string_literal.closure.js"};
|
|
6368
6368
|
function module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, numExprs) {
|
|
6369
6369
|
if (!module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) || numExprs + 1 !== templateObj.length) {
|
|
6370
6370
|
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 ##############################");
|
|
@@ -6378,14 +6378,14 @@ function module$contents$safevalues$internals$string_literal_checkTranspiled(fn)
|
|
|
6378
6378
|
return -1 === fn.toString().indexOf("`");
|
|
6379
6379
|
}
|
|
6380
6380
|
var module$contents$safevalues$internals$string_literal_isTranspiled = module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
6381
|
-
return tag($jscomp$templatelit$
|
|
6381
|
+
return tag($jscomp$templatelit$m425881384$5);
|
|
6382
6382
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
6383
|
-
return tag($jscomp$templatelit$
|
|
6383
|
+
return tag($jscomp$templatelit$m425881384$6);
|
|
6384
6384
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
6385
|
-
return tag($jscomp$templatelit$
|
|
6385
|
+
return tag($jscomp$templatelit$m425881384$7);
|
|
6386
6386
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
6387
|
-
return tag($jscomp$templatelit$
|
|
6388
|
-
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$
|
|
6387
|
+
return tag($jscomp$templatelit$m425881384$8);
|
|
6388
|
+
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$9) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$10) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$11) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$12);
|
|
6389
6389
|
function module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) {
|
|
6390
6390
|
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)) ?
|
|
6391
6391
|
!0 : !1;
|
|
@@ -6399,17 +6399,16 @@ function module$contents$safevalues$internals$secrets_ensureTokenIsValid(token)
|
|
|
6399
6399
|
}
|
|
6400
6400
|
module$exports$safevalues$internals$secrets.ensureTokenIsValid = module$contents$safevalues$internals$secrets_ensureTokenIsValid;
|
|
6401
6401
|
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"};
|
|
6402
|
-
module$exports$safevalues$internals$url_impl.SafeUrl = function(token) {
|
|
6402
|
+
module$exports$safevalues$internals$url_impl.SafeUrl = function(token, value) {
|
|
6403
6403
|
goog.DEBUG && module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
|
|
6404
|
+
this.privateDoNotAccessOrElseWrappedUrl = value;
|
|
6404
6405
|
};
|
|
6405
6406
|
module$exports$safevalues$internals$url_impl.SafeUrl.prototype.toString = function() {
|
|
6406
6407
|
return this.privateDoNotAccessOrElseWrappedUrl;
|
|
6407
6408
|
};
|
|
6408
6409
|
var module$contents$safevalues$internals$url_impl_UrlImpl = module$exports$safevalues$internals$url_impl.SafeUrl;
|
|
6409
|
-
function module$contents$safevalues$internals$url_impl_createUrlInternal(
|
|
6410
|
-
|
|
6411
|
-
url.privateDoNotAccessOrElseWrappedUrl = urlValue;
|
|
6412
|
-
return url;
|
|
6410
|
+
function module$contents$safevalues$internals$url_impl_createUrlInternal(value) {
|
|
6411
|
+
return new module$exports$safevalues$internals$url_impl.SafeUrl(module$exports$safevalues$internals$secrets.secretToken, value);
|
|
6413
6412
|
}
|
|
6414
6413
|
module$exports$safevalues$internals$url_impl.createUrlInternal = module$contents$safevalues$internals$url_impl_createUrlInternal;
|
|
6415
6414
|
module$exports$safevalues$internals$url_impl.ABOUT_BLANK = module$contents$safevalues$internals$url_impl_createUrlInternal("about:blank");
|
|
@@ -6568,13 +6567,14 @@ function module$contents$safevalues$builders$url_builders_extractScheme(url) {
|
|
|
6568
6567
|
module$exports$safevalues$builders$url_builders.extractScheme = module$contents$safevalues$builders$url_builders_extractScheme;
|
|
6569
6568
|
var module$contents$safevalues$builders$url_builders_ALLOWED_SCHEMES = ["data:", "http:", "https:", "mailto:", "ftp:"];
|
|
6570
6569
|
module$exports$safevalues$builders$url_builders.IS_NOT_JAVASCRIPT_URL_PATTERN = /^\s*(?!javascript:)(?:[\w+.-]+:|[^:/?#]*(?:[/?#]|$))/i;
|
|
6571
|
-
function module$contents$safevalues$builders$
|
|
6572
|
-
|
|
6570
|
+
function module$contents$safevalues$builders$url_builders_reportJavaScriptUrl(url) {
|
|
6571
|
+
var hasJavascriptUrlScheme = !module$exports$safevalues$builders$url_builders.IS_NOT_JAVASCRIPT_URL_PATTERN.test(url);
|
|
6572
|
+
hasJavascriptUrlScheme && module$contents$safevalues$builders$url_builders_triggerCallbacks(url);
|
|
6573
|
+
return hasJavascriptUrlScheme;
|
|
6573
6574
|
}
|
|
6575
|
+
module$exports$safevalues$builders$url_builders.reportJavaScriptUrl = module$contents$safevalues$builders$url_builders_reportJavaScriptUrl;
|
|
6574
6576
|
function module$contents$safevalues$builders$url_builders_sanitizeJavaScriptUrl(url) {
|
|
6575
|
-
if (module$contents$safevalues$builders$
|
|
6576
|
-
module$contents$safevalues$builders$url_builders_triggerCallbacks(url);
|
|
6577
|
-
} else {
|
|
6577
|
+
if (!module$contents$safevalues$builders$url_builders_reportJavaScriptUrl(url)) {
|
|
6578
6578
|
return url;
|
|
6579
6579
|
}
|
|
6580
6580
|
}
|
|
@@ -6612,6 +6612,9 @@ module$exports$safevalues$dom$elements$anchor.setHref = function(anchor, url) {
|
|
|
6612
6612
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
6613
6613
|
void 0 !== sanitizedUrl && (anchor.href = sanitizedUrl);
|
|
6614
6614
|
};
|
|
6615
|
+
module$exports$safevalues$dom$elements$anchor.setHrefLite = function(anchor, url) {
|
|
6616
|
+
module$contents$safevalues$builders$url_builders_reportJavaScriptUrl(url) || (anchor.href = url);
|
|
6617
|
+
};
|
|
6615
6618
|
var module$exports$safevalues$dom$elements$area = {}, module$contents$safevalues$dom$elements$area_module = module$contents$safevalues$dom$elements$area_module || {id:"third_party/javascript/safevalues/dom/elements/area.closure.js"};
|
|
6616
6619
|
module$exports$safevalues$dom$elements$area.setHref = function(area, url) {
|
|
6617
6620
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
@@ -6627,26 +6630,28 @@ module$exports$safevalues$dom$elements$button.setFormaction = function(button, u
|
|
|
6627
6630
|
void 0 !== sanitizedUrl && (button.formAction = sanitizedUrl);
|
|
6628
6631
|
};
|
|
6629
6632
|
var module$exports$safevalues$internals$attribute_impl = {}, module$contents$safevalues$internals$attribute_impl_module = module$contents$safevalues$internals$attribute_impl_module || {id:"third_party/javascript/safevalues/internals/attribute_impl.closure.js"};
|
|
6630
|
-
module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix = function() {
|
|
6631
|
-
|
|
6632
|
-
|
|
6633
|
-
module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
|
|
6634
|
-
this.privateDoNotAccessOrElseWrappedAttrPrefix = attrPrefix;
|
|
6633
|
+
module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix = function(token, value) {
|
|
6634
|
+
goog.DEBUG && module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
|
|
6635
|
+
this.privateDoNotAccessOrElseWrappedAttributePrefix = value;
|
|
6635
6636
|
};
|
|
6636
|
-
|
|
6637
|
-
|
|
6638
|
-
return this.privateDoNotAccessOrElseWrappedAttrPrefix;
|
|
6637
|
+
module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix.prototype.toString = function() {
|
|
6638
|
+
return this.privateDoNotAccessOrElseWrappedAttributePrefix;
|
|
6639
6639
|
};
|
|
6640
|
-
|
|
6641
|
-
|
|
6640
|
+
var module$contents$safevalues$internals$attribute_impl_AttributePrefixImpl = module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix;
|
|
6641
|
+
function module$contents$safevalues$internals$attribute_impl_createAttributePrefixInternal(value) {
|
|
6642
|
+
return new module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix(module$exports$safevalues$internals$secrets.secretToken, value);
|
|
6642
6643
|
}
|
|
6643
6644
|
module$exports$safevalues$internals$attribute_impl.createAttributePrefixInternal = module$contents$safevalues$internals$attribute_impl_createAttributePrefixInternal;
|
|
6645
|
+
function module$contents$safevalues$internals$attribute_impl_isAttributePrefix(value) {
|
|
6646
|
+
return value instanceof module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix;
|
|
6647
|
+
}
|
|
6648
|
+
module$exports$safevalues$internals$attribute_impl.isAttributePrefix = module$contents$safevalues$internals$attribute_impl_isAttributePrefix;
|
|
6644
6649
|
function module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix(value) {
|
|
6645
|
-
if (
|
|
6646
|
-
return value.
|
|
6650
|
+
if (module$contents$safevalues$internals$attribute_impl_isAttributePrefix(value)) {
|
|
6651
|
+
return value.privateDoNotAccessOrElseWrappedAttributePrefix;
|
|
6647
6652
|
}
|
|
6648
6653
|
var message = "";
|
|
6649
|
-
goog.DEBUG && (message = "Unexpected type when unwrapping SafeAttributePrefix");
|
|
6654
|
+
goog.DEBUG && (message = "Unexpected type when unwrapping SafeAttributePrefix, got '" + value + "' of type '" + typeof value + "'");
|
|
6650
6655
|
throw Error(message);
|
|
6651
6656
|
}
|
|
6652
6657
|
module$exports$safevalues$internals$attribute_impl.unwrapAttributePrefix = module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix;
|
|
@@ -7315,9 +7320,9 @@ function module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(ifr
|
|
|
7315
7320
|
}
|
|
7316
7321
|
}
|
|
7317
7322
|
module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIntentError = function(type, intent) {
|
|
7318
|
-
var $jscomp$tmp$error$
|
|
7319
|
-
this.message = $jscomp$tmp$error$
|
|
7320
|
-
"stack" in $jscomp$tmp$error$
|
|
7323
|
+
var $jscomp$tmp$error$494508883$1 = Error.call(this, type + " cannot be used with intent " + module$exports$safevalues$dom$elements$iframe.Intent[intent]);
|
|
7324
|
+
this.message = $jscomp$tmp$error$494508883$1.message;
|
|
7325
|
+
"stack" in $jscomp$tmp$error$494508883$1 && (this.stack = $jscomp$tmp$error$494508883$1.stack);
|
|
7321
7326
|
this.type = type;
|
|
7322
7327
|
this.intent = intent;
|
|
7323
7328
|
this.name = "TypeCannotBeUsedWithIntentError";
|
|
@@ -7439,25 +7444,24 @@ module$exports$safevalues$dom$globals$window.getStyleNonce = function(win) {
|
|
|
7439
7444
|
return module$contents$safevalues$dom$globals$window_getNonceFor("style", win);
|
|
7440
7445
|
};
|
|
7441
7446
|
function module$contents$safevalues$dom$globals$window_getNonceFor(elementName, win) {
|
|
7442
|
-
var $jscomp$optchain$
|
|
7447
|
+
var $jscomp$optchain$tmpm1987982378$0, $jscomp$optchain$tmpm1987982378$1, el = null == ($jscomp$optchain$tmpm1987982378$1 = ($jscomp$optchain$tmpm1987982378$0 = win.document).querySelector) ? void 0 : $jscomp$optchain$tmpm1987982378$1.call($jscomp$optchain$tmpm1987982378$0, elementName + "[nonce]");
|
|
7443
7448
|
return el ? el.nonce || el.getAttribute("nonce") || "" : "";
|
|
7444
7449
|
}
|
|
7445
7450
|
;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"}, module$contents$safevalues$internals$script_impl_trustedTypes = goog.global.trustedTypes;
|
|
7446
|
-
module$exports$safevalues$internals$script_impl.SafeScript = function(token) {
|
|
7451
|
+
module$exports$safevalues$internals$script_impl.SafeScript = function(token, value) {
|
|
7447
7452
|
goog.DEBUG && module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
|
|
7453
|
+
this.privateDoNotAccessOrElseWrappedScript = value;
|
|
7448
7454
|
};
|
|
7449
7455
|
module$exports$safevalues$internals$script_impl.SafeScript.prototype.toString = function() {
|
|
7450
7456
|
return this.privateDoNotAccessOrElseWrappedScript.toString();
|
|
7451
7457
|
};
|
|
7452
7458
|
var module$contents$safevalues$internals$script_impl_ScriptImpl = module$exports$safevalues$internals$script_impl.SafeScript;
|
|
7453
|
-
function module$contents$safevalues$internals$script_impl_constructScript(
|
|
7454
|
-
|
|
7455
|
-
script.privateDoNotAccessOrElseWrappedScript = contents;
|
|
7456
|
-
return script;
|
|
7459
|
+
function module$contents$safevalues$internals$script_impl_constructScript(value) {
|
|
7460
|
+
return new module$exports$safevalues$internals$script_impl.SafeScript(module$exports$safevalues$internals$secrets.secretToken, value);
|
|
7457
7461
|
}
|
|
7458
|
-
function module$contents$safevalues$internals$script_impl_createScriptInternal(
|
|
7459
|
-
var
|
|
7460
|
-
return module$contents$safevalues$internals$script_impl_constructScript(policy ? policy.createScript(
|
|
7462
|
+
function module$contents$safevalues$internals$script_impl_createScriptInternal(value) {
|
|
7463
|
+
var noinlineValue = value, policy = (0,goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse)();
|
|
7464
|
+
return module$contents$safevalues$internals$script_impl_constructScript(policy ? policy.createScript(noinlineValue) : noinlineValue);
|
|
7461
7465
|
}
|
|
7462
7466
|
module$exports$safevalues$internals$script_impl.createScriptInternal = module$contents$safevalues$internals$script_impl_createScriptInternal;
|
|
7463
7467
|
module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT = module$contents$safevalues$internals$pure_pure(function() {
|
|
@@ -7468,7 +7472,7 @@ function module$contents$safevalues$internals$script_impl_isScript(value) {
|
|
|
7468
7472
|
}
|
|
7469
7473
|
module$exports$safevalues$internals$script_impl.isScript = module$contents$safevalues$internals$script_impl_isScript;
|
|
7470
7474
|
function module$contents$safevalues$internals$script_impl_unwrapScript(value) {
|
|
7471
|
-
if (
|
|
7475
|
+
if (module$contents$safevalues$internals$script_impl_isScript(value)) {
|
|
7472
7476
|
return value.privateDoNotAccessOrElseWrappedScript;
|
|
7473
7477
|
}
|
|
7474
7478
|
var message = "";
|
|
@@ -7828,9 +7832,9 @@ function module$contents$safevalues$dom$globals$dom_parser_parseFromString(parse
|
|
|
7828
7832
|
module$exports$safevalues$dom$globals$dom_parser.parseFromString = module$contents$safevalues$dom$globals$dom_parser_parseFromString;
|
|
7829
7833
|
var module$exports$safevalues$dom$globals$fetch = {}, module$contents$safevalues$dom$globals$fetch_module = module$contents$safevalues$dom$globals$fetch_module || {id:"third_party/javascript/safevalues/dom/globals/fetch.closure.js"};
|
|
7830
7834
|
module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError = function(url, typeName, contentType) {
|
|
7831
|
-
var $jscomp$tmp$error$
|
|
7832
|
-
this.message = $jscomp$tmp$error$
|
|
7833
|
-
"stack" in $jscomp$tmp$error$
|
|
7835
|
+
var $jscomp$tmp$error$1153895636$4 = Error.call(this, url + " was requested as a " + typeName + ', but the response Content-Type, "' + contentType + " is not appropriate for this type of content.");
|
|
7836
|
+
this.message = $jscomp$tmp$error$1153895636$4.message;
|
|
7837
|
+
"stack" in $jscomp$tmp$error$1153895636$4 && (this.stack = $jscomp$tmp$error$1153895636$4.stack);
|
|
7834
7838
|
this.url = url;
|
|
7835
7839
|
this.typeName = typeName;
|
|
7836
7840
|
this.contentType = contentType;
|
|
@@ -7842,48 +7846,48 @@ function module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(
|
|
|
7842
7846
|
return (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)(html);
|
|
7843
7847
|
}
|
|
7844
7848
|
function module$contents$safevalues$dom$globals$fetch_fetchResourceUrl(u, init) {
|
|
7845
|
-
var response, $jscomp$optchain$
|
|
7846
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$
|
|
7847
|
-
if (1 == $jscomp$generator$context$
|
|
7848
|
-
return $jscomp$generator$context$
|
|
7849
|
-
}
|
|
7850
|
-
response = $jscomp$generator$context$
|
|
7851
|
-
mimeType = null == ($jscomp$optchain$
|
|
7852
|
-
return $jscomp$generator$context$
|
|
7849
|
+
var response, $jscomp$optchain$tmp1153895636$0, $jscomp$optchain$tmp1153895636$1, $jscomp$optchain$tmp1153895636$2, mimeType;
|
|
7850
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1153895636$8) {
|
|
7851
|
+
if (1 == $jscomp$generator$context$1153895636$8.nextAddress) {
|
|
7852
|
+
return $jscomp$generator$context$1153895636$8.yield(fetch(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(u).toString(), init), 2);
|
|
7853
|
+
}
|
|
7854
|
+
response = $jscomp$generator$context$1153895636$8.yieldResult;
|
|
7855
|
+
mimeType = null == ($jscomp$optchain$tmp1153895636$0 = response.headers.get("Content-Type")) ? void 0 : null == ($jscomp$optchain$tmp1153895636$1 = $jscomp$optchain$tmp1153895636$0.split(";", 2)) ? void 0 : null == ($jscomp$optchain$tmp1153895636$2 = $jscomp$optchain$tmp1153895636$1[0]) ? void 0 : $jscomp$optchain$tmp1153895636$2.toLowerCase();
|
|
7856
|
+
return $jscomp$generator$context$1153895636$8.return({html:function() {
|
|
7853
7857
|
var text;
|
|
7854
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$
|
|
7855
|
-
if (1 == $jscomp$generator$context$
|
|
7858
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1153895636$5) {
|
|
7859
|
+
if (1 == $jscomp$generator$context$1153895636$5.nextAddress) {
|
|
7856
7860
|
if ("text/html" !== mimeType) {
|
|
7857
7861
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeHtml", "text/html");
|
|
7858
7862
|
}
|
|
7859
|
-
return $jscomp$generator$context$
|
|
7863
|
+
return $jscomp$generator$context$1153895636$5.yield(response.text(), 2);
|
|
7860
7864
|
}
|
|
7861
|
-
text = $jscomp$generator$context$
|
|
7862
|
-
return $jscomp$generator$context$
|
|
7865
|
+
text = $jscomp$generator$context$1153895636$5.yieldResult;
|
|
7866
|
+
return $jscomp$generator$context$1153895636$5.return(module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(text));
|
|
7863
7867
|
});
|
|
7864
7868
|
}, script:function() {
|
|
7865
7869
|
var text;
|
|
7866
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$
|
|
7867
|
-
if (1 == $jscomp$generator$context$
|
|
7870
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1153895636$6) {
|
|
7871
|
+
if (1 == $jscomp$generator$context$1153895636$6.nextAddress) {
|
|
7868
7872
|
if ("text/javascript" !== mimeType && "application/javascript" !== mimeType) {
|
|
7869
7873
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeScript", "text/javascript");
|
|
7870
7874
|
}
|
|
7871
|
-
return $jscomp$generator$context$
|
|
7875
|
+
return $jscomp$generator$context$1153895636$6.yield(response.text(), 2);
|
|
7872
7876
|
}
|
|
7873
|
-
text = $jscomp$generator$context$
|
|
7874
|
-
return $jscomp$generator$context$
|
|
7877
|
+
text = $jscomp$generator$context$1153895636$6.yieldResult;
|
|
7878
|
+
return $jscomp$generator$context$1153895636$6.return(module$contents$safevalues$internals$script_impl_createScriptInternal(text));
|
|
7875
7879
|
});
|
|
7876
7880
|
}, styleSheet:function() {
|
|
7877
7881
|
var text;
|
|
7878
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$
|
|
7879
|
-
if (1 == $jscomp$generator$context$
|
|
7882
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1153895636$7) {
|
|
7883
|
+
if (1 == $jscomp$generator$context$1153895636$7.nextAddress) {
|
|
7880
7884
|
if ("text/css" !== mimeType) {
|
|
7881
7885
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeStyleSheet", "text/css");
|
|
7882
7886
|
}
|
|
7883
|
-
return $jscomp$generator$context$
|
|
7887
|
+
return $jscomp$generator$context$1153895636$7.yield(response.text(), 2);
|
|
7884
7888
|
}
|
|
7885
|
-
text = $jscomp$generator$context$
|
|
7886
|
-
return $jscomp$generator$context$
|
|
7889
|
+
text = $jscomp$generator$context$1153895636$7.yieldResult;
|
|
7890
|
+
return $jscomp$generator$context$1153895636$7.return(module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(text));
|
|
7887
7891
|
});
|
|
7888
7892
|
}});
|
|
7889
7893
|
});
|
|
@@ -9175,8 +9179,8 @@ function module$contents$eeapiclient$request_params_processParams(params) {
|
|
|
9175
9179
|
}
|
|
9176
9180
|
module$exports$eeapiclient$request_params.processParams = module$contents$eeapiclient$request_params_processParams;
|
|
9177
9181
|
function module$contents$eeapiclient$request_params_buildQueryParams(params, mapping, passthroughParams) {
|
|
9178
|
-
for (var urlQueryParams = passthroughParams = void 0 === passthroughParams ? {} : passthroughParams, $jscomp$iter$28 = $jscomp.makeIterator(Object.entries(mapping)), $jscomp$key$
|
|
9179
|
-
var $jscomp$destructuring$var27 = $jscomp.makeIterator($jscomp$key$
|
|
9182
|
+
for (var urlQueryParams = passthroughParams = void 0 === passthroughParams ? {} : passthroughParams, $jscomp$iter$28 = $jscomp.makeIterator(Object.entries(mapping)), $jscomp$key$m125199259$0$ = $jscomp$iter$28.next(); !$jscomp$key$m125199259$0$.done; $jscomp$key$m125199259$0$ = $jscomp$iter$28.next()) {
|
|
9183
|
+
var $jscomp$destructuring$var27 = $jscomp.makeIterator($jscomp$key$m125199259$0$.value), jsName__tsickle_destructured_1 = $jscomp$destructuring$var27.next().value, urlQueryParamName__tsickle_destructured_2 = $jscomp$destructuring$var27.next().value, jsName = jsName__tsickle_destructured_1, urlQueryParamName = urlQueryParamName__tsickle_destructured_2;
|
|
9180
9184
|
jsName in params && (urlQueryParams[urlQueryParamName] = params[jsName]);
|
|
9181
9185
|
}
|
|
9182
9186
|
return urlQueryParams;
|
|
@@ -9187,8 +9191,8 @@ module$exports$eeapiclient$request_params.bypassCorsPreflight = function(params)
|
|
|
9187
9191
|
var safeHeaders = {}, unsafeHeaders = {}, hasUnsafeHeaders = !1, hasContentType = !1;
|
|
9188
9192
|
if (params.headers) {
|
|
9189
9193
|
hasContentType = null != params.headers["Content-Type"];
|
|
9190
|
-
for (var $jscomp$iter$29 = $jscomp.makeIterator(Object.entries(params.headers)), $jscomp$key$
|
|
9191
|
-
var $jscomp$destructuring$var29 = $jscomp.makeIterator($jscomp$key$
|
|
9194
|
+
for (var $jscomp$iter$29 = $jscomp.makeIterator(Object.entries(params.headers)), $jscomp$key$m125199259$1$ = $jscomp$iter$29.next(); !$jscomp$key$m125199259$1$.done; $jscomp$key$m125199259$1$ = $jscomp$iter$29.next()) {
|
|
9195
|
+
var $jscomp$destructuring$var29 = $jscomp.makeIterator($jscomp$key$m125199259$1$.value), key__tsickle_destructured_3 = $jscomp$destructuring$var29.next().value, value__tsickle_destructured_4 = $jscomp$destructuring$var29.next().value, key = key__tsickle_destructured_3, value = value__tsickle_destructured_4;
|
|
9192
9196
|
module$contents$eeapiclient$request_params_simpleCorsAllowedHeaders.includes(key) ? safeHeaders[key] = value : (unsafeHeaders[key] = value, hasUnsafeHeaders = !0);
|
|
9193
9197
|
}
|
|
9194
9198
|
}
|
|
@@ -9233,15 +9237,15 @@ module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.addMetad
|
|
|
9233
9237
|
this._metadataPayload += "Content-Type: application/json; charset=utf-8\r\n\r\n" + JSON.stringify(json) + ("\r\n--" + this._boundary + "\r\n");
|
|
9234
9238
|
};
|
|
9235
9239
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.build = function() {
|
|
9236
|
-
var $jscomp$this$
|
|
9240
|
+
var $jscomp$this$m133342051$6 = this, payload = "--" + this._boundary + "\r\n";
|
|
9237
9241
|
payload += this._metadataPayload;
|
|
9238
9242
|
return Promise.all(this.files.map(function(f) {
|
|
9239
|
-
return $jscomp$this$
|
|
9243
|
+
return $jscomp$this$m133342051$6.encodeFile(f);
|
|
9240
9244
|
})).then(function(filePayloads) {
|
|
9241
|
-
for (var $jscomp$iter$30 = $jscomp.makeIterator(filePayloads), $jscomp$key$
|
|
9242
|
-
payload += $jscomp$key$
|
|
9245
|
+
for (var $jscomp$iter$30 = $jscomp.makeIterator(filePayloads), $jscomp$key$m133342051$9$filePayload = $jscomp$iter$30.next(); !$jscomp$key$m133342051$9$filePayload.done; $jscomp$key$m133342051$9$filePayload = $jscomp$iter$30.next()) {
|
|
9246
|
+
payload += $jscomp$key$m133342051$9$filePayload.value;
|
|
9243
9247
|
}
|
|
9244
|
-
return payload += "\r\n--" + $jscomp$this$
|
|
9248
|
+
return payload += "\r\n--" + $jscomp$this$m133342051$6._boundary + "--";
|
|
9245
9249
|
});
|
|
9246
9250
|
};
|
|
9247
9251
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.encodeFile = function(file) {
|
|
@@ -9329,9 +9333,9 @@ module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$reques
|
|
|
9329
9333
|
return this.$addHooksToRequest(requestParams, this.requestService.send(module$contents$eeapiclient$api_client_toMakeRequestParams(requestParams), responseCtor));
|
|
9330
9334
|
};
|
|
9331
9335
|
module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$uploadRequest = function(requestParams) {
|
|
9332
|
-
var $jscomp$this$
|
|
9336
|
+
var $jscomp$this$m296226325$4 = this, responseCtor = requestParams.responseCtor || void 0;
|
|
9333
9337
|
return this.$addHooksToRequest(requestParams, module$contents$eeapiclient$api_client_toMultipartMakeRequestParams(requestParams).then(function(params) {
|
|
9334
|
-
return $jscomp$this$
|
|
9338
|
+
return $jscomp$this$m296226325$4.requestService.send(params, responseCtor);
|
|
9335
9339
|
}));
|
|
9336
9340
|
};
|
|
9337
9341
|
var module$exports$eeapiclient$ee_api_client = {}, module$contents$eeapiclient$ee_api_client_module = module$contents$eeapiclient$ee_api_client_module || {id:"geo/gestalt/client/javascript/v1/ee_api_client.closure.js"};
|
|
@@ -10477,15 +10481,20 @@ module$exports$eeapiclient$ee_api_client.DataAccessOptions = function(parameters
|
|
|
10477
10481
|
parameters = void 0 === parameters ? {} : parameters;
|
|
10478
10482
|
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
10479
10483
|
this.Serializable$set("logMode", null == parameters.logMode ? null : parameters.logMode);
|
|
10484
|
+
this.Serializable$set("isDirectAuth", null == parameters.isDirectAuth ? null : parameters.isDirectAuth);
|
|
10480
10485
|
};
|
|
10481
10486
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.DataAccessOptions, module$exports$eeapiclient$domain_object.Serializable);
|
|
10482
10487
|
module$exports$eeapiclient$ee_api_client.DataAccessOptions.prototype.getConstructor = function() {
|
|
10483
10488
|
return module$exports$eeapiclient$ee_api_client.DataAccessOptions;
|
|
10484
10489
|
};
|
|
10485
10490
|
module$exports$eeapiclient$ee_api_client.DataAccessOptions.prototype.getPartialClassMetadata = function() {
|
|
10486
|
-
return {enums:{logMode:module$exports$eeapiclient$ee_api_client.DataAccessOptionsLogModeEnum}, keys:["logMode"]};
|
|
10491
|
+
return {enums:{logMode:module$exports$eeapiclient$ee_api_client.DataAccessOptionsLogModeEnum}, keys:["isDirectAuth", "logMode"]};
|
|
10487
10492
|
};
|
|
10488
|
-
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.DataAccessOptions.prototype, {
|
|
10493
|
+
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.DataAccessOptions.prototype, {isDirectAuth:{configurable:!0, enumerable:!0, get:function() {
|
|
10494
|
+
return this.Serializable$has("isDirectAuth") ? this.Serializable$get("isDirectAuth") : null;
|
|
10495
|
+
}, set:function(value) {
|
|
10496
|
+
this.Serializable$set("isDirectAuth", value);
|
|
10497
|
+
}}, logMode:{configurable:!0, enumerable:!0, get:function() {
|
|
10489
10498
|
return this.Serializable$has("logMode") ? this.Serializable$get("logMode") : null;
|
|
10490
10499
|
}, set:function(value) {
|
|
10491
10500
|
this.Serializable$set("logMode", value);
|
|
@@ -15274,7 +15283,7 @@ function module$contents$safevalues$builders$document_fragment_builders_htmlToNo
|
|
|
15274
15283
|
}
|
|
15275
15284
|
module$exports$safevalues$builders$document_fragment_builders.htmlToNode = module$contents$safevalues$builders$document_fragment_builders_htmlToNode;
|
|
15276
15285
|
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;
|
|
15277
|
-
module$
|
|
15286
|
+
function module$contents$safevalues$builders$style_sheet_builders_safeStyleRule(templateObj) {
|
|
15278
15287
|
var rest = $jscomp.getRestArguments.apply(1, arguments);
|
|
15279
15288
|
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, rest.length);
|
|
15280
15289
|
for (var stringifiedRule = templateObj[0], i = 0; i < templateObj.length - 1; i++) {
|
|
@@ -15297,18 +15306,21 @@ module$exports$safevalues$builders$style_sheet_builders.safeStyleRule = function
|
|
|
15297
15306
|
throw Error("safeStyleRule can be used to construct a CSSStyleRule. @-rules should be constructed with the safeStyleSheet builder. Tried to parse: " + stringifiedRule);
|
|
15298
15307
|
}
|
|
15299
15308
|
}
|
|
15300
|
-
}
|
|
15301
|
-
module$exports$safevalues$builders$style_sheet_builders.
|
|
15309
|
+
}
|
|
15310
|
+
module$exports$safevalues$builders$style_sheet_builders.safeStyleRule = module$contents$safevalues$builders$style_sheet_builders_safeStyleRule;
|
|
15311
|
+
function module$contents$safevalues$builders$style_sheet_builders_safeStyleSheet(templateObj) {
|
|
15302
15312
|
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, 0);
|
|
15303
15313
|
var styleSheet = templateObj[0];
|
|
15304
15314
|
if (goog.DEBUG && /</.test(styleSheet)) {
|
|
15305
15315
|
throw Error("'<' character is forbidden in styleSheet string: " + styleSheet);
|
|
15306
15316
|
}
|
|
15307
15317
|
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(styleSheet);
|
|
15308
|
-
}
|
|
15309
|
-
module$exports$safevalues$builders$style_sheet_builders.
|
|
15318
|
+
}
|
|
15319
|
+
module$exports$safevalues$builders$style_sheet_builders.safeStyleSheet = module$contents$safevalues$builders$style_sheet_builders_safeStyleSheet;
|
|
15320
|
+
function module$contents$safevalues$builders$style_sheet_builders_concatStyleSheets(sheets) {
|
|
15310
15321
|
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(sheets.map(module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet).join(""));
|
|
15311
|
-
}
|
|
15322
|
+
}
|
|
15323
|
+
module$exports$safevalues$builders$style_sheet_builders.concatStyleSheets = module$contents$safevalues$builders$style_sheet_builders_concatStyleSheets;
|
|
15312
15324
|
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"};
|
|
15313
15325
|
function module$contents$safevalues$builders$html_builders_htmlEscape(value, options) {
|
|
15314
15326
|
options = void 0 === options ? {} : options;
|
|
@@ -15417,7 +15429,7 @@ module$exports$safevalues$builders$html_builders.styleSheetToHtml = function(sty
|
|
|
15417
15429
|
}
|
|
15418
15430
|
combinedAttributes.type = "text/css";
|
|
15419
15431
|
var stringifiedAttributes = module$contents$safevalues$builders$html_builders_stringifyAttributes("style", combinedAttributes);
|
|
15420
|
-
Array.isArray(styleSheet) && (styleSheet =
|
|
15432
|
+
Array.isArray(styleSheet) && (styleSheet = module$contents$safevalues$builders$style_sheet_builders_concatStyleSheets(styleSheet));
|
|
15421
15433
|
var styleContent = module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet(styleSheet);
|
|
15422
15434
|
return (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)("<style " + stringifiedAttributes + ">" + styleContent + "</style>");
|
|
15423
15435
|
};
|
|
@@ -15454,8 +15466,8 @@ module$exports$safevalues$builders$html_formatter.HtmlFormatter = function() {
|
|
|
15454
15466
|
this.replacements = new Map();
|
|
15455
15467
|
};
|
|
15456
15468
|
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.format = function(format) {
|
|
15457
|
-
var $jscomp$this$
|
|
15458
|
-
return $jscomp$this$
|
|
15469
|
+
var $jscomp$this$1018007701$5 = this, openedTags = [], marker = (0,module$exports$safevalues$builders$html_builders.htmlEscape)("_safevalues_format_marker_:").toString(), html = (0,module$exports$safevalues$builders$html_builders.htmlEscape)(format).toString().replace(new RegExp("\\{" + marker + "[\\w&#;]+\\}", "g"), function(match) {
|
|
15470
|
+
return $jscomp$this$1018007701$5.replaceFormattingString(openedTags, match);
|
|
15459
15471
|
});
|
|
15460
15472
|
if (0 !== openedTags.length) {
|
|
15461
15473
|
if (goog.DEBUG) {
|
|
@@ -15635,8 +15647,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15635
15647
|
return this.sanitizeToFragmentInternal(html, inertDocument);
|
|
15636
15648
|
};
|
|
15637
15649
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeToFragmentInternal = function(html, inertDocument) {
|
|
15638
|
-
for (var $jscomp$this$
|
|
15639
|
-
return $jscomp$this$
|
|
15650
|
+
for (var $jscomp$this$m1085474118$10 = this, dirtyFragment = module$contents$safevalues$builders$html_sanitizer$inert_fragment_createInertFragment(html, inertDocument), treeWalker = document.createTreeWalker(dirtyFragment, 5, function(n) {
|
|
15651
|
+
return $jscomp$this$m1085474118$10.nodeFilter(n);
|
|
15640
15652
|
}, !1), currentNode = treeWalker.nextNode(), sanitizedFragment = inertDocument.createDocumentFragment(), sanitizedParent = sanitizedFragment; null !== currentNode;) {
|
|
15641
15653
|
var sanitizedNode = void 0;
|
|
15642
15654
|
if (module$contents$safevalues$builders$html_sanitizer$no_clobber_isText(currentNode)) {
|
|
@@ -15663,8 +15675,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15663
15675
|
return document.createTextNode(textNode.data);
|
|
15664
15676
|
};
|
|
15665
15677
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeElementNode = function(elementNode, inertDocument) {
|
|
15666
|
-
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$31 = $jscomp.makeIterator(dirtyAttributes), $jscomp$key$
|
|
15667
|
-
var $jscomp$destructuring$var31 = $jscomp$key$
|
|
15678
|
+
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$31 = $jscomp.makeIterator(dirtyAttributes), $jscomp$key$m1085474118$25$ = $jscomp$iter$31.next(); !$jscomp$key$m1085474118$25$.done; $jscomp$key$m1085474118$25$ = $jscomp$iter$31.next()) {
|
|
15679
|
+
var $jscomp$destructuring$var31 = $jscomp$key$m1085474118$25$.value, name = $jscomp$destructuring$var31.name, value = $jscomp$destructuring$var31.value, policy = this.sanitizerTable.getAttributePolicy(name, elementName);
|
|
15668
15680
|
if (this.satisfiesAllConditions(policy.conditions, dirtyAttributes)) {
|
|
15669
15681
|
switch(policy.policyAction) {
|
|
15670
15682
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP:
|
|
@@ -15717,8 +15729,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15717
15729
|
if (!conditions) {
|
|
15718
15730
|
return !0;
|
|
15719
15731
|
}
|
|
15720
|
-
for (var $jscomp$iter$32 = $jscomp.makeIterator(conditions), $jscomp$key$
|
|
15721
|
-
var $jscomp$destructuring$var33 = $jscomp.makeIterator($jscomp$key$
|
|
15732
|
+
for (var $jscomp$iter$32 = $jscomp.makeIterator(conditions), $jscomp$key$m1085474118$26$ = $jscomp$iter$32.next(); !$jscomp$key$m1085474118$26$.done; $jscomp$key$m1085474118$26$ = $jscomp$iter$32.next()) {
|
|
15733
|
+
var $jscomp$destructuring$var33 = $jscomp.makeIterator($jscomp$key$m1085474118$26$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var33.next().value, expectedValues = $jscomp$destructuring$var33.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;
|
|
15722
15734
|
if (value && !expectedValues.has(value)) {
|
|
15723
15735
|
return !1;
|
|
15724
15736
|
}
|
|
@@ -15772,8 +15784,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15772
15784
|
this.sanitizerTable = module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.defaultSanitizerTable;
|
|
15773
15785
|
};
|
|
15774
15786
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowElements = function(elementSet) {
|
|
15775
|
-
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$33 = $jscomp.makeIterator(elementSet), $jscomp$key$
|
|
15776
|
-
var element = $jscomp$key$
|
|
15787
|
+
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$33 = $jscomp.makeIterator(elementSet), $jscomp$key$435282654$0$element = $jscomp$iter$33.next(); !$jscomp$key$435282654$0$element.done; $jscomp$key$435282654$0$element = $jscomp$iter$33.next()) {
|
|
15788
|
+
var element = $jscomp$key$435282654$0$element.value;
|
|
15777
15789
|
element = element.toUpperCase();
|
|
15778
15790
|
if (!this.sanitizerTable.isAllowedElement(element)) {
|
|
15779
15791
|
throw Error("Element: " + element + ", is not allowed by html5_contract.textpb");
|
|
@@ -15791,8 +15803,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15791
15803
|
throw Error("Element: " + element + " is not a custom element");
|
|
15792
15804
|
}
|
|
15793
15805
|
if (allowedAttributes) {
|
|
15794
|
-
for (var elementPolicy = new Map(), $jscomp$iter$34 = $jscomp.makeIterator(allowedAttributes), $jscomp$key$
|
|
15795
|
-
elementPolicy.set($jscomp$key$
|
|
15806
|
+
for (var elementPolicy = new Map(), $jscomp$iter$34 = $jscomp.makeIterator(allowedAttributes), $jscomp$key$435282654$1$attribute = $jscomp$iter$34.next(); !$jscomp$key$435282654$1$attribute.done; $jscomp$key$435282654$1$attribute = $jscomp$iter$34.next()) {
|
|
15807
|
+
elementPolicy.set($jscomp$key$435282654$1$attribute.value, {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
|
|
15796
15808
|
}
|
|
15797
15809
|
allowedElementPolicies.set(element, elementPolicy);
|
|
15798
15810
|
} else {
|
|
@@ -15802,15 +15814,15 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15802
15814
|
return this;
|
|
15803
15815
|
};
|
|
15804
15816
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowAttributes = function(attributeSet) {
|
|
15805
|
-
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$35 = $jscomp.makeIterator(attributeSet), $jscomp$key$
|
|
15806
|
-
var attribute = $jscomp$key$
|
|
15817
|
+
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$35 = $jscomp.makeIterator(attributeSet), $jscomp$key$435282654$2$attribute = $jscomp$iter$35.next(); !$jscomp$key$435282654$2$attribute.done; $jscomp$key$435282654$2$attribute = $jscomp$iter$35.next()) {
|
|
15818
|
+
var attribute = $jscomp$key$435282654$2$attribute.value;
|
|
15807
15819
|
this.sanitizerTable.allowedGlobalAttributes.has(attribute) && allowedGlobalAttributes.add(attribute);
|
|
15808
15820
|
this.sanitizerTable.globalAttributePolicies.has(attribute) && globalAttributePolicies.set(attribute, this.sanitizerTable.globalAttributePolicies.get(attribute));
|
|
15809
15821
|
}
|
|
15810
|
-
for (var $jscomp$iter$37 = $jscomp.makeIterator(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$
|
|
15811
|
-
for (var $jscomp$destructuring$var35 = $jscomp.makeIterator($jscomp$key$
|
|
15822
|
+
for (var $jscomp$iter$37 = $jscomp.makeIterator(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$435282654$4$ = $jscomp$iter$37.next(); !$jscomp$key$435282654$4$.done; $jscomp$key$435282654$4$ = $jscomp$iter$37.next()) {
|
|
15823
|
+
for (var $jscomp$destructuring$var35 = $jscomp.makeIterator($jscomp$key$435282654$4$.value), elementName__tsickle_destructured_1 = $jscomp$destructuring$var35.next().value, originalElementPolicy__tsickle_destructured_2 = $jscomp$destructuring$var35.next().value, elementName = elementName__tsickle_destructured_1, newElementPolicy = new Map(), $jscomp$iter$36 = $jscomp.makeIterator(originalElementPolicy__tsickle_destructured_2.entries()), $jscomp$key$435282654$3$ = $jscomp$iter$36.next(); !$jscomp$key$435282654$3$.done; $jscomp$key$435282654$3$ =
|
|
15812
15824
|
$jscomp$iter$36.next()) {
|
|
15813
|
-
var $jscomp$destructuring$var37 = $jscomp.makeIterator($jscomp$key$
|
|
15825
|
+
var $jscomp$destructuring$var37 = $jscomp.makeIterator($jscomp$key$435282654$3$.value), attribute__tsickle_destructured_3 = $jscomp$destructuring$var37.next().value, attributePolicy__tsickle_destructured_4 = $jscomp$destructuring$var37.next().value, attribute$jscomp$0 = attribute__tsickle_destructured_3, attributePolicy = attributePolicy__tsickle_destructured_4;
|
|
15814
15826
|
attributeSet.has(attribute$jscomp$0) && newElementPolicy.set(attribute$jscomp$0, attributePolicy);
|
|
15815
15827
|
}
|
|
15816
15828
|
elementPolicies.set(elementName, newElementPolicy);
|
|
@@ -15819,8 +15831,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15819
15831
|
return this;
|
|
15820
15832
|
};
|
|
15821
15833
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.allowDataAttributes = function(attributes) {
|
|
15822
|
-
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$38 = $jscomp.makeIterator(attributes), $jscomp$key$
|
|
15823
|
-
var attribute = $jscomp$key$
|
|
15834
|
+
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$38 = $jscomp.makeIterator(attributes), $jscomp$key$435282654$5$attribute = $jscomp$iter$38.next(); !$jscomp$key$435282654$5$attribute.done; $jscomp$key$435282654$5$attribute = $jscomp$iter$38.next()) {
|
|
15835
|
+
var attribute = $jscomp$key$435282654$5$attribute.value;
|
|
15824
15836
|
if (0 !== attribute.indexOf("data-")) {
|
|
15825
15837
|
throw Error("data attribute: " + attribute + ' does not begin with the prefix "data-"');
|
|
15826
15838
|
}
|
|
@@ -16071,12 +16083,12 @@ function module$contents$safevalues$reporting$reporting_isChangedBySanitizing(s,
|
|
|
16071
16083
|
}
|
|
16072
16084
|
try {
|
|
16073
16085
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_lenientlySanitizeHtmlAssertUnchanged(s);
|
|
16074
|
-
} catch ($jscomp$unused$catch$
|
|
16086
|
+
} catch ($jscomp$unused$catch$696273141$0) {
|
|
16075
16087
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_RELAXED_SANITIZING), !0;
|
|
16076
16088
|
}
|
|
16077
16089
|
try {
|
|
16078
16090
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlAssertUnchanged(s);
|
|
16079
|
-
} catch ($jscomp$unused$catch$
|
|
16091
|
+
} catch ($jscomp$unused$catch$696273141$1) {
|
|
16080
16092
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_SANITIZING), !0;
|
|
16081
16093
|
}
|
|
16082
16094
|
return !1;
|
|
@@ -16104,12 +16116,15 @@ module$exports$safevalues$index.htmlFragment = module$contents$safevalues$builde
|
|
|
16104
16116
|
module$exports$safevalues$index.htmlToNode = module$contents$safevalues$builders$document_fragment_builders_htmlToNode;
|
|
16105
16117
|
module$exports$safevalues$index.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
|
|
16106
16118
|
module$exports$safevalues$index.concatHtmls = module$exports$safevalues$builders$html_builders.concatHtmls;
|
|
16119
|
+
module$exports$safevalues$index.createHtml = module$exports$safevalues$builders$html_builders.createHtml;
|
|
16107
16120
|
module$exports$safevalues$index.doctypeHtml = module$exports$safevalues$builders$html_builders.doctypeHtml;
|
|
16108
16121
|
module$exports$safevalues$index.htmlEscape = module$exports$safevalues$builders$html_builders.htmlEscape;
|
|
16109
16122
|
module$exports$safevalues$index.joinHtmls = module$exports$safevalues$builders$html_builders.joinHtmls;
|
|
16110
16123
|
module$exports$safevalues$index.nodeToHtml = module$exports$safevalues$builders$html_builders.nodeToHtml;
|
|
16111
16124
|
module$exports$safevalues$index.scriptToHtml = module$exports$safevalues$builders$html_builders.scriptToHtml;
|
|
16112
16125
|
module$exports$safevalues$index.scriptUrlToHtml = module$exports$safevalues$builders$html_builders.scriptUrlToHtml;
|
|
16126
|
+
module$exports$safevalues$index.styleSheetToHtml = module$exports$safevalues$builders$html_builders.styleSheetToHtml;
|
|
16127
|
+
module$exports$safevalues$index.HtmlFormatter = module$exports$safevalues$builders$html_formatter.HtmlFormatter;
|
|
16113
16128
|
module$exports$safevalues$index.sanitizeHtml = module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtml;
|
|
16114
16129
|
module$exports$safevalues$index.sanitizeHtmlAssertUnchanged = module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlAssertUnchanged;
|
|
16115
16130
|
module$exports$safevalues$index.sanitizeHtmlToFragment = module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlToFragment;
|
|
@@ -16127,46 +16142,43 @@ module$exports$safevalues$index.valueAsScript = module$contents$safevalues$build
|
|
|
16127
16142
|
module$exports$safevalues$index.concatStyles = module$contents$safevalues$builders$style_builders_concatStyles;
|
|
16128
16143
|
module$exports$safevalues$index.safeStyle = module$contents$safevalues$builders$style_builders_safeStyle;
|
|
16129
16144
|
module$exports$safevalues$index.styleForMigration = module$contents$safevalues$builders$style_builders_styleForMigration;
|
|
16130
|
-
module$exports$safevalues$index.concatStyleSheets = module$
|
|
16131
|
-
module$exports$safevalues$index.
|
|
16145
|
+
module$exports$safevalues$index.concatStyleSheets = module$contents$safevalues$builders$style_sheet_builders_concatStyleSheets;
|
|
16146
|
+
module$exports$safevalues$index.safeStyleRule = module$contents$safevalues$builders$style_sheet_builders_safeStyleRule;
|
|
16147
|
+
module$exports$safevalues$index.safeStyleSheet = module$contents$safevalues$builders$style_sheet_builders_safeStyleSheet;
|
|
16148
|
+
module$exports$safevalues$index.SanitizableUrlScheme = module$exports$safevalues$builders$url_builders.SanitizableUrlScheme;
|
|
16132
16149
|
module$exports$safevalues$index.addJavaScriptUrlSanitizationCallback = module$contents$safevalues$builders$url_builders_addJavaScriptUrlSanitizationCallback;
|
|
16133
16150
|
module$exports$safevalues$index.fromMediaSource = module$contents$safevalues$builders$url_builders_fromMediaSource;
|
|
16134
16151
|
module$exports$safevalues$index.fromTrustedResourceUrl = module$contents$safevalues$builders$url_builders_fromTrustedResourceUrl;
|
|
16135
16152
|
module$exports$safevalues$index.objectUrlFromSafeSource = module$contents$safevalues$builders$url_builders_objectUrlFromSafeSource;
|
|
16136
16153
|
module$exports$safevalues$index.removeJavaScriptUrlSanitizationCallback = module$contents$safevalues$builders$url_builders_removeJavaScriptUrlSanitizationCallback;
|
|
16137
16154
|
module$exports$safevalues$index.safeUrl = module$contents$safevalues$builders$url_builders_safeUrl;
|
|
16138
|
-
module$exports$safevalues$index.SanitizableUrlScheme = module$exports$safevalues$builders$url_builders.SanitizableUrlScheme;
|
|
16139
16155
|
module$exports$safevalues$index.sanitizeUrl = module$contents$safevalues$builders$url_builders_sanitizeUrl;
|
|
16140
16156
|
module$exports$safevalues$index.trySanitizeUrl = module$contents$safevalues$builders$url_builders_trySanitizeUrl;
|
|
16141
16157
|
module$exports$safevalues$index.SafeAttributePrefix = module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix;
|
|
16142
16158
|
module$exports$safevalues$index.unwrapAttributePrefix = module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix;
|
|
16143
16159
|
module$exports$safevalues$index.EMPTY_HTML = module$exports$safevalues$internals$html_impl.EMPTY_HTML;
|
|
16144
|
-
module$exports$safevalues$index.isHtml = module$exports$safevalues$internals$html_impl.isHtml;
|
|
16145
16160
|
module$exports$safevalues$index.SafeHtml = module$exports$safevalues$internals$html_impl.SafeHtml;
|
|
16161
|
+
module$exports$safevalues$index.isHtml = module$exports$safevalues$internals$html_impl.isHtml;
|
|
16146
16162
|
module$exports$safevalues$index.unwrapHtml = module$exports$safevalues$internals$html_impl.unwrapHtml;
|
|
16147
|
-
module$exports$safevalues$index.isResourceUrl = module$contents$safevalues$internals$resource_url_impl_isResourceUrl;
|
|
16148
16163
|
module$exports$safevalues$index.TrustedResourceUrl = goog.html.TrustedResourceUrl;
|
|
16164
|
+
module$exports$safevalues$index.isResourceUrl = module$contents$safevalues$internals$resource_url_impl_isResourceUrl;
|
|
16149
16165
|
module$exports$safevalues$index.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
|
|
16150
16166
|
module$exports$safevalues$index.EMPTY_SCRIPT = module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT;
|
|
16151
|
-
module$exports$safevalues$index.isScript = module$contents$safevalues$internals$script_impl_isScript;
|
|
16152
16167
|
module$exports$safevalues$index.SafeScript = module$exports$safevalues$internals$script_impl.SafeScript;
|
|
16168
|
+
module$exports$safevalues$index.isScript = module$contents$safevalues$internals$script_impl_isScript;
|
|
16153
16169
|
module$exports$safevalues$index.unwrapScript = module$contents$safevalues$internals$script_impl_unwrapScript;
|
|
16154
|
-
module$exports$safevalues$index.isStyle = module$contents$safevalues$internals$style_impl_isStyle;
|
|
16155
16170
|
module$exports$safevalues$index.SafeStyle = module$contents$goog$html$SafeStyle_SafeStyle;
|
|
16171
|
+
module$exports$safevalues$index.isStyle = module$contents$safevalues$internals$style_impl_isStyle;
|
|
16156
16172
|
module$exports$safevalues$index.unwrapStyle = module$contents$safevalues$internals$style_impl_unwrapStyle;
|
|
16157
|
-
module$exports$safevalues$index.isStyleSheet = module$contents$safevalues$internals$style_sheet_impl_isStyleSheet;
|
|
16158
16173
|
module$exports$safevalues$index.SafeStyleSheet = module$contents$goog$html$SafeStyleSheet_SafeStyleSheet;
|
|
16174
|
+
module$exports$safevalues$index.isStyleSheet = module$contents$safevalues$internals$style_sheet_impl_isStyleSheet;
|
|
16159
16175
|
module$exports$safevalues$index.unwrapStyleSheet = module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet;
|
|
16160
16176
|
module$exports$safevalues$index.ABOUT_BLANK = module$exports$safevalues$internals$url_impl.ABOUT_BLANK;
|
|
16161
16177
|
module$exports$safevalues$index.INNOCUOUS_URL = module$exports$safevalues$internals$url_impl.INNOCUOUS_URL;
|
|
16162
|
-
module$exports$safevalues$index.isUrl = module$contents$safevalues$internals$url_impl_isUrl;
|
|
16163
16178
|
module$exports$safevalues$index.SafeUrl = module$exports$safevalues$internals$url_impl.SafeUrl;
|
|
16179
|
+
module$exports$safevalues$index.isUrl = module$contents$safevalues$internals$url_impl_isUrl;
|
|
16164
16180
|
module$exports$safevalues$index.unwrapUrl = module$contents$safevalues$internals$url_impl_unwrapUrl;
|
|
16165
16181
|
module$exports$safevalues$index.reportOnlyHtmlPassthrough = module$contents$safevalues$reporting$reporting_reportOnlyHtmlPassthrough;
|
|
16166
|
-
module$exports$safevalues$index.HtmlFormatter = module$exports$safevalues$builders$html_formatter.HtmlFormatter;
|
|
16167
|
-
module$exports$safevalues$index.createHtml = module$exports$safevalues$builders$html_builders.createHtml;
|
|
16168
|
-
module$exports$safevalues$index.styleSheetToHtml = module$exports$safevalues$builders$html_builders.styleSheetToHtml;
|
|
16169
|
-
module$exports$safevalues$index.safeStyleRule = module$exports$safevalues$builders$style_sheet_builders.safeStyleRule;
|
|
16170
16182
|
goog.dom.safe = {};
|
|
16171
16183
|
goog.dom.safe.InsertAdjacentHtmlPosition = {AFTERBEGIN:"afterbegin", AFTEREND:"afterend", BEFOREBEGIN:"beforebegin", BEFOREEND:"beforeend"};
|
|
16172
16184
|
goog.dom.safe.insertAdjacentHtml = function(node, position, html) {
|
|
@@ -17369,9 +17381,9 @@ goog.debug.asyncStackTag = {};
|
|
|
17369
17381
|
var module$contents$goog$debug$asyncStackTag_DEBUG = goog.DEBUG, module$contents$goog$debug$asyncStackTag_createTask = goog.DEBUG && goog.global.console && goog.global.console.createTask ? goog.global.console.createTask.bind(goog.global.console) : void 0, module$contents$goog$debug$asyncStackTag_CONSOLE_TASK_SYMBOL = module$contents$goog$debug$asyncStackTag_createTask ? Symbol("consoleTask") : void 0;
|
|
17370
17382
|
function module$contents$goog$debug$asyncStackTag_wrap(fn, name) {
|
|
17371
17383
|
function wrappedFn() {
|
|
17372
|
-
var args = $jscomp.getRestArguments.apply(0, arguments), $jscomp$this$1621498202$
|
|
17384
|
+
var args = $jscomp.getRestArguments.apply(0, arguments), $jscomp$this$1621498202$4 = this;
|
|
17373
17385
|
return consoleTask.run(function() {
|
|
17374
|
-
return fn.call.apply(fn, [$jscomp$this$1621498202$
|
|
17386
|
+
return fn.call.apply(fn, [$jscomp$this$1621498202$4].concat($jscomp.arrayFromIterable(args)));
|
|
17375
17387
|
});
|
|
17376
17388
|
}
|
|
17377
17389
|
name = void 0 === name ? "anonymous" : name;
|
|
@@ -18909,16 +18921,19 @@ safevalues.htmlFragment = module$contents$safevalues$builders$document_fragment_
|
|
|
18909
18921
|
safevalues.htmlToNode = module$contents$safevalues$builders$document_fragment_builders_htmlToNode;
|
|
18910
18922
|
safevalues.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
|
|
18911
18923
|
safevalues.concatHtmls = module$exports$safevalues$index.concatHtmls;
|
|
18924
|
+
safevalues.createHtml = module$exports$safevalues$index.createHtml;
|
|
18912
18925
|
safevalues.doctypeHtml = module$exports$safevalues$index.doctypeHtml;
|
|
18913
18926
|
safevalues.htmlEscape = module$exports$safevalues$index.htmlEscape;
|
|
18914
18927
|
safevalues.joinHtmls = module$exports$safevalues$index.joinHtmls;
|
|
18915
18928
|
safevalues.nodeToHtml = module$exports$safevalues$index.nodeToHtml;
|
|
18916
18929
|
safevalues.scriptToHtml = module$exports$safevalues$index.scriptToHtml;
|
|
18917
18930
|
safevalues.scriptUrlToHtml = module$exports$safevalues$index.scriptUrlToHtml;
|
|
18918
|
-
safevalues.
|
|
18931
|
+
safevalues.styleSheetToHtml = module$exports$safevalues$index.styleSheetToHtml;
|
|
18932
|
+
safevalues.HtmlFormatter = module$exports$safevalues$builders$html_formatter.HtmlFormatter;
|
|
18919
18933
|
safevalues.sanitizeHtml = module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtml;
|
|
18920
18934
|
safevalues.sanitizeHtmlAssertUnchanged = module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlAssertUnchanged;
|
|
18921
18935
|
safevalues.sanitizeHtmlToFragment = module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlToFragment;
|
|
18936
|
+
safevalues.HtmlSanitizer = module$exports$safevalues$index.HtmlSanitizer;
|
|
18922
18937
|
safevalues.HtmlSanitizerBuilder = module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder;
|
|
18923
18938
|
safevalues.appendParams = module$contents$safevalues$builders$resource_url_builders_appendParams;
|
|
18924
18939
|
safevalues.appendPathSegment = module$contents$safevalues$builders$resource_url_builders_appendPathSegment;
|
|
@@ -18933,52 +18948,49 @@ safevalues.valueAsScript = module$contents$safevalues$builders$script_builders_v
|
|
|
18933
18948
|
safevalues.concatStyles = module$contents$safevalues$builders$style_builders_concatStyles;
|
|
18934
18949
|
safevalues.safeStyle = module$contents$safevalues$builders$style_builders_safeStyle;
|
|
18935
18950
|
safevalues.styleForMigration = module$contents$safevalues$builders$style_builders_styleForMigration;
|
|
18936
|
-
safevalues.concatStyleSheets = module$
|
|
18937
|
-
safevalues.
|
|
18951
|
+
safevalues.concatStyleSheets = module$contents$safevalues$builders$style_sheet_builders_concatStyleSheets;
|
|
18952
|
+
safevalues.safeStyleRule = module$contents$safevalues$builders$style_sheet_builders_safeStyleRule;
|
|
18953
|
+
safevalues.safeStyleSheet = module$contents$safevalues$builders$style_sheet_builders_safeStyleSheet;
|
|
18954
|
+
safevalues.SanitizableUrlScheme = module$exports$safevalues$builders$url_builders.SanitizableUrlScheme;
|
|
18938
18955
|
safevalues.addJavaScriptUrlSanitizationCallback = module$contents$safevalues$builders$url_builders_addJavaScriptUrlSanitizationCallback;
|
|
18939
18956
|
safevalues.fromMediaSource = module$contents$safevalues$builders$url_builders_fromMediaSource;
|
|
18940
18957
|
safevalues.fromTrustedResourceUrl = module$contents$safevalues$builders$url_builders_fromTrustedResourceUrl;
|
|
18941
18958
|
safevalues.objectUrlFromSafeSource = module$contents$safevalues$builders$url_builders_objectUrlFromSafeSource;
|
|
18942
18959
|
safevalues.removeJavaScriptUrlSanitizationCallback = module$contents$safevalues$builders$url_builders_removeJavaScriptUrlSanitizationCallback;
|
|
18943
18960
|
safevalues.safeUrl = module$contents$safevalues$builders$url_builders_safeUrl;
|
|
18944
|
-
safevalues.SanitizableUrlScheme = module$exports$safevalues$builders$url_builders.SanitizableUrlScheme;
|
|
18945
18961
|
safevalues.sanitizeUrl = module$contents$safevalues$builders$url_builders_sanitizeUrl;
|
|
18946
|
-
safevalues.Scheme = module$exports$safevalues$index.Scheme;
|
|
18947
18962
|
safevalues.trySanitizeUrl = module$contents$safevalues$builders$url_builders_trySanitizeUrl;
|
|
18963
|
+
safevalues.Scheme = module$exports$safevalues$index.Scheme;
|
|
18948
18964
|
safevalues.SafeAttributePrefix = module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix;
|
|
18949
18965
|
safevalues.unwrapAttributePrefix = module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix;
|
|
18950
18966
|
safevalues.EMPTY_HTML = module$exports$safevalues$index.EMPTY_HTML;
|
|
18951
|
-
safevalues.isHtml = module$exports$safevalues$index.isHtml;
|
|
18952
18967
|
safevalues.SafeHtml = module$exports$safevalues$index.SafeHtml;
|
|
18968
|
+
safevalues.isHtml = module$exports$safevalues$index.isHtml;
|
|
18953
18969
|
safevalues.unwrapHtml = module$exports$safevalues$index.unwrapHtml;
|
|
18954
|
-
safevalues.isResourceUrl = module$contents$safevalues$internals$resource_url_impl_isResourceUrl;
|
|
18955
18970
|
safevalues.TrustedResourceUrl = goog.html.TrustedResourceUrl;
|
|
18971
|
+
safevalues.isResourceUrl = module$contents$safevalues$internals$resource_url_impl_isResourceUrl;
|
|
18956
18972
|
safevalues.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
|
|
18957
18973
|
safevalues.EMPTY_SCRIPT = module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT;
|
|
18958
|
-
safevalues.isScript = module$contents$safevalues$internals$script_impl_isScript;
|
|
18959
18974
|
safevalues.SafeScript = module$exports$safevalues$internals$script_impl.SafeScript;
|
|
18975
|
+
safevalues.isScript = module$contents$safevalues$internals$script_impl_isScript;
|
|
18960
18976
|
safevalues.unwrapScript = module$contents$safevalues$internals$script_impl_unwrapScript;
|
|
18961
|
-
safevalues.isStyle = module$contents$safevalues$internals$style_impl_isStyle;
|
|
18962
18977
|
safevalues.SafeStyle = module$contents$goog$html$SafeStyle_SafeStyle;
|
|
18978
|
+
safevalues.isStyle = module$contents$safevalues$internals$style_impl_isStyle;
|
|
18963
18979
|
safevalues.unwrapStyle = module$contents$safevalues$internals$style_impl_unwrapStyle;
|
|
18964
|
-
safevalues.isStyleSheet = module$contents$safevalues$internals$style_sheet_impl_isStyleSheet;
|
|
18965
18980
|
safevalues.SafeStyleSheet = module$contents$goog$html$SafeStyleSheet_SafeStyleSheet;
|
|
18981
|
+
safevalues.isStyleSheet = module$contents$safevalues$internals$style_sheet_impl_isStyleSheet;
|
|
18966
18982
|
safevalues.unwrapStyleSheet = module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet;
|
|
18967
18983
|
safevalues.ABOUT_BLANK = module$exports$safevalues$internals$url_impl.ABOUT_BLANK;
|
|
18968
18984
|
safevalues.INNOCUOUS_URL = module$exports$safevalues$internals$url_impl.INNOCUOUS_URL;
|
|
18969
|
-
safevalues.isUrl = module$contents$safevalues$internals$url_impl_isUrl;
|
|
18970
18985
|
safevalues.SafeUrl = module$exports$safevalues$internals$url_impl.SafeUrl;
|
|
18986
|
+
safevalues.isUrl = module$contents$safevalues$internals$url_impl_isUrl;
|
|
18971
18987
|
safevalues.unwrapUrl = module$contents$safevalues$internals$url_impl_unwrapUrl;
|
|
18972
18988
|
safevalues.reportOnlyHtmlPassthrough = module$contents$safevalues$reporting$reporting_reportOnlyHtmlPassthrough;
|
|
18973
|
-
safevalues.HtmlFormatter = module$exports$safevalues$builders$html_formatter.HtmlFormatter;
|
|
18974
|
-
safevalues.createHtml = module$exports$safevalues$index.createHtml;
|
|
18975
|
-
safevalues.styleSheetToHtml = module$exports$safevalues$index.styleSheetToHtml;
|
|
18976
|
-
safevalues.safeStyleRule = module$exports$safevalues$index.safeStyleRule;
|
|
18977
18989
|
var $jscomp$templatelit$294235699$99 = $jscomp.createTemplateTagFirstArg(["https://accounts.google.com/gsi/client"]);
|
|
18978
18990
|
ee.apiclient = {};
|
|
18979
18991
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18980
18992
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18981
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
18993
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.400";
|
|
18982
18994
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18983
18995
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18984
18996
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19268,8 +19280,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19268
19280
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19269
19281
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19270
19282
|
method = method || "POST";
|
|
19271
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
19272
|
-
"0.1.
|
|
19283
|
+
var headers = {"Content-Type":contentType}, version = "0.1.400";
|
|
19284
|
+
"0.1.400" === version && (version = "latest");
|
|
19273
19285
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19274
19286
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19275
19287
|
if (null != authToken) {
|
|
@@ -26836,29 +26848,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26836
26848
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26837
26849
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26838
26850
|
(function() {
|
|
26839
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26840
|
-
orderedParamLists = [["name", "
|
|
26841
|
-
|
|
26851
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.image.toAsset ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.data.getAssetRootQuota ee.data.getTileUrl ee.data.startTableIngestion ee.data.deleteAsset ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.listOperations ee.data.getWorkloadTag ee.data.listImages ee.data.getAssetAcl ee.data.getDownloadId ee.data.getFeatureViewTilesKey ee.data.cancelOperation ee.data.makeDownloadUrl ee.data.authenticateViaPopup ee.data.getAssetRoots ee.data.getAsset ee.data.listFeatures ee.data.setWorkloadTag ee.data.createAssetHome ee.data.createAsset ee.data.getOperation ee.data.getInfo ee.data.authenticateViaPrivateKey ee.data.setDefaultWorkloadTag ee.data.newTaskId ee.data.resetWorkloadTag ee.data.computeValue ee.data.getThumbId ee.data.cancelTask ee.data.updateAsset ee.data.getVideoThumbId ee.data.getList ee.data.startIngestion ee.data.getTaskStatus ee.data.updateTask ee.data.createFolder ee.data.getFilmstripThumbId ee.data.startProcessing ee.data.setAssetAcl ee.data.renameAsset ee.data.listAssets ee.data.makeThumbUrl ee.data.authenticateViaOauth ee.data.setAssetProperties ee.data.getMapId ee.data.copyAsset ee.data.getTaskList ee.data.listBuckets ee.data.authenticate ee.data.getTableDownloadId ee.Date ee.Deserializer.fromJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.TILE_SIZE ee.initialize ee.call ee.reset ee.Algorithms ee.InitState ee.apply ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMap ee.Feature ee.Feature.prototype.getMapId ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMapId ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Filter.neq ee.Filter.lt ee.Filter.gt ee.Filter.inList ee.Filter.or ee.Filter.prototype.not ee.Filter.gte ee.Filter.lte ee.Filter ee.Filter.eq ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiPoint ee.Geometry.LineString ee.Geometry.BBox ee.Geometry.MultiPolygon ee.Geometry.prototype.serialize ee.Geometry.Polygon ee.Geometry ee.Geometry.Rectangle ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Geometry.Point ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Image ee.Image.prototype.getMapId ee.Image.cat ee.Image.prototype.getMap ee.Image.prototype.select ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.getDownloadURL ee.Image.prototype.expression ee.Image.prototype.rename ee.Image.prototype.getInfo ee.Image.prototype.clip ee.Image.rgb ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.List ee.Number ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.String ee.Terrain".split(" "),
|
|
26852
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], ["classifier", "opt_description", "opt_assetId", "opt_priority"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
26853
|
+
"image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
26842
26854
|
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
|
|
26843
|
-
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
26844
|
-
["
|
|
26845
|
-
["
|
|
26846
|
-
"
|
|
26847
|
-
|
|
26848
|
-
|
|
26849
|
-
"
|
|
26850
|
-
["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"
|
|
26851
|
-
"
|
|
26852
|
-
["
|
|
26853
|
-
[ee.ApiFunction.
|
|
26854
|
-
module$contents$ee$batch_Export.
|
|
26855
|
-
ee.ComputedObject.prototype.
|
|
26856
|
-
ee.data.
|
|
26857
|
-
ee.data.
|
|
26858
|
-
ee.
|
|
26859
|
-
ee.Filter.
|
|
26860
|
-
ee.Image
|
|
26861
|
-
ee.ImageCollection.prototype.
|
|
26855
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),
|
|
26856
|
+
["filter"], ["start", "opt_end"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["name", "operator", "value"], ["geometry"], ["legacy"], ["opt_callback"], ["func", "var_args"], ["callback"], ["rootId", "opt_callback"], ["id", "x", "y", "z"], ["taskId", "request", "opt_callback"], ["assetId", "opt_callback"], ["id"], ["opt_limit", "opt_callback"], ["opt_limit", "opt_callback"], [], ["parent", "opt_params", "opt_callback"],
|
|
26857
|
+
["assetId", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["id"], ["opt_success", "opt_error"], ["opt_callback"], ["id", "opt_callback"], ["asset", "params", "opt_callback"], ["tag"], ["requestedId", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["operationName", "opt_callback"], ["id", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"],
|
|
26858
|
+
["tag"], ["opt_count", "opt_callback"], ["opt_resetDefault"], ["obj", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "request", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "action", "opt_callback"], ["path", "opt_force", "opt_callback"], ["params", "opt_callback"], ["taskId", "params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"],
|
|
26859
|
+
["sourceId", "destinationId", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["id"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["assetId", "properties", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["opt_callback"], ["project", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["params", "opt_callback"], ["date",
|
|
26860
|
+
"opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], [], [], [], ["func", "namedArgs"], ["var_args"], [], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_visParams", "opt_callback"], ["args", "opt_column"],
|
|
26861
|
+
["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["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"], [], ["name", "value"], ["name", "value"], ["opt_filter"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic",
|
|
26862
|
+
"opt_maxError"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["opt_args"], ["opt_visParams", "opt_callback"],
|
|
26863
|
+
["var_args"], ["opt_visParams", "opt_callback"], ["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["expression", "opt_map"], ["var_args"], ["opt_callback"], ["geometry"], ["r", "g", "b"], ["params", "opt_callback"], [], ["opt_callback"], ["selectors", "opt_names"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"],
|
|
26864
|
+
["args"], ["list"], ["number"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
26865
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage,
|
|
26866
|
+
module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toAsset, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.ComputedObject.prototype.serialize,
|
|
26867
|
+
ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.data.getAssetRootQuota, ee.data.getTileUrl, ee.data.startTableIngestion, ee.data.deleteAsset, ee.data.makeTableDownloadUrl, ee.data.getTaskListWithLimit, ee.data.listOperations, ee.data.getWorkloadTag, ee.data.listImages, ee.data.getAssetAcl, ee.data.getDownloadId, ee.data.getFeatureViewTilesKey, ee.data.cancelOperation, ee.data.makeDownloadUrl, ee.data.authenticateViaPopup, ee.data.getAssetRoots,
|
|
26868
|
+
ee.data.getAsset, ee.data.listFeatures, ee.data.setWorkloadTag, ee.data.createAssetHome, ee.data.createAsset, ee.data.getOperation, ee.data.getInfo, ee.data.authenticateViaPrivateKey, ee.data.setDefaultWorkloadTag, ee.data.newTaskId, ee.data.resetWorkloadTag, ee.data.computeValue, ee.data.getThumbId, ee.data.cancelTask, ee.data.updateAsset, ee.data.getVideoThumbId, ee.data.getList, ee.data.startIngestion, ee.data.getTaskStatus, ee.data.updateTask, ee.data.createFolder, ee.data.getFilmstripThumbId,
|
|
26869
|
+
ee.data.startProcessing, ee.data.setAssetAcl, ee.data.renameAsset, ee.data.listAssets, ee.data.makeThumbUrl, ee.data.authenticateViaOauth, ee.data.setAssetProperties, ee.data.getMapId, ee.data.copyAsset, ee.data.getTaskList, ee.data.listBuckets, ee.data.authenticate, ee.data.getTableDownloadId, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.TILE_SIZE, ee.initialize, ee.call, ee.reset, ee.Algorithms,
|
|
26870
|
+
ee.InitState, ee.apply, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMap, ee.Feature, ee.Feature.prototype.getMapId, ee.Feature.prototype.getInfo, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.Filter.date, ee.Filter.metadata, ee.Filter.bounds, ee.Filter.and, ee.Filter.neq, ee.Filter.lt,
|
|
26871
|
+
ee.Filter.gt, ee.Filter.inList, ee.Filter.or, ee.Filter.prototype.not, ee.Filter.gte, ee.Filter.lte, ee.Filter, ee.Filter.eq, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.MultiPoint, ee.Geometry.LineString, ee.Geometry.BBox, ee.Geometry.MultiPolygon, ee.Geometry.prototype.serialize, ee.Geometry.Polygon, ee.Geometry, ee.Geometry.Rectangle, ee.Geometry.MultiLineString, ee.Geometry.prototype.toGeoJSON, ee.Geometry.Point, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString,
|
|
26872
|
+
ee.Image, ee.Image.prototype.getMapId, ee.Image.cat, ee.Image.prototype.getMap, ee.Image.prototype.select, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image.prototype.getDownloadURL, ee.Image.prototype.expression, ee.Image.prototype.rename, ee.Image.prototype.getInfo, ee.Image.prototype.clip, ee.Image.rgb, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getMap,
|
|
26873
|
+
ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.List, ee.Number, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26862
26874
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26863
26875
|
});
|
|
26864
26876
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|