@google/earthengine 0.1.403 → 0.1.404
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 +117 -120
- package/build/ee_api_js.js +16 -16
- package/build/ee_api_js_debug.js +95 -98
- package/build/ee_api_js_npm.js +117 -120
- package/build/main.js +117 -120
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
package/build/main.js
CHANGED
|
@@ -2032,9 +2032,9 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
|
|
|
2032
2032
|
};
|
|
2033
2033
|
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;
|
|
2034
2034
|
function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
|
|
2035
|
-
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$
|
|
2036
|
-
{mapMetadata:void 0}, $jscomp$key$
|
|
2037
|
-
var key = $jscomp$key$
|
|
2035
|
+
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$m192531680$40$key = $jscomp$iter$19.next(), $jscomp$loop$m192531680$44 = {}; !$jscomp$key$m192531680$40$key.done; $jscomp$loop$m192531680$44 =
|
|
2036
|
+
{mapMetadata:void 0}, $jscomp$key$m192531680$40$key = $jscomp$iter$19.next()) {
|
|
2037
|
+
var key = $jscomp$key$m192531680$40$key.value, value = valueGetter(key, source);
|
|
2038
2038
|
if (null != value) {
|
|
2039
2039
|
var copy = void 0;
|
|
2040
2040
|
if (arrays.hasOwnProperty(key)) {
|
|
@@ -2045,11 +2045,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
2045
2045
|
} else if (objects.hasOwnProperty(key)) {
|
|
2046
2046
|
copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
|
|
2047
2047
|
} else if (objectMaps.hasOwnProperty(key)) {
|
|
2048
|
-
$jscomp$loop$
|
|
2048
|
+
$jscomp$loop$m192531680$44.mapMetadata = objectMaps[key], copy = $jscomp$loop$m192531680$44.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m192531680$44) {
|
|
2049
2049
|
return function(v) {
|
|
2050
|
-
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$
|
|
2050
|
+
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m192531680$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
2051
2051
|
};
|
|
2052
|
-
}($jscomp$loop$
|
|
2052
|
+
}($jscomp$loop$m192531680$44)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m192531680$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
2053
2053
|
} else if (Array.isArray(value)) {
|
|
2054
2054
|
if (metadata.emptyArrayIsUnset && 0 === value.length) {
|
|
2055
2055
|
continue;
|
|
@@ -2064,8 +2064,8 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
2064
2064
|
return target;
|
|
2065
2065
|
}
|
|
2066
2066
|
function module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, mapMetadata, valueGetter, valueSetter, copyInstanciator) {
|
|
2067
|
-
for (var objMap = {}, $jscomp$iter$20 = $jscomp.makeIterator(Object.keys(value)), $jscomp$key$
|
|
2068
|
-
var mapKey = $jscomp$key$
|
|
2067
|
+
for (var objMap = {}, $jscomp$iter$20 = $jscomp.makeIterator(Object.keys(value)), $jscomp$key$m192531680$41$mapKey = $jscomp$iter$20.next(); !$jscomp$key$m192531680$41$mapKey.done; $jscomp$key$m192531680$41$mapKey = $jscomp$iter$20.next()) {
|
|
2068
|
+
var mapKey = $jscomp$key$m192531680$41$mapKey.value, mapValue = value[mapKey];
|
|
2069
2069
|
null != mapValue && (objMap[mapKey] = module$contents$eeapiclient$domain_object_deepCopyValue(mapValue, valueGetter, valueSetter, copyInstanciator, mapMetadata.isValueArray, mapMetadata.isSerializable, mapMetadata.ctor));
|
|
2070
2070
|
}
|
|
2071
2071
|
return objMap;
|
|
@@ -2095,39 +2095,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
|
|
|
2095
2095
|
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))) {
|
|
2096
2096
|
return !1;
|
|
2097
2097
|
}
|
|
2098
|
-
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$
|
|
2099
|
-
var key = $jscomp$key$
|
|
2098
|
+
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$m192531680$42$key = $jscomp$iter$21.next(), $jscomp$loop$m192531680$45 = {}; !$jscomp$key$m192531680$42$key.done; $jscomp$loop$m192531680$45 = {value2$jscomp$7:void 0, mapMetadata$jscomp$2:void 0}, $jscomp$key$m192531680$42$key = $jscomp$iter$21.next()) {
|
|
2099
|
+
var key = $jscomp$key$m192531680$42$key.value, has1 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable1, key, metadata1), has2 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable2, key, metadata2);
|
|
2100
2100
|
if (has1 !== has2) {
|
|
2101
2101
|
return !1;
|
|
2102
2102
|
}
|
|
2103
2103
|
if (has1) {
|
|
2104
2104
|
var value1 = serializable1.Serializable$get(key);
|
|
2105
|
-
$jscomp$loop$
|
|
2105
|
+
$jscomp$loop$m192531680$45.value2$jscomp$7 = serializable2.Serializable$get(key);
|
|
2106
2106
|
if (arrays1.hasOwnProperty(key)) {
|
|
2107
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2107
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !0, !0)) {
|
|
2108
2108
|
return !1;
|
|
2109
2109
|
}
|
|
2110
2110
|
} else if (objects1.hasOwnProperty(key)) {
|
|
2111
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2111
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !1, !0)) {
|
|
2112
2112
|
return !1;
|
|
2113
2113
|
}
|
|
2114
2114
|
} else if (objectMaps1.hasOwnProperty(key)) {
|
|
2115
|
-
if ($jscomp$loop$
|
|
2116
|
-
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$
|
|
2115
|
+
if ($jscomp$loop$m192531680$45.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m192531680$45.mapMetadata$jscomp$2.isPropertyArray) {
|
|
2116
|
+
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m192531680$45.value2$jscomp$7) || value1.some(function($jscomp$loop$m192531680$45) {
|
|
2117
2117
|
return function(v1, i) {
|
|
2118
|
-
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$
|
|
2118
|
+
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m192531680$45.value2$jscomp$7[i], $jscomp$loop$m192531680$45.mapMetadata$jscomp$2);
|
|
2119
2119
|
};
|
|
2120
|
-
}($jscomp$loop$
|
|
2120
|
+
}($jscomp$loop$m192531680$45))) {
|
|
2121
2121
|
return !1;
|
|
2122
2122
|
}
|
|
2123
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$
|
|
2123
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, $jscomp$loop$m192531680$45.mapMetadata$jscomp$2)) {
|
|
2124
2124
|
return !1;
|
|
2125
2125
|
}
|
|
2126
2126
|
} else if (Array.isArray(value1)) {
|
|
2127
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2127
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !0, !1)) {
|
|
2128
2128
|
return !1;
|
|
2129
2129
|
}
|
|
2130
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
2130
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !1, !1)) {
|
|
2131
2131
|
return !1;
|
|
2132
2132
|
}
|
|
2133
2133
|
}
|
|
@@ -2149,8 +2149,8 @@ function module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, v
|
|
|
2149
2149
|
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, value2)) {
|
|
2150
2150
|
return !1;
|
|
2151
2151
|
}
|
|
2152
|
-
for (var $jscomp$iter$22 = $jscomp.makeIterator(Object.keys(value1)), $jscomp$key$
|
|
2153
|
-
var mapKey = $jscomp$key$
|
|
2152
|
+
for (var $jscomp$iter$22 = $jscomp.makeIterator(Object.keys(value1)), $jscomp$key$m192531680$43$mapKey = $jscomp$iter$22.next(); !$jscomp$key$m192531680$43$mapKey.done; $jscomp$key$m192531680$43$mapKey = $jscomp$iter$22.next()) {
|
|
2153
|
+
var mapKey = $jscomp$key$m192531680$43$mapKey.value;
|
|
2154
2154
|
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1[mapKey], value2[mapKey], mapMetadata.isValueArray, mapMetadata.isSerializable)) {
|
|
2155
2155
|
return !1;
|
|
2156
2156
|
}
|
|
@@ -2231,15 +2231,15 @@ module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.addMetad
|
|
|
2231
2231
|
this._metadataPayload += "Content-Type: application/json; charset=utf-8\r\n\r\n" + JSON.stringify(json) + ("\r\n--" + this._boundary + "\r\n");
|
|
2232
2232
|
};
|
|
2233
2233
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.build = function() {
|
|
2234
|
-
var $jscomp$this$
|
|
2234
|
+
var $jscomp$this$m667091202$6 = this, payload = "--" + this._boundary + "\r\n";
|
|
2235
2235
|
payload += this._metadataPayload;
|
|
2236
2236
|
return Promise.all(this.files.map(function(f) {
|
|
2237
|
-
return $jscomp$this$
|
|
2237
|
+
return $jscomp$this$m667091202$6.encodeFile(f);
|
|
2238
2238
|
})).then(function(filePayloads) {
|
|
2239
|
-
for (var $jscomp$iter$23 = $jscomp.makeIterator(filePayloads), $jscomp$key$
|
|
2240
|
-
payload += $jscomp$key$
|
|
2239
|
+
for (var $jscomp$iter$23 = $jscomp.makeIterator(filePayloads), $jscomp$key$m667091202$9$filePayload = $jscomp$iter$23.next(); !$jscomp$key$m667091202$9$filePayload.done; $jscomp$key$m667091202$9$filePayload = $jscomp$iter$23.next()) {
|
|
2240
|
+
payload += $jscomp$key$m667091202$9$filePayload.value;
|
|
2241
2241
|
}
|
|
2242
|
-
return payload += "\r\n--" + $jscomp$this$
|
|
2242
|
+
return payload += "\r\n--" + $jscomp$this$m667091202$6._boundary + "--";
|
|
2243
2243
|
});
|
|
2244
2244
|
};
|
|
2245
2245
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.encodeFile = function(file) {
|
|
@@ -2889,8 +2889,8 @@ function module$contents$safevalues$internals$resource_url_impl_unwrapResourceUr
|
|
|
2889
2889
|
return goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(value);
|
|
2890
2890
|
}
|
|
2891
2891
|
module$exports$safevalues$internals$resource_url_impl.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
|
|
2892
|
-
var $jscomp$templatelit$
|
|
2893
|
-
["\\0"]), $jscomp$templatelit$
|
|
2892
|
+
var $jscomp$templatelit$1274514361$5 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$1274514361$6 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\0"]), $jscomp$templatelit$1274514361$7 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$1274514361$8 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), $jscomp$templatelit$1274514361$9 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$1274514361$10 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"],
|
|
2893
|
+
["\\0"]), $jscomp$templatelit$1274514361$11 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$1274514361$12 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), module$contents$safevalues$internals$string_literal_module = module$contents$safevalues$internals$string_literal_module || {id:"third_party/javascript/safevalues/internals/string_literal.closure.js"};
|
|
2894
2894
|
function module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, numExprs) {
|
|
2895
2895
|
if (!module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) || numExprs + 1 !== templateObj.length) {
|
|
2896
2896
|
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 ##############################");
|
|
@@ -2904,14 +2904,14 @@ function module$contents$safevalues$internals$string_literal_checkTranspiled(fn)
|
|
|
2904
2904
|
return -1 === fn.toString().indexOf("`");
|
|
2905
2905
|
}
|
|
2906
2906
|
var module$contents$safevalues$internals$string_literal_isTranspiled = module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
2907
|
-
return tag($jscomp$templatelit$
|
|
2907
|
+
return tag($jscomp$templatelit$1274514361$5);
|
|
2908
2908
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
2909
|
-
return tag($jscomp$templatelit$
|
|
2909
|
+
return tag($jscomp$templatelit$1274514361$6);
|
|
2910
2910
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
2911
|
-
return tag($jscomp$templatelit$
|
|
2911
|
+
return tag($jscomp$templatelit$1274514361$7);
|
|
2912
2912
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
2913
|
-
return tag($jscomp$templatelit$
|
|
2914
|
-
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$
|
|
2913
|
+
return tag($jscomp$templatelit$1274514361$8);
|
|
2914
|
+
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$9) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$10) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$11) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$12);
|
|
2915
2915
|
function module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) {
|
|
2916
2916
|
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)) ?
|
|
2917
2917
|
!0 : !1;
|
|
@@ -4321,9 +4321,9 @@ function module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(ifr
|
|
|
4321
4321
|
}
|
|
4322
4322
|
}
|
|
4323
4323
|
module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIntentError = function(type, intent) {
|
|
4324
|
-
var $jscomp$tmp$error$
|
|
4325
|
-
this.message = $jscomp$tmp$error$
|
|
4326
|
-
"stack" in $jscomp$tmp$error$
|
|
4324
|
+
var $jscomp$tmp$error$240424914$1 = Error.call(this, type + " cannot be used with intent " + module$exports$safevalues$dom$elements$iframe.Intent[intent]);
|
|
4325
|
+
this.message = $jscomp$tmp$error$240424914$1.message;
|
|
4326
|
+
"stack" in $jscomp$tmp$error$240424914$1 && (this.stack = $jscomp$tmp$error$240424914$1.stack);
|
|
4327
4327
|
this.type = type;
|
|
4328
4328
|
this.intent = intent;
|
|
4329
4329
|
this.name = "TypeCannotBeUsedWithIntentError";
|
|
@@ -4429,7 +4429,7 @@ module$exports$safevalues$dom$globals$window.getStyleNonce = function(win) {
|
|
|
4429
4429
|
return module$contents$safevalues$dom$globals$window_getNonceFor("style", win);
|
|
4430
4430
|
};
|
|
4431
4431
|
function module$contents$safevalues$dom$globals$window_getNonceFor(elementName, win) {
|
|
4432
|
-
var $jscomp$optchain$
|
|
4432
|
+
var $jscomp$optchain$tmp220578679$0, $jscomp$optchain$tmp220578679$1, el = null == ($jscomp$optchain$tmp220578679$1 = ($jscomp$optchain$tmp220578679$0 = win.document).querySelector) ? void 0 : $jscomp$optchain$tmp220578679$1.call($jscomp$optchain$tmp220578679$0, elementName + "[nonce]");
|
|
4433
4433
|
return el ? el.nonce || el.getAttribute("nonce") || "" : "";
|
|
4434
4434
|
}
|
|
4435
4435
|
;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;
|
|
@@ -5096,9 +5096,9 @@ function module$contents$safevalues$dom$globals$dom_parser_parseFromString(parse
|
|
|
5096
5096
|
module$exports$safevalues$dom$globals$dom_parser.parseFromString = module$contents$safevalues$dom$globals$dom_parser_parseFromString;
|
|
5097
5097
|
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"};
|
|
5098
5098
|
module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError = function(url, typeName, contentType) {
|
|
5099
|
-
var $jscomp$tmp$error$
|
|
5100
|
-
this.message = $jscomp$tmp$error$
|
|
5101
|
-
"stack" in $jscomp$tmp$error$
|
|
5099
|
+
var $jscomp$tmp$error$m991617773$4 = Error.call(this, url + " was requested as a " + typeName + ', but the response Content-Type, "' + contentType + " is not appropriate for this type of content.");
|
|
5100
|
+
this.message = $jscomp$tmp$error$m991617773$4.message;
|
|
5101
|
+
"stack" in $jscomp$tmp$error$m991617773$4 && (this.stack = $jscomp$tmp$error$m991617773$4.stack);
|
|
5102
5102
|
this.url = url;
|
|
5103
5103
|
this.typeName = typeName;
|
|
5104
5104
|
this.contentType = contentType;
|
|
@@ -5110,48 +5110,48 @@ function module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(
|
|
|
5110
5110
|
return (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)(html);
|
|
5111
5111
|
}
|
|
5112
5112
|
function module$contents$safevalues$dom$globals$fetch_fetchResourceUrl(u, init) {
|
|
5113
|
-
var response, $jscomp$optchain$
|
|
5114
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$
|
|
5115
|
-
if (1 == $jscomp$generator$context$
|
|
5116
|
-
return $jscomp$generator$context$
|
|
5117
|
-
}
|
|
5118
|
-
response = $jscomp$generator$context$
|
|
5119
|
-
mimeType = null == ($jscomp$optchain$
|
|
5120
|
-
return $jscomp$generator$context$
|
|
5113
|
+
var response, $jscomp$optchain$tmpm991617773$0, $jscomp$optchain$tmpm991617773$1, $jscomp$optchain$tmpm991617773$2, mimeType;
|
|
5114
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m991617773$8) {
|
|
5115
|
+
if (1 == $jscomp$generator$context$m991617773$8.nextAddress) {
|
|
5116
|
+
return $jscomp$generator$context$m991617773$8.yield(fetch(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(u).toString(), init), 2);
|
|
5117
|
+
}
|
|
5118
|
+
response = $jscomp$generator$context$m991617773$8.yieldResult;
|
|
5119
|
+
mimeType = null == ($jscomp$optchain$tmpm991617773$0 = response.headers.get("Content-Type")) ? void 0 : null == ($jscomp$optchain$tmpm991617773$1 = $jscomp$optchain$tmpm991617773$0.split(";", 2)) ? void 0 : null == ($jscomp$optchain$tmpm991617773$2 = $jscomp$optchain$tmpm991617773$1[0]) ? void 0 : $jscomp$optchain$tmpm991617773$2.toLowerCase();
|
|
5120
|
+
return $jscomp$generator$context$m991617773$8.return({html:function() {
|
|
5121
5121
|
var text;
|
|
5122
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$
|
|
5123
|
-
if (1 == $jscomp$generator$context$
|
|
5122
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m991617773$5) {
|
|
5123
|
+
if (1 == $jscomp$generator$context$m991617773$5.nextAddress) {
|
|
5124
5124
|
if ("text/html" !== mimeType) {
|
|
5125
5125
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeHtml", "text/html");
|
|
5126
5126
|
}
|
|
5127
|
-
return $jscomp$generator$context$
|
|
5127
|
+
return $jscomp$generator$context$m991617773$5.yield(response.text(), 2);
|
|
5128
5128
|
}
|
|
5129
|
-
text = $jscomp$generator$context$
|
|
5130
|
-
return $jscomp$generator$context$
|
|
5129
|
+
text = $jscomp$generator$context$m991617773$5.yieldResult;
|
|
5130
|
+
return $jscomp$generator$context$m991617773$5.return(module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(text));
|
|
5131
5131
|
});
|
|
5132
5132
|
}, script:function() {
|
|
5133
5133
|
var text;
|
|
5134
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$
|
|
5135
|
-
if (1 == $jscomp$generator$context$
|
|
5134
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m991617773$6) {
|
|
5135
|
+
if (1 == $jscomp$generator$context$m991617773$6.nextAddress) {
|
|
5136
5136
|
if ("text/javascript" !== mimeType && "application/javascript" !== mimeType) {
|
|
5137
5137
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeScript", "text/javascript");
|
|
5138
5138
|
}
|
|
5139
|
-
return $jscomp$generator$context$
|
|
5139
|
+
return $jscomp$generator$context$m991617773$6.yield(response.text(), 2);
|
|
5140
5140
|
}
|
|
5141
|
-
text = $jscomp$generator$context$
|
|
5142
|
-
return $jscomp$generator$context$
|
|
5141
|
+
text = $jscomp$generator$context$m991617773$6.yieldResult;
|
|
5142
|
+
return $jscomp$generator$context$m991617773$6.return(module$contents$safevalues$internals$script_impl_createScriptInternal(text));
|
|
5143
5143
|
});
|
|
5144
5144
|
}, styleSheet:function() {
|
|
5145
5145
|
var text;
|
|
5146
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$
|
|
5147
|
-
if (1 == $jscomp$generator$context$
|
|
5146
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m991617773$7) {
|
|
5147
|
+
if (1 == $jscomp$generator$context$m991617773$7.nextAddress) {
|
|
5148
5148
|
if ("text/css" !== mimeType) {
|
|
5149
5149
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeStyleSheet", "text/css");
|
|
5150
5150
|
}
|
|
5151
|
-
return $jscomp$generator$context$
|
|
5151
|
+
return $jscomp$generator$context$m991617773$7.yield(response.text(), 2);
|
|
5152
5152
|
}
|
|
5153
|
-
text = $jscomp$generator$context$
|
|
5154
|
-
return $jscomp$generator$context$
|
|
5153
|
+
text = $jscomp$generator$context$m991617773$7.yieldResult;
|
|
5154
|
+
return $jscomp$generator$context$m991617773$7.return(module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(text));
|
|
5155
5155
|
});
|
|
5156
5156
|
}});
|
|
5157
5157
|
});
|
|
@@ -6573,8 +6573,8 @@ function module$contents$eeapiclient$request_params_processParams(params) {
|
|
|
6573
6573
|
}
|
|
6574
6574
|
module$exports$eeapiclient$request_params.processParams = module$contents$eeapiclient$request_params_processParams;
|
|
6575
6575
|
function module$contents$eeapiclient$request_params_buildQueryParams(params, mapping, passthroughParams) {
|
|
6576
|
-
for (var urlQueryParams = passthroughParams = void 0 === passthroughParams ? {} : passthroughParams, $jscomp$iter$29 = $jscomp.makeIterator(Object.entries(mapping)), $jscomp$key$
|
|
6577
|
-
var $jscomp$destructuring$var3 = $jscomp.makeIterator($jscomp$key$
|
|
6576
|
+
for (var urlQueryParams = passthroughParams = void 0 === passthroughParams ? {} : passthroughParams, $jscomp$iter$29 = $jscomp.makeIterator(Object.entries(mapping)), $jscomp$key$1047461284$0$ = $jscomp$iter$29.next(); !$jscomp$key$1047461284$0$.done; $jscomp$key$1047461284$0$ = $jscomp$iter$29.next()) {
|
|
6577
|
+
var $jscomp$destructuring$var3 = $jscomp.makeIterator($jscomp$key$1047461284$0$.value), jsName__tsickle_destructured_1 = $jscomp$destructuring$var3.next().value, urlQueryParamName__tsickle_destructured_2 = $jscomp$destructuring$var3.next().value, jsName = jsName__tsickle_destructured_1, urlQueryParamName = urlQueryParamName__tsickle_destructured_2;
|
|
6578
6578
|
jsName in params && (urlQueryParams[urlQueryParamName] = params[jsName]);
|
|
6579
6579
|
}
|
|
6580
6580
|
return urlQueryParams;
|
|
@@ -6585,8 +6585,8 @@ module$exports$eeapiclient$request_params.bypassCorsPreflight = function(params)
|
|
|
6585
6585
|
var safeHeaders = {}, unsafeHeaders = {}, hasUnsafeHeaders = !1, hasContentType = !1;
|
|
6586
6586
|
if (params.headers) {
|
|
6587
6587
|
hasContentType = null != params.headers["Content-Type"];
|
|
6588
|
-
for (var $jscomp$iter$30 = $jscomp.makeIterator(Object.entries(params.headers)), $jscomp$key$
|
|
6589
|
-
var $jscomp$destructuring$var5 = $jscomp.makeIterator($jscomp$key$
|
|
6588
|
+
for (var $jscomp$iter$30 = $jscomp.makeIterator(Object.entries(params.headers)), $jscomp$key$1047461284$1$ = $jscomp$iter$30.next(); !$jscomp$key$1047461284$1$.done; $jscomp$key$1047461284$1$ = $jscomp$iter$30.next()) {
|
|
6589
|
+
var $jscomp$destructuring$var5 = $jscomp.makeIterator($jscomp$key$1047461284$1$.value), key__tsickle_destructured_3 = $jscomp$destructuring$var5.next().value, value__tsickle_destructured_4 = $jscomp$destructuring$var5.next().value, key = key__tsickle_destructured_3, value = value__tsickle_destructured_4;
|
|
6590
6590
|
module$contents$eeapiclient$request_params_simpleCorsAllowedHeaders.includes(key) ? safeHeaders[key] = value : (unsafeHeaders[key] = value, hasUnsafeHeaders = !0);
|
|
6591
6591
|
}
|
|
6592
6592
|
}
|
|
@@ -6626,9 +6626,9 @@ module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$reques
|
|
|
6626
6626
|
return this.$addHooksToRequest(requestParams, this.requestService.send(module$contents$eeapiclient$api_client_toMakeRequestParams(requestParams), responseCtor));
|
|
6627
6627
|
};
|
|
6628
6628
|
module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$uploadRequest = function(requestParams) {
|
|
6629
|
-
var $jscomp$this$
|
|
6629
|
+
var $jscomp$this$1237977804$4 = this, responseCtor = requestParams.responseCtor || void 0;
|
|
6630
6630
|
return this.$addHooksToRequest(requestParams, module$contents$eeapiclient$api_client_toMultipartMakeRequestParams(requestParams).then(function(params) {
|
|
6631
|
-
return $jscomp$this$
|
|
6631
|
+
return $jscomp$this$1237977804$4.requestService.send(params, responseCtor);
|
|
6632
6632
|
}));
|
|
6633
6633
|
};
|
|
6634
6634
|
var module$exports$eeapiclient$promise_request_service = {}, module$contents$eeapiclient$promise_request_service_module = module$contents$eeapiclient$promise_request_service_module || {id:"javascript/typescript/contrib/apiclient/request_service/promise_request_service.closure.js"};
|
|
@@ -7372,9 +7372,7 @@ module$contents$goog$labs$userAgent$platform_PlatformVersion.prototype.load = fu
|
|
|
7372
7372
|
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m1628565157$0) {
|
|
7373
7373
|
if (1 == $jscomp$generator$context$m1628565157$0.nextAddress) {
|
|
7374
7374
|
if (!module$contents$goog$labs$userAgent$platform_useUserAgentDataPlatform(!0)) {
|
|
7375
|
-
$jscomp$async$this.preUachHasLoaded_ = !0;
|
|
7376
|
-
return $jscomp$generator$context$m1628565157$0.return(new module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version(module$contents$goog$labs$userAgent$platform_getVersion()));
|
|
7377
|
-
return $jscomp$generator$context$m1628565157$0.jumpTo(0);
|
|
7375
|
+
return $jscomp$async$this.preUachHasLoaded_ = !0, $jscomp$generator$context$m1628565157$0.return(new module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version(module$contents$goog$labs$userAgent$platform_getVersion()));
|
|
7378
7376
|
}
|
|
7379
7377
|
JSCompiler_temp_const = module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version;
|
|
7380
7378
|
return $jscomp$generator$context$m1628565157$0.yield(module$exports$goog$labs$userAgent$highEntropy$highEntropyData.platformVersion.load(), 3);
|
|
@@ -15459,8 +15457,8 @@ module$exports$safevalues$builders$html_formatter.HtmlFormatter = function() {
|
|
|
15459
15457
|
this.replacements = new Map();
|
|
15460
15458
|
};
|
|
15461
15459
|
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.format = function(format) {
|
|
15462
|
-
var $jscomp$this$
|
|
15463
|
-
return $jscomp$this$
|
|
15460
|
+
var $jscomp$this$380122516$5 = this, openedTags = [], marker = (0,module$exports$safevalues$builders$html_builders.htmlEscape)("_safevalues_format_marker_:").toString(), html = (0,module$exports$safevalues$builders$html_builders.htmlEscape)(format).toString().replace(new RegExp("\\{" + marker + "[\\w&#;]+\\}", "g"), function(match) {
|
|
15461
|
+
return $jscomp$this$380122516$5.replaceFormattingString(openedTags, match);
|
|
15464
15462
|
});
|
|
15465
15463
|
if (0 !== openedTags.length) {
|
|
15466
15464
|
if (goog.DEBUG) {
|
|
@@ -15641,8 +15639,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15641
15639
|
return this.sanitizeToFragmentInternal(html, inertDocument);
|
|
15642
15640
|
};
|
|
15643
15641
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeToFragmentInternal = function(html, inertDocument) {
|
|
15644
|
-
for (var $jscomp$this$
|
|
15645
|
-
return $jscomp$this$
|
|
15642
|
+
for (var $jscomp$this$m1803429925$10 = this, dirtyFragment = module$contents$safevalues$builders$html_sanitizer$inert_fragment_createInertFragment(html, inertDocument), treeWalker = document.createTreeWalker(dirtyFragment, 5, function(n) {
|
|
15643
|
+
return $jscomp$this$m1803429925$10.nodeFilter(n);
|
|
15646
15644
|
}, !1), currentNode = treeWalker.nextNode(), sanitizedFragment = inertDocument.createDocumentFragment(), sanitizedParent = sanitizedFragment; null !== currentNode;) {
|
|
15647
15645
|
var sanitizedNode = void 0;
|
|
15648
15646
|
if (module$contents$safevalues$builders$html_sanitizer$no_clobber_isText(currentNode)) {
|
|
@@ -15669,8 +15667,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15669
15667
|
return document.createTextNode(textNode.data);
|
|
15670
15668
|
};
|
|
15671
15669
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeElementNode = function(elementNode, inertDocument) {
|
|
15672
|
-
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$
|
|
15673
|
-
var $jscomp$destructuring$var31 = $jscomp$key$
|
|
15670
|
+
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$m1803429925$25$ = $jscomp$iter$31.next(); !$jscomp$key$m1803429925$25$.done; $jscomp$key$m1803429925$25$ = $jscomp$iter$31.next()) {
|
|
15671
|
+
var $jscomp$destructuring$var31 = $jscomp$key$m1803429925$25$.value, name = $jscomp$destructuring$var31.name, value = $jscomp$destructuring$var31.value, policy = this.sanitizerTable.getAttributePolicy(name, elementName);
|
|
15674
15672
|
if (this.satisfiesAllConditions(policy.conditions, dirtyAttributes)) {
|
|
15675
15673
|
switch(policy.policyAction) {
|
|
15676
15674
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP:
|
|
@@ -15723,8 +15721,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15723
15721
|
if (!conditions) {
|
|
15724
15722
|
return !0;
|
|
15725
15723
|
}
|
|
15726
|
-
for (var $jscomp$iter$32 = $jscomp.makeIterator(conditions), $jscomp$key$
|
|
15727
|
-
var $jscomp$destructuring$var33 = $jscomp.makeIterator($jscomp$key$
|
|
15724
|
+
for (var $jscomp$iter$32 = $jscomp.makeIterator(conditions), $jscomp$key$m1803429925$26$ = $jscomp$iter$32.next(); !$jscomp$key$m1803429925$26$.done; $jscomp$key$m1803429925$26$ = $jscomp$iter$32.next()) {
|
|
15725
|
+
var $jscomp$destructuring$var33 = $jscomp.makeIterator($jscomp$key$m1803429925$26$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var33.next().value, expectedValues = $jscomp$destructuring$var33.next().value, $jscomp$optchain$tmpm1803429925$0 = void 0, value = null == ($jscomp$optchain$tmpm1803429925$0 = attrs.getNamedItem(attrName__tsickle_destructured_1)) ? void 0 : $jscomp$optchain$tmpm1803429925$0.value;
|
|
15728
15726
|
if (value && !expectedValues.has(value)) {
|
|
15729
15727
|
return !1;
|
|
15730
15728
|
}
|
|
@@ -15778,8 +15776,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15778
15776
|
this.sanitizerTable = module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.defaultSanitizerTable;
|
|
15779
15777
|
};
|
|
15780
15778
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowElements = function(elementSet) {
|
|
15781
|
-
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$33 = $jscomp.makeIterator(elementSet), $jscomp$key$
|
|
15782
|
-
var element = $jscomp$key$
|
|
15779
|
+
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$33 = $jscomp.makeIterator(elementSet), $jscomp$key$m1412690177$0$element = $jscomp$iter$33.next(); !$jscomp$key$m1412690177$0$element.done; $jscomp$key$m1412690177$0$element = $jscomp$iter$33.next()) {
|
|
15780
|
+
var element = $jscomp$key$m1412690177$0$element.value;
|
|
15783
15781
|
element = element.toUpperCase();
|
|
15784
15782
|
if (!this.sanitizerTable.isAllowedElement(element)) {
|
|
15785
15783
|
throw Error("Element: " + element + ", is not allowed by html5_contract.textpb");
|
|
@@ -15797,8 +15795,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15797
15795
|
throw Error("Element: " + element + " is not a custom element");
|
|
15798
15796
|
}
|
|
15799
15797
|
if (allowedAttributes) {
|
|
15800
|
-
for (var elementPolicy = new Map(), $jscomp$iter$34 = $jscomp.makeIterator(allowedAttributes), $jscomp$key$
|
|
15801
|
-
elementPolicy.set($jscomp$key$
|
|
15798
|
+
for (var elementPolicy = new Map(), $jscomp$iter$34 = $jscomp.makeIterator(allowedAttributes), $jscomp$key$m1412690177$1$attribute = $jscomp$iter$34.next(); !$jscomp$key$m1412690177$1$attribute.done; $jscomp$key$m1412690177$1$attribute = $jscomp$iter$34.next()) {
|
|
15799
|
+
elementPolicy.set($jscomp$key$m1412690177$1$attribute.value, {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
|
|
15802
15800
|
}
|
|
15803
15801
|
allowedElementPolicies.set(element, elementPolicy);
|
|
15804
15802
|
} else {
|
|
@@ -15808,15 +15806,15 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15808
15806
|
return this;
|
|
15809
15807
|
};
|
|
15810
15808
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowAttributes = function(attributeSet) {
|
|
15811
|
-
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$35 = $jscomp.makeIterator(attributeSet), $jscomp$key$
|
|
15812
|
-
var attribute = $jscomp$key$
|
|
15809
|
+
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$35 = $jscomp.makeIterator(attributeSet), $jscomp$key$m1412690177$2$attribute = $jscomp$iter$35.next(); !$jscomp$key$m1412690177$2$attribute.done; $jscomp$key$m1412690177$2$attribute = $jscomp$iter$35.next()) {
|
|
15810
|
+
var attribute = $jscomp$key$m1412690177$2$attribute.value;
|
|
15813
15811
|
this.sanitizerTable.allowedGlobalAttributes.has(attribute) && allowedGlobalAttributes.add(attribute);
|
|
15814
15812
|
this.sanitizerTable.globalAttributePolicies.has(attribute) && globalAttributePolicies.set(attribute, this.sanitizerTable.globalAttributePolicies.get(attribute));
|
|
15815
15813
|
}
|
|
15816
|
-
for (var $jscomp$iter$37 = $jscomp.makeIterator(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$
|
|
15817
|
-
for (var $jscomp$destructuring$var35 = $jscomp.makeIterator($jscomp$key$
|
|
15814
|
+
for (var $jscomp$iter$37 = $jscomp.makeIterator(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$m1412690177$4$ = $jscomp$iter$37.next(); !$jscomp$key$m1412690177$4$.done; $jscomp$key$m1412690177$4$ = $jscomp$iter$37.next()) {
|
|
15815
|
+
for (var $jscomp$destructuring$var35 = $jscomp.makeIterator($jscomp$key$m1412690177$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$m1412690177$3$ = $jscomp$iter$36.next(); !$jscomp$key$m1412690177$3$.done; $jscomp$key$m1412690177$3$ =
|
|
15818
15816
|
$jscomp$iter$36.next()) {
|
|
15819
|
-
var $jscomp$destructuring$var37 = $jscomp.makeIterator($jscomp$key$
|
|
15817
|
+
var $jscomp$destructuring$var37 = $jscomp.makeIterator($jscomp$key$m1412690177$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;
|
|
15820
15818
|
attributeSet.has(attribute$jscomp$0) && newElementPolicy.set(attribute$jscomp$0, attributePolicy);
|
|
15821
15819
|
}
|
|
15822
15820
|
elementPolicies.set(elementName, newElementPolicy);
|
|
@@ -15825,8 +15823,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15825
15823
|
return this;
|
|
15826
15824
|
};
|
|
15827
15825
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.allowDataAttributes = function(attributes) {
|
|
15828
|
-
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$38 = $jscomp.makeIterator(attributes), $jscomp$key$
|
|
15829
|
-
var attribute = $jscomp$key$
|
|
15826
|
+
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$38 = $jscomp.makeIterator(attributes), $jscomp$key$m1412690177$5$attribute = $jscomp$iter$38.next(); !$jscomp$key$m1412690177$5$attribute.done; $jscomp$key$m1412690177$5$attribute = $jscomp$iter$38.next()) {
|
|
15827
|
+
var attribute = $jscomp$key$m1412690177$5$attribute.value;
|
|
15830
15828
|
if (0 !== attribute.indexOf("data-")) {
|
|
15831
15829
|
throw Error("data attribute: " + attribute + ' does not begin with the prefix "data-"');
|
|
15832
15830
|
}
|
|
@@ -16077,12 +16075,12 @@ function module$contents$safevalues$reporting$reporting_isChangedBySanitizing(s,
|
|
|
16077
16075
|
}
|
|
16078
16076
|
try {
|
|
16079
16077
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_lenientlySanitizeHtmlAssertUnchanged(s);
|
|
16080
|
-
} catch ($jscomp$unused$catch$
|
|
16078
|
+
} catch ($jscomp$unused$catch$442189172$0) {
|
|
16081
16079
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_RELAXED_SANITIZING), !0;
|
|
16082
16080
|
}
|
|
16083
16081
|
try {
|
|
16084
16082
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlAssertUnchanged(s);
|
|
16085
|
-
} catch ($jscomp$unused$catch$
|
|
16083
|
+
} catch ($jscomp$unused$catch$442189172$1) {
|
|
16086
16084
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_SANITIZING), !0;
|
|
16087
16085
|
}
|
|
16088
16086
|
return !1;
|
|
@@ -17463,7 +17461,6 @@ module$contents$goog$Thenable_Thenable.isImplementedBy = function(object) {
|
|
|
17463
17461
|
}
|
|
17464
17462
|
try {
|
|
17465
17463
|
return !!object[module$contents$goog$Thenable_Thenable.IMPLEMENTED_BY_PROP];
|
|
17466
|
-
return !!object.$goog_Thenable;
|
|
17467
17464
|
} catch (e) {
|
|
17468
17465
|
return !1;
|
|
17469
17466
|
}
|
|
@@ -18968,7 +18965,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
18968
18965
|
ee.apiclient = {};
|
|
18969
18966
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18970
18967
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18971
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
18968
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.404";
|
|
18972
18969
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18973
18970
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18974
18971
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19258,8 +19255,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19258
19255
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19259
19256
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19260
19257
|
method = method || "POST";
|
|
19261
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
19262
|
-
"0.1.
|
|
19258
|
+
var headers = {"Content-Type":contentType}, version = "0.1.404";
|
|
19259
|
+
"0.1.404" === version && (version = "latest");
|
|
19263
19260
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19264
19261
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19265
19262
|
if (null != authToken) {
|
|
@@ -26784,29 +26781,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26784
26781
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26785
26782
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26786
26783
|
(function() {
|
|
26787
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26788
|
-
orderedParamLists = [["name", "
|
|
26789
|
-
"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(" "), ["collection", "opt_description",
|
|
26790
|
-
"opt_assetId", "opt_maxVertices", "opt_priority"], ["classifier", "opt_description", "opt_assetId", "opt_priority"], "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_bucket 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(" "),
|
|
26784
|
+
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.map ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.filter ee.Collection.prototype.limit ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.data.listBuckets ee.data.getTableDownloadId ee.data.authenticate ee.data.getAssetRootQuota ee.data.getTaskList ee.data.startTableIngestion ee.data.deleteAsset ee.data.getTileUrl ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.listOperations ee.data.getWorkloadTag ee.data.listImages ee.data.getAssetAcl ee.data.getDownloadId ee.data.cancelOperation ee.data.authenticateViaPopup ee.data.getAsset ee.data.getAssetRoots ee.data.getFeatureViewTilesKey ee.data.makeDownloadUrl ee.data.getMapId ee.data.listFeatures ee.data.setWorkloadTag ee.data.createAssetHome ee.data.createAsset ee.data.getOperation ee.data.getInfo ee.data.authenticateViaPrivateKey ee.data.newTaskId ee.data.setDefaultWorkloadTag ee.data.computeValue ee.data.resetWorkloadTag ee.data.cancelTask ee.data.getThumbId ee.data.updateAsset ee.data.getList ee.data.startIngestion ee.data.getVideoThumbId ee.data.updateTask ee.data.getTaskStatus ee.data.createFolder ee.data.startProcessing ee.data.setAssetAcl ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.renameAsset ee.data.listAssets ee.data.authenticateViaOauth ee.data.setAssetProperties ee.data.copyAsset ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Dictionary ee.InitState ee.apply ee.TILE_SIZE ee.initialize ee.call ee.reset ee.Algorithms ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Filter.gt ee.Filter.inList ee.Filter.lt ee.Filter.neq ee.Filter.or ee.Filter.lte ee.Filter.gte ee.Filter.prototype.not ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPolygon ee.Geometry.LineString ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry.prototype.serialize ee.Geometry.Rectangle ee.Geometry.MultiLineString ee.Geometry.Polygon ee.Geometry ee.Geometry.Point ee.Geometry.prototype.toGeoJSON ee.Geometry.LinearRing ee.Image.prototype.getInfo ee.Image ee.Image.prototype.getMapId ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getThumbId ee.Image.prototype.select ee.Image.prototype.getThumbURL ee.Image.cat ee.Image.prototype.rename ee.Image.prototype.clip ee.Image.prototype.expression ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.linkCollection ee.List ee.Number ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.toJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.String ee.Terrain".split(" "),
|
|
26785
|
+
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(" "),
|
|
26791
26786
|
"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(" "),
|
|
26792
|
-
|
|
26793
|
-
|
|
26794
|
-
["
|
|
26795
|
-
["assetId", "
|
|
26796
|
-
"
|
|
26797
|
-
"
|
|
26798
|
-
"
|
|
26799
|
-
["
|
|
26800
|
-
"
|
|
26801
|
-
[
|
|
26802
|
-
|
|
26803
|
-
ee.
|
|
26804
|
-
ee.
|
|
26805
|
-
ee.
|
|
26806
|
-
ee.
|
|
26807
|
-
ee.
|
|
26808
|
-
ee.
|
|
26809
|
-
ee.
|
|
26787
|
+
"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(" "),
|
|
26788
|
+
"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(" "),
|
|
26789
|
+
["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["start", "opt_end"], ["filter"], ["max", "opt_property", "opt_ascending"], ["geometry"], ["property", "opt_ascending"], ["name", "operator", "value"], ["legacy"], ["func", "var_args"], ["callback"], ["opt_callback"], ["project", "opt_callback"], ["params", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["rootId", "opt_callback"], ["opt_callback"], ["taskId", "request", "opt_callback"],
|
|
26790
|
+
["assetId", "opt_callback"], ["id", "x", "y", "z"], ["id"], ["opt_limit", "opt_callback"], ["opt_limit", "opt_callback"], [], ["parent", "opt_params", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["opt_success", "opt_error"], ["id", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["id"], ["params", "opt_callback"], ["asset", "params", "opt_callback"], ["tag"], ["requestedId", "opt_callback"], ["value", "opt_path", "opt_force",
|
|
26791
|
+
"opt_properties", "opt_callback"], ["operationName", "opt_callback"], ["id", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_count", "opt_callback"], ["tag"], ["obj", "opt_callback"], ["opt_resetDefault"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["taskId", "action",
|
|
26792
|
+
"opt_callback"], ["taskId", "opt_callback"], ["path", "opt_force", "opt_callback"], ["taskId", "params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["params", "opt_callback"], ["id"], ["sourceId", "destinationId", "opt_callback"], ["parent", "opt_params", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["assetId", "properties", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"],
|
|
26793
|
+
["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], ["func", "namedArgs"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], [], [], ["var_args"], [], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"],
|
|
26794
|
+
["opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["opt_filter"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["name", "value"], ["var_args"], ["name", "value"], ["name", "value"], [], ["var_args"], ["namedArgs"], [], ["coords", "opt_proj", "opt_geodesic",
|
|
26795
|
+
"opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["opt_callback"],
|
|
26796
|
+
["opt_args"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["r", "g", "b"], ["params", "opt_callback"], ["var_args"], ["params", "opt_callback"], ["var_args"], ["var_args"], ["geometry"], ["expression", "opt_map"], [], ["params", "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["params", "opt_callback"], ["args"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties",
|
|
26797
|
+
"opt_matchPropertyName"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["string"], []];
|
|
26798
|
+
[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,
|
|
26799
|
+
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.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filterDate, ee.Collection.prototype.filter, ee.Collection.prototype.limit, ee.Collection.prototype.filterBounds, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.ComputedObject.prototype.serialize,
|
|
26800
|
+
ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.getInfo, ee.data.listBuckets, ee.data.getTableDownloadId, ee.data.authenticate, ee.data.getAssetRootQuota, ee.data.getTaskList, ee.data.startTableIngestion, ee.data.deleteAsset, ee.data.getTileUrl, ee.data.makeTableDownloadUrl, ee.data.getTaskListWithLimit, ee.data.listOperations, ee.data.getWorkloadTag, ee.data.listImages, ee.data.getAssetAcl, ee.data.getDownloadId, ee.data.cancelOperation, ee.data.authenticateViaPopup,
|
|
26801
|
+
ee.data.getAsset, ee.data.getAssetRoots, ee.data.getFeatureViewTilesKey, ee.data.makeDownloadUrl, ee.data.getMapId, ee.data.listFeatures, ee.data.setWorkloadTag, ee.data.createAssetHome, ee.data.createAsset, ee.data.getOperation, ee.data.getInfo, ee.data.authenticateViaPrivateKey, ee.data.newTaskId, ee.data.setDefaultWorkloadTag, ee.data.computeValue, ee.data.resetWorkloadTag, ee.data.cancelTask, ee.data.getThumbId, ee.data.updateAsset, ee.data.getList, ee.data.startIngestion, ee.data.getVideoThumbId,
|
|
26802
|
+
ee.data.updateTask, ee.data.getTaskStatus, ee.data.createFolder, ee.data.startProcessing, ee.data.setAssetAcl, ee.data.getFilmstripThumbId, ee.data.makeThumbUrl, ee.data.renameAsset, ee.data.listAssets, ee.data.authenticateViaOauth, ee.data.setAssetProperties, ee.data.copyAsset, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Dictionary, ee.InitState, ee.apply, ee.TILE_SIZE, ee.initialize, ee.call, ee.reset, ee.Algorithms,
|
|
26803
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.Filter, ee.Filter.eq, ee.Filter.date, ee.Filter.metadata, ee.Filter.bounds, ee.Filter.and, ee.Filter.gt, ee.Filter.inList,
|
|
26804
|
+
ee.Filter.lt, ee.Filter.neq, ee.Filter.or, ee.Filter.lte, ee.Filter.gte, ee.Filter.prototype.not, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPolygon, ee.Geometry.LineString, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry.prototype.serialize, ee.Geometry.Rectangle, ee.Geometry.MultiLineString, ee.Geometry.Polygon, ee.Geometry, ee.Geometry.Point, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LinearRing, ee.Image.prototype.getInfo,
|
|
26805
|
+
ee.Image, ee.Image.prototype.getMapId, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getThumbId, ee.Image.prototype.select, ee.Image.prototype.getThumbURL, ee.Image.cat, ee.Image.prototype.rename, ee.Image.prototype.clip, ee.Image.prototype.expression, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getFilmstripThumbURL,
|
|
26806
|
+
ee.ImageCollection, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.linkCollection, ee.List, ee.Number, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26810
26807
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26811
26808
|
});
|
|
26812
26809
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|