@google/earthengine 0.1.365 → 0.1.366
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.tmp/METADATA +1 -1
- package/build/browser.js +105 -59
- package/build/ee_api_js.js +16 -16
- package/build/ee_api_js_debug.js +83 -37
- package/build/ee_api_js_npm.js +105 -59
- package/build/main.js +105 -59
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/computedobject.js +1 -3
- package/src/data.js +0 -3
package/.tmp/METADATA
CHANGED
package/build/browser.js
CHANGED
|
@@ -1241,7 +1241,7 @@ goog.readFlagInternalDoNotUseOrElse = function(googFlagId, defaultValue) {
|
|
|
1241
1241
|
goog.FLAGS_OBJECT_ = "CLOSURE_FLAGS";
|
|
1242
1242
|
goog.FLAGS_STAGING_DEFAULT = !0;
|
|
1243
1243
|
goog.readToggleInternalDoNotCallDirectly = function(name) {
|
|
1244
|
-
var ordinals = "object" === typeof
|
|
1244
|
+
var ordinals = "object" === typeof CLOSURE_TOGGLE_ORDINALS ? CLOSURE_TOGGLE_ORDINALS : void 0, ordinal = ordinals && ordinals[name];
|
|
1245
1245
|
return "number" !== typeof ordinal ? !!ordinal : !!(goog.TOGGLES_[Math.floor(ordinal / 30)] & 1 << ordinal % 30);
|
|
1246
1246
|
};
|
|
1247
1247
|
goog.TOGGLE_VAR_ = "_F_toggles";
|
|
@@ -6054,7 +6054,7 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
|
|
|
6054
6054
|
};
|
|
6055
6055
|
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;
|
|
6056
6056
|
function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
|
|
6057
|
-
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$17 = $jscomp.makeIterator(metadata.keys || []), $jscomp$key$key = $jscomp$iter$17.next(), $jscomp$loop$
|
|
6057
|
+
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$17 = $jscomp.makeIterator(metadata.keys || []), $jscomp$key$key = $jscomp$iter$17.next(), $jscomp$loop$m1892927425$0 = {}; !$jscomp$key$key.done; $jscomp$loop$m1892927425$0 = {mapMetadata:$jscomp$loop$m1892927425$0.mapMetadata},
|
|
6058
6058
|
$jscomp$key$key = $jscomp$iter$17.next()) {
|
|
6059
6059
|
var key = $jscomp$key$key.value, value = valueGetter(key, source);
|
|
6060
6060
|
if (null != value) {
|
|
@@ -6067,11 +6067,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
6067
6067
|
} else if (objects.hasOwnProperty(key)) {
|
|
6068
6068
|
copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
|
|
6069
6069
|
} else if (objectMaps.hasOwnProperty(key)) {
|
|
6070
|
-
$jscomp$loop$
|
|
6070
|
+
$jscomp$loop$m1892927425$0.mapMetadata = objectMaps[key], copy = $jscomp$loop$m1892927425$0.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m1892927425$0) {
|
|
6071
6071
|
return function(v) {
|
|
6072
|
-
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$
|
|
6072
|
+
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m1892927425$0.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6073
6073
|
};
|
|
6074
|
-
}($jscomp$loop$
|
|
6074
|
+
}($jscomp$loop$m1892927425$0)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m1892927425$0.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6075
6075
|
} else if (Array.isArray(value)) {
|
|
6076
6076
|
if (metadata.emptyArrayIsUnset && 0 === value.length) {
|
|
6077
6077
|
continue;
|
|
@@ -6117,39 +6117,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
|
|
|
6117
6117
|
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))) {
|
|
6118
6118
|
return !1;
|
|
6119
6119
|
}
|
|
6120
|
-
for (var $jscomp$iter$19 = $jscomp.makeIterator(keys1), $jscomp$key$key = $jscomp$iter$19.next(), $jscomp$loop$
|
|
6120
|
+
for (var $jscomp$iter$19 = $jscomp.makeIterator(keys1), $jscomp$key$key = $jscomp$iter$19.next(), $jscomp$loop$m1892927425$1 = {}; !$jscomp$key$key.done; $jscomp$loop$m1892927425$1 = {value2$jscomp$7:$jscomp$loop$m1892927425$1.value2$jscomp$7, mapMetadata$jscomp$2:$jscomp$loop$m1892927425$1.mapMetadata$jscomp$2}, $jscomp$key$key = $jscomp$iter$19.next()) {
|
|
6121
6121
|
var key = $jscomp$key$key.value, has1 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable1, key, metadata1), has2 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable2, key, metadata2);
|
|
6122
6122
|
if (has1 !== has2) {
|
|
6123
6123
|
return !1;
|
|
6124
6124
|
}
|
|
6125
6125
|
if (has1) {
|
|
6126
6126
|
var value1 = serializable1.Serializable$get(key);
|
|
6127
|
-
$jscomp$loop$
|
|
6127
|
+
$jscomp$loop$m1892927425$1.value2$jscomp$7 = serializable2.Serializable$get(key);
|
|
6128
6128
|
if (arrays1.hasOwnProperty(key)) {
|
|
6129
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6129
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$1.value2$jscomp$7, !0, !0)) {
|
|
6130
6130
|
return !1;
|
|
6131
6131
|
}
|
|
6132
6132
|
} else if (objects1.hasOwnProperty(key)) {
|
|
6133
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6133
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$1.value2$jscomp$7, !1, !0)) {
|
|
6134
6134
|
return !1;
|
|
6135
6135
|
}
|
|
6136
6136
|
} else if (objectMaps1.hasOwnProperty(key)) {
|
|
6137
|
-
if ($jscomp$loop$
|
|
6138
|
-
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$
|
|
6137
|
+
if ($jscomp$loop$m1892927425$1.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m1892927425$1.mapMetadata$jscomp$2.isPropertyArray) {
|
|
6138
|
+
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m1892927425$1.value2$jscomp$7) || value1.some(function($jscomp$loop$m1892927425$1) {
|
|
6139
6139
|
return function(v1, i) {
|
|
6140
|
-
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$
|
|
6140
|
+
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m1892927425$1.value2$jscomp$7[i], $jscomp$loop$m1892927425$1.mapMetadata$jscomp$2);
|
|
6141
6141
|
};
|
|
6142
|
-
}($jscomp$loop$
|
|
6142
|
+
}($jscomp$loop$m1892927425$1))) {
|
|
6143
6143
|
return !1;
|
|
6144
6144
|
}
|
|
6145
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$
|
|
6145
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m1892927425$1.value2$jscomp$7, $jscomp$loop$m1892927425$1.mapMetadata$jscomp$2)) {
|
|
6146
6146
|
return !1;
|
|
6147
6147
|
}
|
|
6148
6148
|
} else if (Array.isArray(value1)) {
|
|
6149
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6149
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$1.value2$jscomp$7, !0, !1)) {
|
|
6150
6150
|
return !1;
|
|
6151
6151
|
}
|
|
6152
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6152
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$1.value2$jscomp$7, !1, !1)) {
|
|
6153
6153
|
return !1;
|
|
6154
6154
|
}
|
|
6155
6155
|
}
|
|
@@ -6684,7 +6684,7 @@ goog.html.TrustedResourceUrl.unwrapTrustedScriptURL = function(trustedResourceUr
|
|
|
6684
6684
|
if (trustedResourceUrl instanceof goog.html.TrustedResourceUrl && trustedResourceUrl.constructor === goog.html.TrustedResourceUrl) {
|
|
6685
6685
|
return trustedResourceUrl.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_;
|
|
6686
6686
|
}
|
|
6687
|
-
goog.asserts.fail("expected object of type TrustedResourceUrl, got '
|
|
6687
|
+
goog.asserts.fail("expected object of type TrustedResourceUrl, got '%s' of type %s", trustedResourceUrl, goog.typeOf(trustedResourceUrl));
|
|
6688
6688
|
return "type_error:TrustedResourceUrl";
|
|
6689
6689
|
};
|
|
6690
6690
|
goog.html.TrustedResourceUrl.format = function(format, args) {
|
|
@@ -17372,7 +17372,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
|
|
|
17372
17372
|
ee.apiclient = {};
|
|
17373
17373
|
var module$contents$ee$apiclient_apiclient = {};
|
|
17374
17374
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
17375
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
17375
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.366";
|
|
17376
17376
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
17377
17377
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
17378
17378
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -17653,8 +17653,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
17653
17653
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
17654
17654
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
17655
17655
|
method = method || "POST";
|
|
17656
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
17657
|
-
"0.1.
|
|
17656
|
+
var headers = {"Content-Type":contentType}, version = "0.1.366";
|
|
17657
|
+
"0.1.366" === version && (version = "latest");
|
|
17658
17658
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
17659
17659
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
17660
17660
|
if (null != authToken) {
|
|
@@ -19365,6 +19365,9 @@ ee.data.getAlgorithms = function(opt_callback) {
|
|
|
19365
19365
|
var call = new module$contents$ee$apiclient_Call(opt_callback);
|
|
19366
19366
|
return call.handle(call.algorithms().list(call.projectsPath(), {prettyPrint:!1}).then(ee.rpc_convert.algorithms));
|
|
19367
19367
|
};
|
|
19368
|
+
ee.data.getSourceFrame = function() {
|
|
19369
|
+
return null == ee.data.sourceFrameGenerator_ ? null : ee.data.sourceFrameGenerator_();
|
|
19370
|
+
};
|
|
19368
19371
|
ee.data.getMapId = function(params, opt_callback) {
|
|
19369
19372
|
if ("string" === typeof params.image) {
|
|
19370
19373
|
throw Error("Image as JSON string not supported.");
|
|
@@ -19759,6 +19762,14 @@ ee.data.startTableIngestion = function(taskId, request, opt_callback) {
|
|
|
19759
19762
|
}));
|
|
19760
19763
|
};
|
|
19761
19764
|
goog.exportSymbol("ee.data.startTableIngestion", ee.data.startTableIngestion);
|
|
19765
|
+
ee.data.withSourceFrame = function(sourceFrameHook, body, thisObject) {
|
|
19766
|
+
var saved = ee.data.sourceFrameGenerator_;
|
|
19767
|
+
try {
|
|
19768
|
+
return ee.data.sourceFrameGenerator_ = sourceFrameHook, body.call(thisObject);
|
|
19769
|
+
} finally {
|
|
19770
|
+
ee.data.sourceFrameGenerator_ = saved;
|
|
19771
|
+
}
|
|
19772
|
+
};
|
|
19762
19773
|
ee.data.getAsset = function(id, opt_callback) {
|
|
19763
19774
|
var call = new module$contents$ee$apiclient_Call(opt_callback), name = ee.rpc_convert.assetIdToAssetName(id);
|
|
19764
19775
|
return call.handle(call.assets().get(name, {prettyPrint:!1}).then(ee.rpc_convert.assetToLegacyResult));
|
|
@@ -19989,6 +20000,9 @@ ee.data.AssetQuotaEntry = function() {
|
|
|
19989
20000
|
};
|
|
19990
20001
|
ee.data.AssetQuotaDetails = function() {
|
|
19991
20002
|
};
|
|
20003
|
+
ee.data.SourceFrame = function() {
|
|
20004
|
+
};
|
|
20005
|
+
ee.data.sourceFrameGenerator_ = null;
|
|
19992
20006
|
ee.data.FeatureViewDescription = function() {
|
|
19993
20007
|
};
|
|
19994
20008
|
ee.data.FolderDescription = function() {
|
|
@@ -20088,6 +20102,7 @@ ee.ComputedObject = function(func, args, opt_varName) {
|
|
|
20088
20102
|
this.func = func;
|
|
20089
20103
|
this.args = args;
|
|
20090
20104
|
this.varName = opt_varName || null;
|
|
20105
|
+
this.sourceFrame = ee.data.getSourceFrame();
|
|
20091
20106
|
};
|
|
20092
20107
|
goog.inherits(ee.ComputedObject, ee.Encodable);
|
|
20093
20108
|
goog.exportSymbol("ee.ComputedObject", ee.ComputedObject);
|
|
@@ -24230,8 +24245,8 @@ function module$contents$safevalues$internals$attribute_impl_unwrapAttributePref
|
|
|
24230
24245
|
throw Error(message);
|
|
24231
24246
|
}
|
|
24232
24247
|
module$exports$safevalues$internals$attribute_impl.unwrapAttributePrefix = module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix;
|
|
24233
|
-
var $jscomp$templatelit$
|
|
24234
|
-
{id:"third_party/javascript/safevalues/internals/string_literal.closure.js"};
|
|
24248
|
+
var $jscomp$templatelit$m425881384$0 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$m425881384$1 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\0"]), $jscomp$templatelit$m425881384$2 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$m425881384$3 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), $jscomp$templatelit$m425881384$4 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$m425881384$5 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"],
|
|
24249
|
+
["\\0"]), $jscomp$templatelit$m425881384$6 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$m425881384$7 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), module$contents$safevalues$internals$string_literal_module = module$contents$safevalues$internals$string_literal_module || {id:"third_party/javascript/safevalues/internals/string_literal.closure.js"};
|
|
24235
24250
|
function module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, numExprs) {
|
|
24236
24251
|
if (!module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) || numExprs + 1 !== templateObj.length) {
|
|
24237
24252
|
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 ##############################");
|
|
@@ -24240,12 +24255,19 @@ function module$contents$safevalues$internals$string_literal_assertIsTemplateObj
|
|
|
24240
24255
|
function module$contents$safevalues$internals$string_literal_checkFrozen(templateObj) {
|
|
24241
24256
|
return Object.isFrozen(templateObj) && Object.isFrozen(templateObj.raw);
|
|
24242
24257
|
}
|
|
24243
|
-
|
|
24244
|
-
|
|
24258
|
+
var module$contents$safevalues$internals$string_literal_TagFn;
|
|
24259
|
+
function module$contents$safevalues$internals$string_literal_checkTranspiled(fn) {
|
|
24260
|
+
return -1 === fn.toString().indexOf("`");
|
|
24245
24261
|
}
|
|
24246
|
-
var module$contents$safevalues$internals$string_literal_isTranspiled =
|
|
24247
|
-
return
|
|
24248
|
-
}
|
|
24262
|
+
var module$contents$safevalues$internals$string_literal_isTranspiled = module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
24263
|
+
return tag($jscomp$templatelit$m425881384$0);
|
|
24264
|
+
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
24265
|
+
return tag($jscomp$templatelit$m425881384$1);
|
|
24266
|
+
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
24267
|
+
return tag($jscomp$templatelit$m425881384$2);
|
|
24268
|
+
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
24269
|
+
return tag($jscomp$templatelit$m425881384$3);
|
|
24270
|
+
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$4) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$5) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$6) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$7);
|
|
24249
24271
|
function module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) {
|
|
24250
24272
|
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)) ?
|
|
24251
24273
|
!0 : !1;
|
|
@@ -24513,7 +24535,9 @@ function module$contents$safevalues$dom$globals$range_createContextualFragment(r
|
|
|
24513
24535
|
}
|
|
24514
24536
|
;var module$contents$safevalues$builders$html_sanitizer$inert_fragment_module = module$contents$safevalues$builders$html_sanitizer$inert_fragment_module || {id:"third_party/javascript/safevalues/builders/html_sanitizer/inert_fragment.closure.js"};
|
|
24515
24537
|
function module$contents$safevalues$builders$html_sanitizer$inert_fragment_createInertFragment(dirtyHtml) {
|
|
24516
|
-
var
|
|
24538
|
+
var doc = document.implementation.createHTMLDocument(""), range = doc.createRange();
|
|
24539
|
+
range.selectNode(doc.body);
|
|
24540
|
+
var temporarySafeHtml = module$contents$safevalues$internals$html_impl_createHtmlInternal(dirtyHtml);
|
|
24517
24541
|
return module$contents$safevalues$dom$globals$range_createContextualFragment(range, temporarySafeHtml);
|
|
24518
24542
|
}
|
|
24519
24543
|
;var module$exports$safevalues$builders$html_sanitizer$no_clobber = {}, module$contents$safevalues$builders$html_sanitizer$no_clobber_module = module$contents$safevalues$builders$html_sanitizer$no_clobber_module || {id:"third_party/javascript/safevalues/builders/html_sanitizer/no_clobber.closure.js"};
|
|
@@ -24563,6 +24587,11 @@ module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_tabl
|
|
|
24563
24587
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction[module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_SANITIZE_STYLE] = "KEEP_AND_SANITIZE_STYLE";
|
|
24564
24588
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicy = function() {
|
|
24565
24589
|
};
|
|
24590
|
+
var module$contents$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table_FORBIDDEN_CUSTOM_ELEMENT_NAMES = new Set("ANNOTATION-XML COLOR-PROFILE FONT-FACE FONT-FACE-SRC FONT-FACE-URI FONT-FACE-FORMAT FONT-FACE-NAME MISSING-GLYPH".split(" "));
|
|
24591
|
+
function module$contents$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table_isCustomElement(tag) {
|
|
24592
|
+
return !module$contents$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table_FORBIDDEN_CUSTOM_ELEMENT_NAMES.has(tag.toUpperCase()) && /^[a-z][-_.a-z0-9]*-[-_.a-z0-9]*$/i.test(tag);
|
|
24593
|
+
}
|
|
24594
|
+
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.isCustomElement = module$contents$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table_isCustomElement;
|
|
24566
24595
|
var module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table = {}, module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_module = module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_module || {id:"third_party/javascript/safevalues/builders/html_sanitizer/sanitizer_table/default_sanitizer_table.closure.js"},
|
|
24567
24596
|
module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ALLOWED_ELEMENTS = "ARTICLE SECTION NAV ASIDE H1 H2 H3 H4 H5 H6 HEADER FOOTER ADDRESS P HR PRE BLOCKQUOTE OL UL LH LI DL DT DD FIGURE FIGCAPTION MAIN DIV EM STRONG SMALL S CITE Q DFN ABBR RUBY RB RT RTC RP DATA TIME CODE VAR SAMP KBD SUB SUP I B U MARK BDI BDO SPAN BR WBR INS DEL PICTURE PARAM TRACK MAP TABLE CAPTION COLGROUP COL TBODY THEAD TFOOT TR TD TH SELECT DATALIST OPTGROUP OPTION OUTPUT PROGRESS METER FIELDSET LEGEND DETAILS SUMMARY MENU DIALOG SLOT CANVAS FONT CENTER".split(" "),
|
|
24568
24597
|
module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ELEMENT_POLICIES = [["A", new Map([["href", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_SANITIZE_URL}]])], ["AREA", new Map([["href", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_SANITIZE_URL}]])],
|
|
@@ -24702,7 +24731,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
24702
24731
|
return !0;
|
|
24703
24732
|
}
|
|
24704
24733
|
for (var $jscomp$iter$42 = $jscomp.makeIterator(conditions), $jscomp$key$ = $jscomp$iter$42.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$42.next()) {
|
|
24705
|
-
var $jscomp$destructuring$var54 = $jscomp.makeIterator($jscomp$key$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var54.next().value, expectedValues = $jscomp$destructuring$var54.next().value, $jscomp$optchain$
|
|
24734
|
+
var $jscomp$destructuring$var54 = $jscomp.makeIterator($jscomp$key$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var54.next().value, expectedValues = $jscomp$destructuring$var54.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;
|
|
24706
24735
|
if (value && !expectedValues.has(value)) {
|
|
24707
24736
|
return !1;
|
|
24708
24737
|
}
|
|
@@ -24768,15 +24797,32 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
24768
24797
|
this.sanitizerTable = new module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.SanitizerTable(allowedElements, allowedElementPolicies, this.sanitizerTable.allowedGlobalAttributes, this.sanitizerTable.globalAttributePolicies);
|
|
24769
24798
|
return this;
|
|
24770
24799
|
};
|
|
24800
|
+
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.allowCustomElement = function(element, allowedAttributes) {
|
|
24801
|
+
var allowedElements = new Set(this.sanitizerTable.allowedElements), allowedElementPolicies = new Map(this.sanitizerTable.elementPolicies);
|
|
24802
|
+
element = element.toUpperCase();
|
|
24803
|
+
if (!module$contents$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table_isCustomElement(element)) {
|
|
24804
|
+
throw Error("Element: " + element + " is not a custom element");
|
|
24805
|
+
}
|
|
24806
|
+
if (allowedAttributes) {
|
|
24807
|
+
for (var elementPolicy = new Map(), $jscomp$iter$44 = $jscomp.makeIterator(allowedAttributes), $jscomp$key$attribute = $jscomp$iter$44.next(); !$jscomp$key$attribute.done; $jscomp$key$attribute = $jscomp$iter$44.next()) {
|
|
24808
|
+
elementPolicy.set($jscomp$key$attribute.value, {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
|
|
24809
|
+
}
|
|
24810
|
+
allowedElementPolicies.set(element, elementPolicy);
|
|
24811
|
+
} else {
|
|
24812
|
+
allowedElements.add(element);
|
|
24813
|
+
}
|
|
24814
|
+
this.sanitizerTable = new module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.SanitizerTable(allowedElements, allowedElementPolicies, this.sanitizerTable.allowedGlobalAttributes, this.sanitizerTable.globalAttributePolicies);
|
|
24815
|
+
return this;
|
|
24816
|
+
};
|
|
24771
24817
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowAttributes = function(attributeSet) {
|
|
24772
|
-
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$
|
|
24818
|
+
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$45 = $jscomp.makeIterator(attributeSet), $jscomp$key$attribute = $jscomp$iter$45.next(); !$jscomp$key$attribute.done; $jscomp$key$attribute = $jscomp$iter$45.next()) {
|
|
24773
24819
|
var attribute = $jscomp$key$attribute.value;
|
|
24774
24820
|
this.sanitizerTable.allowedGlobalAttributes.has(attribute) && allowedGlobalAttributes.add(attribute);
|
|
24775
24821
|
this.sanitizerTable.globalAttributePolicies.has(attribute) && globalAttributePolicies.set(attribute, this.sanitizerTable.globalAttributePolicies.get(attribute));
|
|
24776
24822
|
}
|
|
24777
|
-
for (var $jscomp$iter$
|
|
24778
|
-
for (var $jscomp$destructuring$var56 = $jscomp.makeIterator($jscomp$key$.value), elementName__tsickle_destructured_1 = $jscomp$destructuring$var56.next().value, originalElementPolicy__tsickle_destructured_2 = $jscomp$destructuring$var56.next().value, elementName = elementName__tsickle_destructured_1, newElementPolicy = new Map(), $jscomp$iter$
|
|
24779
|
-
$jscomp$iter$
|
|
24823
|
+
for (var $jscomp$iter$47 = $jscomp.makeIterator(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$ = $jscomp$iter$47.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$47.next()) {
|
|
24824
|
+
for (var $jscomp$destructuring$var56 = $jscomp.makeIterator($jscomp$key$.value), elementName__tsickle_destructured_1 = $jscomp$destructuring$var56.next().value, originalElementPolicy__tsickle_destructured_2 = $jscomp$destructuring$var56.next().value, elementName = elementName__tsickle_destructured_1, newElementPolicy = new Map(), $jscomp$iter$46 = $jscomp.makeIterator(originalElementPolicy__tsickle_destructured_2.entries()), $jscomp$key$$jscomp$0 = $jscomp$iter$46.next(); !$jscomp$key$$jscomp$0.done; $jscomp$key$$jscomp$0 =
|
|
24825
|
+
$jscomp$iter$46.next()) {
|
|
24780
24826
|
var $jscomp$destructuring$var58 = $jscomp.makeIterator($jscomp$key$$jscomp$0.value), attribute__tsickle_destructured_3 = $jscomp$destructuring$var58.next().value, attributePolicy__tsickle_destructured_4 = $jscomp$destructuring$var58.next().value, attribute$jscomp$0 = attribute__tsickle_destructured_3, attributePolicy = attributePolicy__tsickle_destructured_4;
|
|
24781
24827
|
attributeSet.has(attribute$jscomp$0) && newElementPolicy.set(attribute$jscomp$0, attributePolicy);
|
|
24782
24828
|
}
|
|
@@ -24786,7 +24832,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
24786
24832
|
return this;
|
|
24787
24833
|
};
|
|
24788
24834
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.allowDataAttributes = function(attributes) {
|
|
24789
|
-
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$
|
|
24835
|
+
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$48 = $jscomp.makeIterator(attributes), $jscomp$key$attribute = $jscomp$iter$48.next(); !$jscomp$key$attribute.done; $jscomp$key$attribute = $jscomp$iter$48.next()) {
|
|
24790
24836
|
var attribute = $jscomp$key$attribute.value;
|
|
24791
24837
|
if (0 !== attribute.indexOf("data-")) {
|
|
24792
24838
|
throw Error("data attribute: " + attribute + ' does not begin with the prefix "data-"');
|
|
@@ -25042,7 +25088,7 @@ module$exports$safevalues$builders$url_builders.SanitizableUrlScheme = {TEL:modu
|
|
|
25042
25088
|
}), MAILTO:module$contents$safevalues$builders$url_builders_simpleScheme("mailto"), INTENT:module$contents$safevalues$builders$url_builders_simpleScheme("intent"), MARKET:module$contents$safevalues$builders$url_builders_simpleScheme("market"), ITMS:module$contents$safevalues$builders$url_builders_simpleScheme("itms"), ITMS_APPSS:module$contents$safevalues$builders$url_builders_simpleScheme("itms-appss"),
|
|
25043
25089
|
ITMS_SERVICES:module$contents$safevalues$builders$url_builders_simpleScheme("itms-services"), FACEBOOK_MESSENGER:module$contents$safevalues$builders$url_builders_simpleScheme("fb-messenger"), WHATSAPP:module$contents$safevalues$builders$url_builders_simpleScheme("whatsapp"), SIP:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
25044
25090
|
return 0 === url.indexOf("sip://") || 0 === url.indexOf("sips://");
|
|
25045
|
-
}), SMS:module$contents$safevalues$builders$url_builders_simpleScheme("sms")};
|
|
25091
|
+
}), SMS:module$contents$safevalues$builders$url_builders_simpleScheme("sms"), VND_YOUTUBE:module$contents$safevalues$builders$url_builders_simpleScheme("vnd.youtube")};
|
|
25046
25092
|
var module$contents$safevalues$builders$url_builders_DEFAULT_SCHEMES = [module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.DATA, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.HTTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.HTTPS, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.MAILTO,
|
|
25047
25093
|
module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.FTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.RELATIVE];
|
|
25048
25094
|
function module$contents$safevalues$builders$url_builders_trySanitizeUrl(url, allowedSchemes) {
|
|
@@ -25149,12 +25195,12 @@ function module$contents$safevalues$reporting$reporting_isChangedBySanitizing(s,
|
|
|
25149
25195
|
}
|
|
25150
25196
|
try {
|
|
25151
25197
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_lenientlySanitizeHtmlAssertUnchanged(s);
|
|
25152
|
-
} catch ($jscomp$unused$catch$
|
|
25198
|
+
} catch ($jscomp$unused$catch$696273141$0) {
|
|
25153
25199
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_RELAXED_SANITIZING), !0;
|
|
25154
25200
|
}
|
|
25155
25201
|
try {
|
|
25156
25202
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlAssertUnchanged(s);
|
|
25157
|
-
} catch ($jscomp$unused$catch$
|
|
25203
|
+
} catch ($jscomp$unused$catch$696273141$1) {
|
|
25158
25204
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_SANITIZING), !0;
|
|
25159
25205
|
}
|
|
25160
25206
|
return !1;
|
|
@@ -26247,28 +26293,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26247
26293
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26248
26294
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26249
26295
|
(function() {
|
|
26250
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._call ee.ApiFunction._apply ee.batch.Export.table.toDrive ee.batch.Export.table.
|
|
26251
|
-
orderedParamLists = [["name"], ["name", "var_args"], ["name", "namedArgs"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
|
|
26252
|
-
"collection opt_description
|
|
26253
|
-
"
|
|
26254
|
-
"image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "), ["
|
|
26255
|
-
["
|
|
26256
|
-
|
|
26257
|
-
|
|
26258
|
-
|
|
26259
|
-
["opt_visParams", "opt_callback"], ["opt_callback"], ["args", "opt_column"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["
|
|
26260
|
-
|
|
26261
|
-
"
|
|
26262
|
-
"
|
|
26263
|
-
[ee.ApiFunction.lookup, ee.ApiFunction._call, ee.ApiFunction._apply, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.table.
|
|
26264
|
-
module$contents$ee$batch_Export.
|
|
26265
|
-
ee.ComputedObject.prototype.
|
|
26266
|
-
ee.data.
|
|
26267
|
-
ee.data.
|
|
26268
|
-
ee.
|
|
26269
|
-
ee.
|
|
26270
|
-
ee.Image.prototype.
|
|
26271
|
-
ee.Serializer.
|
|
26296
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._call ee.ApiFunction._apply ee.batch.Export.table.toDrive ee.batch.Export.table.toFeatureView ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.video.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toDrive ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.Collection.prototype.limit ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.filterMetadata ee.Collection.prototype.iterate ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.setDefaultWorkloadTag ee.data.getFeatureViewTilesKey ee.data.authenticate ee.data.createFolder ee.data.makeTableDownloadUrl ee.data.listFeatures ee.data.startIngestion ee.data.computeValue ee.data.getTaskList ee.data.getTableDownloadId ee.data.setWorkloadTag ee.data.getVideoThumbId ee.data.getWorkloadTag ee.data.getFilmstripThumbId ee.data.getAsset ee.data.makeDownloadUrl ee.data.makeThumbUrl ee.data.getThumbId ee.data.listImages ee.data.authenticateViaPrivateKey ee.data.createAsset ee.data.listBuckets ee.data.getDownloadId ee.data.createAssetHome ee.data.getAssetRootQuota ee.data.cancelTask ee.data.getAssetRoots ee.data.setAssetProperties ee.data.getOperation ee.data.getAssetAcl ee.data.startTableIngestion ee.data.getTaskListWithLimit ee.data.getList ee.data.listAssets ee.data.deleteAsset ee.data.setAssetAcl ee.data.cancelOperation ee.data.listOperations ee.data.resetWorkloadTag ee.data.getTaskStatus ee.data.getInfo ee.data.copyAsset ee.data.updateTask ee.data.startProcessing ee.data.newTaskId ee.data.getMapId ee.data.updateAsset ee.data.renameAsset ee.data.authenticateViaPopup ee.data.getTileUrl ee.data.authenticateViaOauth ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.reset ee.TILE_SIZE ee.call ee.apply ee.Algorithms ee.InitState ee.initialize ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.inList ee.Filter ee.Filter.prototype.not ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Filter.lt ee.Filter.and ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.Point ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.Image.prototype.select ee.Image.cat ee.Image.prototype.expression ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
|
|
26297
|
+
orderedParamLists = [["name"], ["name", "var_args"], ["name", "namedArgs"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "), "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "),
|
|
26298
|
+
["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), ["classifier", "opt_description", "opt_assetId"], "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
|
|
26299
|
+
"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
|
|
26300
|
+
"image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "), ["property", "opt_ascending"], ["geometry"], ["max", "opt_property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["filter"], ["start", "opt_end"], ["name", "operator", "value"], ["algorithm", "opt_first"], ["callback"], ["opt_callback"], ["legacy"], ["func", "var_args"],
|
|
26301
|
+
["tag"], ["params", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["path", "opt_force", "opt_callback"], ["id"], ["asset", "params", "opt_callback"], ["taskId", "request", "opt_callback"], ["obj", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["tag"], ["params", "opt_callback"], [], ["params", "opt_callback"], ["id", "opt_callback"], ["id"], ["id"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["privateKey",
|
|
26302
|
+
"opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["project", "opt_callback"], ["params", "opt_callback"], ["requestedId", "opt_callback"], ["rootId", "opt_callback"], ["taskId", "opt_callback"], ["opt_callback"], ["assetId", "properties", "opt_callback"], ["operationName", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "request", "opt_callback"], ["opt_limit", "opt_callback"], ["params",
|
|
26303
|
+
"opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["operationName", "opt_callback"], ["opt_limit", "opt_callback"], ["opt_resetDefault"], ["taskId", "opt_callback"], ["id", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["taskId", "action", "opt_callback"], ["taskId", "params", "opt_callback"], ["opt_count", "opt_callback"], ["params", "opt_callback"], ["assetId", "asset", "updateFields",
|
|
26304
|
+
"opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["opt_success", "opt_error"], ["id", "x", "y", "z"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], [], ["func", "var_args"], ["func", "namedArgs"], [], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["var_args"], ["geometry", "opt_properties"],
|
|
26305
|
+
["opt_visParams", "opt_callback"], ["opt_callback"], ["args", "opt_column"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["var_args"], ["name", "value"], ["start", "opt_end"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], [], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"],
|
|
26306
|
+
["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["var_args"], ["namedArgs"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["legacy"], ["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"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords",
|
|
26307
|
+
"opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], [], ["opt_args"], ["var_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["var_args"], ["expression", "opt_map"], ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["selectors", "opt_names"], ["args"], ["params", "opt_callback"], ["params",
|
|
26308
|
+
"opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["string"], []];
|
|
26309
|
+
[ee.ApiFunction.lookup, ee.ApiFunction._call, ee.ApiFunction._apply, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage,
|
|
26310
|
+
module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, ee.Collection.prototype.sort, ee.Collection.prototype.filterBounds, ee.Collection.prototype.limit, ee.Collection.prototype.map, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.iterate, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize,
|
|
26311
|
+
ee.ComputedObject.prototype.aside, ee.data.setDefaultWorkloadTag, ee.data.getFeatureViewTilesKey, ee.data.authenticate, ee.data.createFolder, ee.data.makeTableDownloadUrl, ee.data.listFeatures, ee.data.startIngestion, ee.data.computeValue, ee.data.getTaskList, ee.data.getTableDownloadId, ee.data.setWorkloadTag, ee.data.getVideoThumbId, ee.data.getWorkloadTag, ee.data.getFilmstripThumbId, ee.data.getAsset, ee.data.makeDownloadUrl, ee.data.makeThumbUrl, ee.data.getThumbId, ee.data.listImages, ee.data.authenticateViaPrivateKey,
|
|
26312
|
+
ee.data.createAsset, ee.data.listBuckets, ee.data.getDownloadId, ee.data.createAssetHome, ee.data.getAssetRootQuota, ee.data.cancelTask, ee.data.getAssetRoots, ee.data.setAssetProperties, ee.data.getOperation, ee.data.getAssetAcl, ee.data.startTableIngestion, ee.data.getTaskListWithLimit, ee.data.getList, ee.data.listAssets, ee.data.deleteAsset, ee.data.setAssetAcl, ee.data.cancelOperation, ee.data.listOperations, ee.data.resetWorkloadTag, ee.data.getTaskStatus, ee.data.getInfo, ee.data.copyAsset,
|
|
26313
|
+
ee.data.updateTask, ee.data.startProcessing, ee.data.newTaskId, ee.data.getMapId, ee.data.updateAsset, ee.data.renameAsset, ee.data.authenticateViaPopup, ee.data.getTileUrl, ee.data.authenticateViaOauth, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.reset, ee.TILE_SIZE, ee.call, ee.apply, ee.Algorithms, ee.InitState, ee.initialize, ee.Element.prototype.set, ee.Feature, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo,
|
|
26314
|
+
ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.inList, ee.Filter, ee.Filter.prototype.not, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, ee.Filter.lt, ee.Filter.and, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.Point, ee.Geometry.BBox,
|
|
26315
|
+
ee.Geometry.LinearRing, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbURL, ee.Image.prototype.getThumbId, ee.Image.prototype.clip,
|
|
26316
|
+
ee.Image.prototype.select, ee.Image.cat, ee.Image.prototype.expression, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.select, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.List, ee.Number, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.encode,
|
|
26317
|
+
ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26272
26318
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26273
26319
|
});
|
|
26274
26320
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|