@google/earthengine 0.1.364 → 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/BUILD +2 -2
- package/.tmp/METADATA +9 -7
- package/.tmp/VERSION_BUILD +2 -2
- package/build/browser.js +130 -67
- package/build/ee_api_js.js +444 -444
- package/build/ee_api_js_debug.js +108 -45
- package/build/ee_api_js_npm.js +130 -67
- package/build/main.js +130 -67
- 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/BUILD
CHANGED
|
@@ -642,8 +642,8 @@ Fileset(
|
|
|
642
642
|
destdir = "0.1.363",
|
|
643
643
|
),
|
|
644
644
|
FilesetEntry(
|
|
645
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.
|
|
646
|
-
destdir = "0.1.
|
|
645
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.365:public",
|
|
646
|
+
destdir = "0.1.365",
|
|
647
647
|
),
|
|
648
648
|
# NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
|
|
649
649
|
],
|
package/.tmp/METADATA
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Format: google3/devtools/metadata/metadata.proto (go/google3metadata)
|
|
2
2
|
|
|
3
|
-
name: "0.1.
|
|
3
|
+
name: "0.1.365"
|
|
4
4
|
description:
|
|
5
5
|
"Google Earth Engine is a cloud-based platform for planetary-scale "
|
|
6
6
|
"environmental data analysis. The Earth Engine JavaScript API allows "
|
|
@@ -8,14 +8,16 @@ description:
|
|
|
8
8
|
"applications."
|
|
9
9
|
|
|
10
10
|
third_party {
|
|
11
|
-
|
|
12
|
-
type: GIT
|
|
13
|
-
value: "https://github.com/google/earthengine-api.git"
|
|
14
|
-
}
|
|
15
|
-
version: "v0.1.364"
|
|
11
|
+
version: "v0.1.365"
|
|
16
12
|
last_upgrade_date: {
|
|
17
13
|
year: 2023
|
|
18
14
|
month: 8
|
|
19
|
-
day:
|
|
15
|
+
day: 24
|
|
16
|
+
}
|
|
17
|
+
identifier {
|
|
18
|
+
type: "Git"
|
|
19
|
+
value: "https://github.com/google/earthengine-api.git"
|
|
20
|
+
version: "v0.1.365"
|
|
21
|
+
primary_source: true
|
|
20
22
|
}
|
|
21
23
|
}
|
package/.tmp/VERSION_BUILD
CHANGED
|
@@ -9,7 +9,7 @@ load("//tools/build_defs/license:license.bzl", "license")
|
|
|
9
9
|
load("//tools/build_defs/build_test:build_test.bzl", "build_test")
|
|
10
10
|
|
|
11
11
|
package(
|
|
12
|
-
default_applicable_licenses = ["//third_party/hosted_libraries/libs/earthengine/0.1.
|
|
12
|
+
default_applicable_licenses = ["//third_party/hosted_libraries/libs/earthengine/0.1.365:license"],
|
|
13
13
|
default_visibility = [
|
|
14
14
|
"//third_party/hosted_libraries/libs/earthengine:__pkg__",
|
|
15
15
|
],
|
|
@@ -17,7 +17,7 @@ package(
|
|
|
17
17
|
|
|
18
18
|
license(
|
|
19
19
|
name = "license",
|
|
20
|
-
package_name = "0.1.
|
|
20
|
+
package_name = "0.1.365",
|
|
21
21
|
)
|
|
22
22
|
|
|
23
23
|
licenses(["notice"])
|
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) {
|
|
@@ -8900,8 +8900,9 @@ module$exports$eeapiclient$ee_api_client.CapabilitiesCapabilitiesEnum = {AUTO_AP
|
|
|
8900
8900
|
}};
|
|
8901
8901
|
module$exports$eeapiclient$ee_api_client.IChangeSubscriptionTypeRequestChangeTimeEnum = function() {
|
|
8902
8902
|
};
|
|
8903
|
-
module$exports$eeapiclient$ee_api_client.ChangeSubscriptionTypeRequestChangeTimeEnum = {CHANGE_TIME_TYPE_UNSPECIFIED:"CHANGE_TIME_TYPE_UNSPECIFIED", EARLIEST_POSSIBLE:"EARLIEST_POSSIBLE", END_OF_PERIOD:"END_OF_PERIOD", SPECIFIC_DATE:"SPECIFIC_DATE", values:function() {
|
|
8904
|
-
return [module$exports$eeapiclient$ee_api_client.ChangeSubscriptionTypeRequestChangeTimeEnum.CHANGE_TIME_TYPE_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.ChangeSubscriptionTypeRequestChangeTimeEnum.END_OF_PERIOD, module$exports$eeapiclient$ee_api_client.ChangeSubscriptionTypeRequestChangeTimeEnum.EARLIEST_POSSIBLE, module$exports$eeapiclient$ee_api_client.ChangeSubscriptionTypeRequestChangeTimeEnum.SPECIFIC_DATE
|
|
8903
|
+
module$exports$eeapiclient$ee_api_client.ChangeSubscriptionTypeRequestChangeTimeEnum = {CHANGE_TIME_TYPE_UNSPECIFIED:"CHANGE_TIME_TYPE_UNSPECIFIED", EARLIEST_POSSIBLE:"EARLIEST_POSSIBLE", END_OF_PERIOD:"END_OF_PERIOD", END_OF_TERM:"END_OF_TERM", SPECIFIC_DATE:"SPECIFIC_DATE", values:function() {
|
|
8904
|
+
return [module$exports$eeapiclient$ee_api_client.ChangeSubscriptionTypeRequestChangeTimeEnum.CHANGE_TIME_TYPE_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.ChangeSubscriptionTypeRequestChangeTimeEnum.END_OF_PERIOD, module$exports$eeapiclient$ee_api_client.ChangeSubscriptionTypeRequestChangeTimeEnum.EARLIEST_POSSIBLE, module$exports$eeapiclient$ee_api_client.ChangeSubscriptionTypeRequestChangeTimeEnum.SPECIFIC_DATE,
|
|
8905
|
+
module$exports$eeapiclient$ee_api_client.ChangeSubscriptionTypeRequestChangeTimeEnum.END_OF_TERM];
|
|
8905
8906
|
}};
|
|
8906
8907
|
module$exports$eeapiclient$ee_api_client.IChangeSubscriptionTypeRequestTypeEnum = function() {
|
|
8907
8908
|
};
|
|
@@ -9064,8 +9065,9 @@ module$exports$eeapiclient$ee_api_client.ScheduledUpdateSubscriptionUpdateTypeEn
|
|
|
9064
9065
|
}};
|
|
9065
9066
|
module$exports$eeapiclient$ee_api_client.IScheduledUpdateUpdateChangeTypeEnum = function() {
|
|
9066
9067
|
};
|
|
9067
|
-
module$exports$eeapiclient$ee_api_client.ScheduledUpdateUpdateChangeTypeEnum = {CHANGE_TIME_TYPE_UNSPECIFIED:"CHANGE_TIME_TYPE_UNSPECIFIED", EARLIEST_POSSIBLE:"EARLIEST_POSSIBLE", END_OF_PERIOD:"END_OF_PERIOD", SPECIFIC_DATE:"SPECIFIC_DATE", values:function() {
|
|
9068
|
-
return [module$exports$eeapiclient$ee_api_client.ScheduledUpdateUpdateChangeTypeEnum.CHANGE_TIME_TYPE_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.ScheduledUpdateUpdateChangeTypeEnum.END_OF_PERIOD, module$exports$eeapiclient$ee_api_client.ScheduledUpdateUpdateChangeTypeEnum.EARLIEST_POSSIBLE, module$exports$eeapiclient$ee_api_client.ScheduledUpdateUpdateChangeTypeEnum.SPECIFIC_DATE
|
|
9068
|
+
module$exports$eeapiclient$ee_api_client.ScheduledUpdateUpdateChangeTypeEnum = {CHANGE_TIME_TYPE_UNSPECIFIED:"CHANGE_TIME_TYPE_UNSPECIFIED", EARLIEST_POSSIBLE:"EARLIEST_POSSIBLE", END_OF_PERIOD:"END_OF_PERIOD", END_OF_TERM:"END_OF_TERM", SPECIFIC_DATE:"SPECIFIC_DATE", values:function() {
|
|
9069
|
+
return [module$exports$eeapiclient$ee_api_client.ScheduledUpdateUpdateChangeTypeEnum.CHANGE_TIME_TYPE_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.ScheduledUpdateUpdateChangeTypeEnum.END_OF_PERIOD, module$exports$eeapiclient$ee_api_client.ScheduledUpdateUpdateChangeTypeEnum.EARLIEST_POSSIBLE, module$exports$eeapiclient$ee_api_client.ScheduledUpdateUpdateChangeTypeEnum.SPECIFIC_DATE,
|
|
9070
|
+
module$exports$eeapiclient$ee_api_client.ScheduledUpdateUpdateChangeTypeEnum.END_OF_TERM];
|
|
9069
9071
|
}};
|
|
9070
9072
|
module$exports$eeapiclient$ee_api_client.ISubscriptionStateEnum = function() {
|
|
9071
9073
|
};
|
|
@@ -9106,8 +9108,9 @@ module$exports$eeapiclient$ee_api_client.TableManifestCsvColumnDataTypeOverrides
|
|
|
9106
9108
|
}};
|
|
9107
9109
|
module$exports$eeapiclient$ee_api_client.ITerminateSubscriptionRequestTerminationTypeEnum = function() {
|
|
9108
9110
|
};
|
|
9109
|
-
module$exports$eeapiclient$ee_api_client.TerminateSubscriptionRequestTerminationTypeEnum = {CHANGE_TIME_TYPE_UNSPECIFIED:"CHANGE_TIME_TYPE_UNSPECIFIED", EARLIEST_POSSIBLE:"EARLIEST_POSSIBLE", END_OF_PERIOD:"END_OF_PERIOD", SPECIFIC_DATE:"SPECIFIC_DATE", values:function() {
|
|
9110
|
-
return [module$exports$eeapiclient$ee_api_client.TerminateSubscriptionRequestTerminationTypeEnum.CHANGE_TIME_TYPE_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.TerminateSubscriptionRequestTerminationTypeEnum.END_OF_PERIOD, module$exports$eeapiclient$ee_api_client.TerminateSubscriptionRequestTerminationTypeEnum.EARLIEST_POSSIBLE, module$exports$eeapiclient$ee_api_client.TerminateSubscriptionRequestTerminationTypeEnum.SPECIFIC_DATE
|
|
9111
|
+
module$exports$eeapiclient$ee_api_client.TerminateSubscriptionRequestTerminationTypeEnum = {CHANGE_TIME_TYPE_UNSPECIFIED:"CHANGE_TIME_TYPE_UNSPECIFIED", EARLIEST_POSSIBLE:"EARLIEST_POSSIBLE", END_OF_PERIOD:"END_OF_PERIOD", END_OF_TERM:"END_OF_TERM", SPECIFIC_DATE:"SPECIFIC_DATE", values:function() {
|
|
9112
|
+
return [module$exports$eeapiclient$ee_api_client.TerminateSubscriptionRequestTerminationTypeEnum.CHANGE_TIME_TYPE_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.TerminateSubscriptionRequestTerminationTypeEnum.END_OF_PERIOD, module$exports$eeapiclient$ee_api_client.TerminateSubscriptionRequestTerminationTypeEnum.EARLIEST_POSSIBLE, module$exports$eeapiclient$ee_api_client.TerminateSubscriptionRequestTerminationTypeEnum.SPECIFIC_DATE,
|
|
9113
|
+
module$exports$eeapiclient$ee_api_client.TerminateSubscriptionRequestTerminationTypeEnum.END_OF_TERM];
|
|
9111
9114
|
}};
|
|
9112
9115
|
module$exports$eeapiclient$ee_api_client.IThinningOptionsThinningStrategyEnum = function() {
|
|
9113
9116
|
};
|
|
@@ -17014,7 +17017,7 @@ goog.net.XhrIo = function(opt_xmlHttpFactory) {
|
|
|
17014
17017
|
this.timeoutId_ = null;
|
|
17015
17018
|
this.responseType_ = goog.net.XhrIo.ResponseType.DEFAULT;
|
|
17016
17019
|
this.useXhr2Timeout_ = this.progressEventsEnabled_ = this.withCredentials_ = !1;
|
|
17017
|
-
this.trustToken_ = null;
|
|
17020
|
+
this.attributionReportingOptions_ = this.trustToken_ = null;
|
|
17018
17021
|
};
|
|
17019
17022
|
goog.inherits(goog.net.XhrIo, goog.events.EventTarget);
|
|
17020
17023
|
goog.net.XhrIo.ResponseType = {DEFAULT:"", TEXT:"text", DOCUMENT:"document", BLOB:"blob", ARRAY_BUFFER:"arraybuffer"};
|
|
@@ -17076,6 +17079,9 @@ goog.net.XhrIo.prototype.getProgressEventsEnabled = function() {
|
|
|
17076
17079
|
goog.net.XhrIo.prototype.setTrustToken = function(trustToken) {
|
|
17077
17080
|
this.trustToken_ = trustToken;
|
|
17078
17081
|
};
|
|
17082
|
+
goog.net.XhrIo.prototype.setAttributionReporting = function(attributionReportingOptions) {
|
|
17083
|
+
this.attributionReportingOptions_ = attributionReportingOptions;
|
|
17084
|
+
};
|
|
17079
17085
|
goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_headers) {
|
|
17080
17086
|
if (this.xhr_) {
|
|
17081
17087
|
throw Error("[goog.net.XhrIo] Object is active with another request=" + this.lastUri_ + "; newUri=" + url);
|
|
@@ -17132,6 +17138,13 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
|
|
|
17132
17138
|
goog.log.fine(this.logger_, this.formatMsg_("Error SetTrustToken: " + err.message));
|
|
17133
17139
|
}
|
|
17134
17140
|
}
|
|
17141
|
+
if ("setAttributionReporting" in this.xhr_ && this.attributionReportingOptions_) {
|
|
17142
|
+
try {
|
|
17143
|
+
this.xhr_.setAttributionReporting(this.attributionReportingOptions_);
|
|
17144
|
+
} catch (err) {
|
|
17145
|
+
goog.log.fine(this.logger_, this.formatMsg_("Error SetAttributionReporting: " + err.message));
|
|
17146
|
+
}
|
|
17147
|
+
}
|
|
17135
17148
|
try {
|
|
17136
17149
|
this.cleanUpTimeoutTimer_(), 0 < this.timeoutInterval_ && (this.useXhr2Timeout_ = goog.net.XhrIo.shouldUseXhr2Timeout_(this.xhr_), goog.log.fine(this.logger_, this.formatMsg_("Will abort after " + this.timeoutInterval_ + "ms if incomplete, xhr2 " + this.useXhr2Timeout_)), this.useXhr2Timeout_ ? (this.xhr_[goog.net.XhrIo.XHR2_TIMEOUT_] = this.timeoutInterval_, this.xhr_[goog.net.XhrIo.XHR2_ON_TIMEOUT_] = goog.bind(this.timeout_, this)) : this.timeoutId_ = goog.Timer.callOnce(this.timeout_, this.timeoutInterval_,
|
|
17137
17150
|
this)), goog.log.fine(this.logger_, this.formatMsg_("Sending request")), this.inSend_ = !0, this.xhr_.send(content), this.inSend_ = !1;
|
|
@@ -17359,7 +17372,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
|
|
|
17359
17372
|
ee.apiclient = {};
|
|
17360
17373
|
var module$contents$ee$apiclient_apiclient = {};
|
|
17361
17374
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
17362
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
17375
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.366";
|
|
17363
17376
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
17364
17377
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
17365
17378
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -17640,8 +17653,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
17640
17653
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
17641
17654
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
17642
17655
|
method = method || "POST";
|
|
17643
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
17644
|
-
"0.1.
|
|
17656
|
+
var headers = {"Content-Type":contentType}, version = "0.1.366";
|
|
17657
|
+
"0.1.366" === version && (version = "latest");
|
|
17645
17658
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
17646
17659
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
17647
17660
|
if (null != authToken) {
|
|
@@ -19352,6 +19365,9 @@ ee.data.getAlgorithms = function(opt_callback) {
|
|
|
19352
19365
|
var call = new module$contents$ee$apiclient_Call(opt_callback);
|
|
19353
19366
|
return call.handle(call.algorithms().list(call.projectsPath(), {prettyPrint:!1}).then(ee.rpc_convert.algorithms));
|
|
19354
19367
|
};
|
|
19368
|
+
ee.data.getSourceFrame = function() {
|
|
19369
|
+
return null == ee.data.sourceFrameGenerator_ ? null : ee.data.sourceFrameGenerator_();
|
|
19370
|
+
};
|
|
19355
19371
|
ee.data.getMapId = function(params, opt_callback) {
|
|
19356
19372
|
if ("string" === typeof params.image) {
|
|
19357
19373
|
throw Error("Image as JSON string not supported.");
|
|
@@ -19746,6 +19762,14 @@ ee.data.startTableIngestion = function(taskId, request, opt_callback) {
|
|
|
19746
19762
|
}));
|
|
19747
19763
|
};
|
|
19748
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
|
+
};
|
|
19749
19773
|
ee.data.getAsset = function(id, opt_callback) {
|
|
19750
19774
|
var call = new module$contents$ee$apiclient_Call(opt_callback), name = ee.rpc_convert.assetIdToAssetName(id);
|
|
19751
19775
|
return call.handle(call.assets().get(name, {prettyPrint:!1}).then(ee.rpc_convert.assetToLegacyResult));
|
|
@@ -19976,6 +20000,9 @@ ee.data.AssetQuotaEntry = function() {
|
|
|
19976
20000
|
};
|
|
19977
20001
|
ee.data.AssetQuotaDetails = function() {
|
|
19978
20002
|
};
|
|
20003
|
+
ee.data.SourceFrame = function() {
|
|
20004
|
+
};
|
|
20005
|
+
ee.data.sourceFrameGenerator_ = null;
|
|
19979
20006
|
ee.data.FeatureViewDescription = function() {
|
|
19980
20007
|
};
|
|
19981
20008
|
ee.data.FolderDescription = function() {
|
|
@@ -20075,6 +20102,7 @@ ee.ComputedObject = function(func, args, opt_varName) {
|
|
|
20075
20102
|
this.func = func;
|
|
20076
20103
|
this.args = args;
|
|
20077
20104
|
this.varName = opt_varName || null;
|
|
20105
|
+
this.sourceFrame = ee.data.getSourceFrame();
|
|
20078
20106
|
};
|
|
20079
20107
|
goog.inherits(ee.ComputedObject, ee.Encodable);
|
|
20080
20108
|
goog.exportSymbol("ee.ComputedObject", ee.ComputedObject);
|
|
@@ -24217,22 +24245,33 @@ function module$contents$safevalues$internals$attribute_impl_unwrapAttributePref
|
|
|
24217
24245
|
throw Error(message);
|
|
24218
24246
|
}
|
|
24219
24247
|
module$exports$safevalues$internals$attribute_impl.unwrapAttributePrefix = module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix;
|
|
24220
|
-
var $jscomp$templatelit$
|
|
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"};
|
|
24221
24250
|
function module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, numExprs) {
|
|
24222
24251
|
if (!module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) || numExprs + 1 !== templateObj.length) {
|
|
24223
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 ##############################");
|
|
24224
24253
|
}
|
|
24225
24254
|
}
|
|
24226
|
-
var module$contents$safevalues$internals$string_literal_isTranspiled = -1 === function() {
|
|
24227
|
-
return "";
|
|
24228
|
-
}.toString().indexOf("`");
|
|
24229
|
-
function module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) {
|
|
24230
|
-
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_checkFrozen($jscomp$templatelit$1274514361$0) || module$contents$safevalues$internals$string_literal_checkFrozen(templateObj)) ?
|
|
24231
|
-
!0 : !1;
|
|
24232
|
-
}
|
|
24233
24255
|
function module$contents$safevalues$internals$string_literal_checkFrozen(templateObj) {
|
|
24234
24256
|
return Object.isFrozen(templateObj) && Object.isFrozen(templateObj.raw);
|
|
24235
24257
|
}
|
|
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("`");
|
|
24261
|
+
}
|
|
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);
|
|
24271
|
+
function module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) {
|
|
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)) ?
|
|
24273
|
+
!0 : !1;
|
|
24274
|
+
}
|
|
24236
24275
|
;var module$contents$safevalues$builders$attribute_builders_module = module$contents$safevalues$builders$attribute_builders_module || {id:"third_party/javascript/safevalues/builders/attribute_builders.closure.js"};
|
|
24237
24276
|
function module$contents$safevalues$builders$attribute_builders_safeAttrPrefix(templ) {
|
|
24238
24277
|
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templ, 0);
|
|
@@ -24496,7 +24535,9 @@ function module$contents$safevalues$dom$globals$range_createContextualFragment(r
|
|
|
24496
24535
|
}
|
|
24497
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"};
|
|
24498
24537
|
function module$contents$safevalues$builders$html_sanitizer$inert_fragment_createInertFragment(dirtyHtml) {
|
|
24499
|
-
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);
|
|
24500
24541
|
return module$contents$safevalues$dom$globals$range_createContextualFragment(range, temporarySafeHtml);
|
|
24501
24542
|
}
|
|
24502
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"};
|
|
@@ -24546,6 +24587,11 @@ module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_tabl
|
|
|
24546
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";
|
|
24547
24588
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicy = function() {
|
|
24548
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;
|
|
24549
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"},
|
|
24550
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(" "),
|
|
24551
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}]])],
|
|
@@ -24685,7 +24731,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
24685
24731
|
return !0;
|
|
24686
24732
|
}
|
|
24687
24733
|
for (var $jscomp$iter$42 = $jscomp.makeIterator(conditions), $jscomp$key$ = $jscomp$iter$42.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$42.next()) {
|
|
24688
|
-
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;
|
|
24689
24735
|
if (value && !expectedValues.has(value)) {
|
|
24690
24736
|
return !1;
|
|
24691
24737
|
}
|
|
@@ -24751,15 +24797,32 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
24751
24797
|
this.sanitizerTable = new module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.SanitizerTable(allowedElements, allowedElementPolicies, this.sanitizerTable.allowedGlobalAttributes, this.sanitizerTable.globalAttributePolicies);
|
|
24752
24798
|
return this;
|
|
24753
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
|
+
};
|
|
24754
24817
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowAttributes = function(attributeSet) {
|
|
24755
|
-
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()) {
|
|
24756
24819
|
var attribute = $jscomp$key$attribute.value;
|
|
24757
24820
|
this.sanitizerTable.allowedGlobalAttributes.has(attribute) && allowedGlobalAttributes.add(attribute);
|
|
24758
24821
|
this.sanitizerTable.globalAttributePolicies.has(attribute) && globalAttributePolicies.set(attribute, this.sanitizerTable.globalAttributePolicies.get(attribute));
|
|
24759
24822
|
}
|
|
24760
|
-
for (var $jscomp$iter$
|
|
24761
|
-
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$
|
|
24762
|
-
$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()) {
|
|
24763
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;
|
|
24764
24827
|
attributeSet.has(attribute$jscomp$0) && newElementPolicy.set(attribute$jscomp$0, attributePolicy);
|
|
24765
24828
|
}
|
|
@@ -24769,7 +24832,7 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
24769
24832
|
return this;
|
|
24770
24833
|
};
|
|
24771
24834
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.allowDataAttributes = function(attributes) {
|
|
24772
|
-
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()) {
|
|
24773
24836
|
var attribute = $jscomp$key$attribute.value;
|
|
24774
24837
|
if (0 !== attribute.indexOf("data-")) {
|
|
24775
24838
|
throw Error("data attribute: " + attribute + ' does not begin with the prefix "data-"');
|
|
@@ -25025,7 +25088,7 @@ module$exports$safevalues$builders$url_builders.SanitizableUrlScheme = {TEL:modu
|
|
|
25025
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"),
|
|
25026
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) {
|
|
25027
25090
|
return 0 === url.indexOf("sip://") || 0 === url.indexOf("sips://");
|
|
25028
|
-
}), 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")};
|
|
25029
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,
|
|
25030
25093
|
module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.FTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.RELATIVE];
|
|
25031
25094
|
function module$contents$safevalues$builders$url_builders_trySanitizeUrl(url, allowedSchemes) {
|
|
@@ -25132,12 +25195,12 @@ function module$contents$safevalues$reporting$reporting_isChangedBySanitizing(s,
|
|
|
25132
25195
|
}
|
|
25133
25196
|
try {
|
|
25134
25197
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_lenientlySanitizeHtmlAssertUnchanged(s);
|
|
25135
|
-
} catch ($jscomp$unused$catch$
|
|
25198
|
+
} catch ($jscomp$unused$catch$696273141$0) {
|
|
25136
25199
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_RELAXED_SANITIZING), !0;
|
|
25137
25200
|
}
|
|
25138
25201
|
try {
|
|
25139
25202
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlAssertUnchanged(s);
|
|
25140
|
-
} catch ($jscomp$unused$catch$
|
|
25203
|
+
} catch ($jscomp$unused$catch$696273141$1) {
|
|
25141
25204
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_SANITIZING), !0;
|
|
25142
25205
|
}
|
|
25143
25206
|
return !1;
|
|
@@ -26230,28 +26293,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26230
26293
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26231
26294
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26232
26295
|
(function() {
|
|
26233
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._call ee.ApiFunction._apply ee.batch.Export.table.toDrive ee.batch.Export.table.
|
|
26234
|
-
orderedParamLists = [["name"], ["name", "var_args"], ["name", "namedArgs"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
|
|
26235
|
-
"collection opt_description
|
|
26236
|
-
"
|
|
26237
|
-
"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(" "), ["
|
|
26238
|
-
["
|
|
26239
|
-
|
|
26240
|
-
|
|
26241
|
-
|
|
26242
|
-
["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"], ["
|
|
26243
|
-
|
|
26244
|
-
"
|
|
26245
|
-
"
|
|
26246
|
-
[ee.ApiFunction.lookup, ee.ApiFunction._call, ee.ApiFunction._apply, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.table.
|
|
26247
|
-
module$contents$ee$batch_Export.
|
|
26248
|
-
ee.ComputedObject.prototype.
|
|
26249
|
-
ee.data.
|
|
26250
|
-
ee.data.
|
|
26251
|
-
ee.
|
|
26252
|
-
ee.
|
|
26253
|
-
ee.Image.prototype.
|
|
26254
|
-
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) {
|
|
26255
26318
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26256
26319
|
});
|
|
26257
26320
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|