@google/earthengine 0.1.385 → 0.1.388
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/browser.js +235 -383
- package/build/ee_api_js.js +485 -481
- package/build/ee_api_js_debug.js +213 -361
- package/build/ee_api_js_npm.js +235 -383
- package/build/main.js +235 -383
- package/package.json +1 -1
- package/src/apiclient.js +43 -40
- package/src/data.js +7 -6
- package/src/examples/Demos/TerrainVisualization.js +1 -2
- package/.tmp/BUILD +0 -699
- package/.tmp/METADATA +0 -23
- package/.tmp/VERSION_BUILD +0 -47
package/build/browser.js
CHANGED
|
@@ -6057,9 +6057,9 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
|
|
|
6057
6057
|
};
|
|
6058
6058
|
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;
|
|
6059
6059
|
function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
|
|
6060
|
-
for (var target = copyInstanciator(targetConstructor), metadata = module$contents$eeapiclient$domain_object_deepCopyMetadata(source, target), arrays = metadata.arrays || {}, objects = metadata.objects || {}, objectMaps = metadata.objectMaps || {}, $jscomp$iter$19 = $jscomp.makeIterator(metadata.keys || []), $jscomp$key$key = $jscomp$iter$19.next(), $jscomp$loop$m192531680$
|
|
6061
|
-
$jscomp$key$key = $jscomp$iter$19.next()) {
|
|
6062
|
-
var key = $jscomp$key$key.value, value = valueGetter(key, source);
|
|
6060
|
+
for (var target = copyInstanciator(targetConstructor), metadata = module$contents$eeapiclient$domain_object_deepCopyMetadata(source, target), arrays = metadata.arrays || {}, objects = metadata.objects || {}, objectMaps = metadata.objectMaps || {}, $jscomp$iter$19 = $jscomp.makeIterator(metadata.keys || []), $jscomp$key$m192531680$40$key = $jscomp$iter$19.next(), $jscomp$loop$m192531680$44 = {}; !$jscomp$key$m192531680$40$key.done; $jscomp$loop$m192531680$44 =
|
|
6061
|
+
{mapMetadata:void 0}, $jscomp$key$m192531680$40$key = $jscomp$iter$19.next()) {
|
|
6062
|
+
var key = $jscomp$key$m192531680$40$key.value, value = valueGetter(key, source);
|
|
6063
6063
|
if (null != value) {
|
|
6064
6064
|
var copy = void 0;
|
|
6065
6065
|
if (arrays.hasOwnProperty(key)) {
|
|
@@ -6070,11 +6070,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
6070
6070
|
} else if (objects.hasOwnProperty(key)) {
|
|
6071
6071
|
copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
|
|
6072
6072
|
} else if (objectMaps.hasOwnProperty(key)) {
|
|
6073
|
-
$jscomp$loop$m192531680$
|
|
6073
|
+
$jscomp$loop$m192531680$44.mapMetadata = objectMaps[key], copy = $jscomp$loop$m192531680$44.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m192531680$44) {
|
|
6074
6074
|
return function(v) {
|
|
6075
|
-
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m192531680$
|
|
6075
|
+
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m192531680$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6076
6076
|
};
|
|
6077
|
-
}($jscomp$loop$m192531680$
|
|
6077
|
+
}($jscomp$loop$m192531680$44)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m192531680$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6078
6078
|
} else if (Array.isArray(value)) {
|
|
6079
6079
|
if (metadata.emptyArrayIsUnset && 0 === value.length) {
|
|
6080
6080
|
continue;
|
|
@@ -6089,8 +6089,8 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
6089
6089
|
return target;
|
|
6090
6090
|
}
|
|
6091
6091
|
function module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, mapMetadata, valueGetter, valueSetter, copyInstanciator) {
|
|
6092
|
-
for (var objMap = {}, $jscomp$iter$20 = $jscomp.makeIterator(Object.keys(value)), $jscomp$key$mapKey = $jscomp$iter$20.next(); !$jscomp$key$mapKey.done; $jscomp$key$mapKey = $jscomp$iter$20.next()) {
|
|
6093
|
-
var mapKey = $jscomp$key$mapKey.value, mapValue = value[mapKey];
|
|
6092
|
+
for (var objMap = {}, $jscomp$iter$20 = $jscomp.makeIterator(Object.keys(value)), $jscomp$key$m192531680$41$mapKey = $jscomp$iter$20.next(); !$jscomp$key$m192531680$41$mapKey.done; $jscomp$key$m192531680$41$mapKey = $jscomp$iter$20.next()) {
|
|
6093
|
+
var mapKey = $jscomp$key$m192531680$41$mapKey.value, mapValue = value[mapKey];
|
|
6094
6094
|
null != mapValue && (objMap[mapKey] = module$contents$eeapiclient$domain_object_deepCopyValue(mapValue, valueGetter, valueSetter, copyInstanciator, mapMetadata.isValueArray, mapMetadata.isSerializable, mapMetadata.ctor));
|
|
6095
6095
|
}
|
|
6096
6096
|
return objMap;
|
|
@@ -6120,39 +6120,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
|
|
|
6120
6120
|
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))) {
|
|
6121
6121
|
return !1;
|
|
6122
6122
|
}
|
|
6123
|
-
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$key = $jscomp$iter$21.next(), $jscomp$loop$m192531680$
|
|
6124
|
-
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);
|
|
6123
|
+
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$m192531680$42$key = $jscomp$iter$21.next(), $jscomp$loop$m192531680$45 = {}; !$jscomp$key$m192531680$42$key.done; $jscomp$loop$m192531680$45 = {value2$jscomp$7:void 0, mapMetadata$jscomp$2:void 0}, $jscomp$key$m192531680$42$key = $jscomp$iter$21.next()) {
|
|
6124
|
+
var key = $jscomp$key$m192531680$42$key.value, has1 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable1, key, metadata1), has2 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable2, key, metadata2);
|
|
6125
6125
|
if (has1 !== has2) {
|
|
6126
6126
|
return !1;
|
|
6127
6127
|
}
|
|
6128
6128
|
if (has1) {
|
|
6129
6129
|
var value1 = serializable1.Serializable$get(key);
|
|
6130
|
-
$jscomp$loop$m192531680$
|
|
6130
|
+
$jscomp$loop$m192531680$45.value2$jscomp$7 = serializable2.Serializable$get(key);
|
|
6131
6131
|
if (arrays1.hasOwnProperty(key)) {
|
|
6132
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$
|
|
6132
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !0, !0)) {
|
|
6133
6133
|
return !1;
|
|
6134
6134
|
}
|
|
6135
6135
|
} else if (objects1.hasOwnProperty(key)) {
|
|
6136
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$
|
|
6136
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !1, !0)) {
|
|
6137
6137
|
return !1;
|
|
6138
6138
|
}
|
|
6139
6139
|
} else if (objectMaps1.hasOwnProperty(key)) {
|
|
6140
|
-
if ($jscomp$loop$m192531680$
|
|
6141
|
-
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m192531680$
|
|
6140
|
+
if ($jscomp$loop$m192531680$45.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m192531680$45.mapMetadata$jscomp$2.isPropertyArray) {
|
|
6141
|
+
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m192531680$45.value2$jscomp$7) || value1.some(function($jscomp$loop$m192531680$45) {
|
|
6142
6142
|
return function(v1, i) {
|
|
6143
|
-
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m192531680$
|
|
6143
|
+
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m192531680$45.value2$jscomp$7[i], $jscomp$loop$m192531680$45.mapMetadata$jscomp$2);
|
|
6144
6144
|
};
|
|
6145
|
-
}($jscomp$loop$m192531680$
|
|
6145
|
+
}($jscomp$loop$m192531680$45))) {
|
|
6146
6146
|
return !1;
|
|
6147
6147
|
}
|
|
6148
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m192531680$
|
|
6148
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, $jscomp$loop$m192531680$45.mapMetadata$jscomp$2)) {
|
|
6149
6149
|
return !1;
|
|
6150
6150
|
}
|
|
6151
6151
|
} else if (Array.isArray(value1)) {
|
|
6152
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$
|
|
6152
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !0, !1)) {
|
|
6153
6153
|
return !1;
|
|
6154
6154
|
}
|
|
6155
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$
|
|
6155
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !1, !1)) {
|
|
6156
6156
|
return !1;
|
|
6157
6157
|
}
|
|
6158
6158
|
}
|
|
@@ -6174,8 +6174,8 @@ function module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, v
|
|
|
6174
6174
|
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, value2)) {
|
|
6175
6175
|
return !1;
|
|
6176
6176
|
}
|
|
6177
|
-
for (var $jscomp$iter$22 = $jscomp.makeIterator(Object.keys(value1)), $jscomp$key$mapKey = $jscomp$iter$22.next(); !$jscomp$key$mapKey.done; $jscomp$key$mapKey = $jscomp$iter$22.next()) {
|
|
6178
|
-
var mapKey = $jscomp$key$mapKey.value;
|
|
6177
|
+
for (var $jscomp$iter$22 = $jscomp.makeIterator(Object.keys(value1)), $jscomp$key$m192531680$43$mapKey = $jscomp$iter$22.next(); !$jscomp$key$m192531680$43$mapKey.done; $jscomp$key$m192531680$43$mapKey = $jscomp$iter$22.next()) {
|
|
6178
|
+
var mapKey = $jscomp$key$m192531680$43$mapKey.value;
|
|
6179
6179
|
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1[mapKey], value2[mapKey], mapMetadata.isValueArray, mapMetadata.isSerializable)) {
|
|
6180
6180
|
return !1;
|
|
6181
6181
|
}
|
|
@@ -6447,16 +6447,10 @@ var module$contents$goog$asserts$dom_assertIsHtmlElement = function(value) {
|
|
|
6447
6447
|
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.VIDEO);
|
|
6448
6448
|
}, module$contents$goog$asserts$dom_assertIsHtmlInputElement = function(value) {
|
|
6449
6449
|
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.INPUT);
|
|
6450
|
-
}, module$contents$goog$asserts$dom_assertIsHtmlEmbedElement = function(value) {
|
|
6451
|
-
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.EMBED);
|
|
6452
6450
|
}, module$contents$goog$asserts$dom_assertIsHtmlFormElement = function(value) {
|
|
6453
6451
|
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.FORM);
|
|
6454
|
-
}, module$contents$goog$asserts$dom_assertIsHtmlFrameElement = function(value) {
|
|
6455
|
-
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.FRAME);
|
|
6456
6452
|
}, module$contents$goog$asserts$dom_assertIsHtmlIFrameElement = function(value) {
|
|
6457
6453
|
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.IFRAME);
|
|
6458
|
-
}, module$contents$goog$asserts$dom_assertIsHtmlObjectElement = function(value) {
|
|
6459
|
-
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.OBJECT);
|
|
6460
6454
|
}, module$contents$goog$asserts$dom_assertIsHtmlScriptElement = function(value) {
|
|
6461
6455
|
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.SCRIPT);
|
|
6462
6456
|
}, module$contents$goog$asserts$dom_debugStringForType = function(value) {
|
|
@@ -6491,11 +6485,17 @@ goog.asserts.dom.assertIsHtmlTextAreaElement = function(value) {
|
|
|
6491
6485
|
goog.asserts.dom.assertIsHtmlCanvasElement = function(value) {
|
|
6492
6486
|
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.CANVAS);
|
|
6493
6487
|
};
|
|
6494
|
-
goog.asserts.dom.assertIsHtmlEmbedElement =
|
|
6488
|
+
goog.asserts.dom.assertIsHtmlEmbedElement = function(value) {
|
|
6489
|
+
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.EMBED);
|
|
6490
|
+
};
|
|
6495
6491
|
goog.asserts.dom.assertIsHtmlFormElement = module$contents$goog$asserts$dom_assertIsHtmlFormElement;
|
|
6496
|
-
goog.asserts.dom.assertIsHtmlFrameElement =
|
|
6492
|
+
goog.asserts.dom.assertIsHtmlFrameElement = function(value) {
|
|
6493
|
+
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.FRAME);
|
|
6494
|
+
};
|
|
6497
6495
|
goog.asserts.dom.assertIsHtmlIFrameElement = module$contents$goog$asserts$dom_assertIsHtmlIFrameElement;
|
|
6498
|
-
goog.asserts.dom.assertIsHtmlObjectElement =
|
|
6496
|
+
goog.asserts.dom.assertIsHtmlObjectElement = function(value) {
|
|
6497
|
+
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.OBJECT);
|
|
6498
|
+
};
|
|
6499
6499
|
goog.asserts.dom.assertIsHtmlScriptElement = module$contents$goog$asserts$dom_assertIsHtmlScriptElement;
|
|
6500
6500
|
goog.dom.asserts = {};
|
|
6501
6501
|
goog.dom.asserts.assertIsLocation = function(o) {
|
|
@@ -6532,79 +6532,6 @@ goog.dom.tags.VOID_TAGS_ = {area:!0, base:!0, br:!0, col:!0, command:!0, embed:!
|
|
|
6532
6532
|
goog.dom.tags.isVoidTag = function(tagName) {
|
|
6533
6533
|
return !0 === goog.dom.tags.VOID_TAGS_[tagName];
|
|
6534
6534
|
};
|
|
6535
|
-
goog.html = {};
|
|
6536
|
-
goog.html.trustedtypes = {};
|
|
6537
|
-
goog.html.trustedtypes.POLICY_NAME = goog.TRUSTED_TYPES_POLICY_NAME ? goog.TRUSTED_TYPES_POLICY_NAME + "#html" : "";
|
|
6538
|
-
goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse = function() {
|
|
6539
|
-
if (!goog.html.trustedtypes.POLICY_NAME) {
|
|
6540
|
-
return null;
|
|
6541
|
-
}
|
|
6542
|
-
void 0 === goog.html.trustedtypes.cachedPolicy_ && (goog.html.trustedtypes.cachedPolicy_ = goog.createTrustedTypesPolicy(goog.html.trustedtypes.POLICY_NAME));
|
|
6543
|
-
return goog.html.trustedtypes.cachedPolicy_;
|
|
6544
|
-
};
|
|
6545
|
-
goog.string.TypedString = function() {
|
|
6546
|
-
};
|
|
6547
|
-
goog.string.Const = function(opt_token, opt_content) {
|
|
6548
|
-
this.stringConstValueWithSecurityContract__googStringSecurityPrivate_ = opt_token === goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ && opt_content || "";
|
|
6549
|
-
this.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_ = goog.string.Const.TYPE_MARKER_;
|
|
6550
|
-
};
|
|
6551
|
-
goog.string.Const.prototype.implementsGoogStringTypedString = !0;
|
|
6552
|
-
goog.string.Const.prototype.getTypedStringValue = function() {
|
|
6553
|
-
return this.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
|
|
6554
|
-
};
|
|
6555
|
-
goog.string.Const.prototype.toString = function() {
|
|
6556
|
-
return this.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
|
|
6557
|
-
};
|
|
6558
|
-
goog.string.Const.unwrap = function(stringConst) {
|
|
6559
|
-
if (stringConst instanceof goog.string.Const && stringConst.constructor === goog.string.Const && stringConst.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_ === goog.string.Const.TYPE_MARKER_) {
|
|
6560
|
-
return stringConst.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
|
|
6561
|
-
}
|
|
6562
|
-
goog.asserts.fail("expected object of type Const, got '" + stringConst + "'");
|
|
6563
|
-
return "type_error:Const";
|
|
6564
|
-
};
|
|
6565
|
-
goog.string.Const.from = function(s) {
|
|
6566
|
-
return new goog.string.Const(goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_, s);
|
|
6567
|
-
};
|
|
6568
|
-
goog.string.Const.TYPE_MARKER_ = {};
|
|
6569
|
-
goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ = {};
|
|
6570
|
-
goog.string.Const.EMPTY = goog.string.Const.from("");
|
|
6571
|
-
var module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$contents$goog$html$SafeScript_SafeScript = function(value, token) {
|
|
6572
|
-
if (goog.DEBUG && token !== module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE) {
|
|
6573
|
-
throw Error("SafeScript is not meant to be built directly");
|
|
6574
|
-
}
|
|
6575
|
-
this.privateDoNotAccessOrElseSafeScriptWrappedValue_ = value;
|
|
6576
|
-
};
|
|
6577
|
-
module$contents$goog$html$SafeScript_SafeScript.prototype.toString = function() {
|
|
6578
|
-
return this.privateDoNotAccessOrElseSafeScriptWrappedValue_.toString();
|
|
6579
|
-
};
|
|
6580
|
-
module$contents$goog$html$SafeScript_SafeScript.fromConstant = function(script) {
|
|
6581
|
-
var scriptString = goog.string.Const.unwrap(script);
|
|
6582
|
-
return 0 === scriptString.length ? module$contents$goog$html$SafeScript_SafeScript.EMPTY : module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(scriptString);
|
|
6583
|
-
};
|
|
6584
|
-
module$contents$goog$html$SafeScript_SafeScript.fromJson = function(val) {
|
|
6585
|
-
return module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(module$contents$goog$html$SafeScript_SafeScript.stringify_(val));
|
|
6586
|
-
};
|
|
6587
|
-
module$contents$goog$html$SafeScript_SafeScript.unwrap = function(safeScript) {
|
|
6588
|
-
return module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript(safeScript).toString();
|
|
6589
|
-
};
|
|
6590
|
-
module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript = function(safeScript) {
|
|
6591
|
-
if (safeScript instanceof module$contents$goog$html$SafeScript_SafeScript && safeScript.constructor === module$contents$goog$html$SafeScript_SafeScript) {
|
|
6592
|
-
return safeScript.privateDoNotAccessOrElseSafeScriptWrappedValue_;
|
|
6593
|
-
}
|
|
6594
|
-
(0,goog.asserts.fail)("expected object of type SafeScript, got '" + safeScript + "' of type " + goog.typeOf(safeScript));
|
|
6595
|
-
return "type_error:SafeScript";
|
|
6596
|
-
};
|
|
6597
|
-
module$contents$goog$html$SafeScript_SafeScript.stringify_ = function(val) {
|
|
6598
|
-
return JSON.stringify(val).replace(/</g, "\\x3c");
|
|
6599
|
-
};
|
|
6600
|
-
module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse = function(script) {
|
|
6601
|
-
var noinlineScript = script, policy = goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse(), trustedScript = policy ? policy.createScript(noinlineScript) : noinlineScript;
|
|
6602
|
-
return new module$contents$goog$html$SafeScript_SafeScript(trustedScript, module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE);
|
|
6603
|
-
};
|
|
6604
|
-
module$contents$goog$html$SafeScript_SafeScript.EMPTY = function() {
|
|
6605
|
-
return module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse("");
|
|
6606
|
-
}();
|
|
6607
|
-
goog.html.SafeScript = module$contents$goog$html$SafeScript_SafeScript;
|
|
6608
6535
|
goog.fs = {};
|
|
6609
6536
|
goog.fs.url = {};
|
|
6610
6537
|
goog.fs.url.createObjectUrl = function(obj) {
|
|
@@ -6632,33 +6559,36 @@ goog.fs.url.findUrlObject_ = function() {
|
|
|
6632
6559
|
goog.fs.url.browserSupportsObjectUrls = function() {
|
|
6633
6560
|
return null != goog.fs.url.findUrlObject_();
|
|
6634
6561
|
};
|
|
6635
|
-
goog.
|
|
6636
|
-
goog.
|
|
6637
|
-
|
|
6638
|
-
|
|
6639
|
-
|
|
6640
|
-
|
|
6641
|
-
}
|
|
6642
|
-
return bb.getBlob();
|
|
6562
|
+
goog.html = {};
|
|
6563
|
+
goog.html.trustedtypes = {};
|
|
6564
|
+
goog.html.trustedtypes.POLICY_NAME = goog.TRUSTED_TYPES_POLICY_NAME ? goog.TRUSTED_TYPES_POLICY_NAME + "#html" : "";
|
|
6565
|
+
goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse = function() {
|
|
6566
|
+
if (!goog.html.trustedtypes.POLICY_NAME) {
|
|
6567
|
+
return null;
|
|
6643
6568
|
}
|
|
6644
|
-
|
|
6569
|
+
void 0 === goog.html.trustedtypes.cachedPolicy_ && (goog.html.trustedtypes.cachedPolicy_ = goog.createTrustedTypesPolicy(goog.html.trustedtypes.POLICY_NAME));
|
|
6570
|
+
return goog.html.trustedtypes.cachedPolicy_;
|
|
6645
6571
|
};
|
|
6646
|
-
goog.
|
|
6647
|
-
|
|
6648
|
-
|
|
6649
|
-
|
|
6650
|
-
|
|
6651
|
-
|
|
6652
|
-
|
|
6653
|
-
|
|
6654
|
-
if (
|
|
6655
|
-
|
|
6656
|
-
opt_type && (properties.type = opt_type);
|
|
6657
|
-
opt_endings && (properties.endings = opt_endings);
|
|
6658
|
-
return new Blob(parts, properties);
|
|
6572
|
+
goog.string.Const = function(opt_token, opt_content) {
|
|
6573
|
+
this.stringConstValueWithSecurityContract__googStringSecurityPrivate_ = opt_token === goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ && opt_content || "";
|
|
6574
|
+
this.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_ = goog.string.Const.TYPE_MARKER_;
|
|
6575
|
+
};
|
|
6576
|
+
goog.string.Const.prototype.toString = function() {
|
|
6577
|
+
return this.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
|
|
6578
|
+
};
|
|
6579
|
+
goog.string.Const.unwrap = function(stringConst) {
|
|
6580
|
+
if (stringConst instanceof goog.string.Const && stringConst.constructor === goog.string.Const && stringConst.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_ === goog.string.Const.TYPE_MARKER_) {
|
|
6581
|
+
return stringConst.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
|
|
6659
6582
|
}
|
|
6660
|
-
|
|
6583
|
+
goog.asserts.fail("expected object of type Const, got '" + stringConst + "'");
|
|
6584
|
+
return "type_error:Const";
|
|
6585
|
+
};
|
|
6586
|
+
goog.string.Const.from = function(s) {
|
|
6587
|
+
return new goog.string.Const(goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_, s);
|
|
6661
6588
|
};
|
|
6589
|
+
goog.string.Const.TYPE_MARKER_ = {};
|
|
6590
|
+
goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ = {};
|
|
6591
|
+
goog.string.Const.EMPTY = goog.string.Const.from("");
|
|
6662
6592
|
goog.html.TrustedResourceUrl = function(value, token) {
|
|
6663
6593
|
if (goog.DEBUG && token !== goog.html.TrustedResourceUrl.CONSTRUCTOR_TOKEN_PRIVATE_) {
|
|
6664
6594
|
throw Error("TrustedResourceUrl is not meant to be built directly");
|
|
@@ -6668,10 +6598,6 @@ goog.html.TrustedResourceUrl = function(value, token) {
|
|
|
6668
6598
|
goog.html.TrustedResourceUrl.prototype.toString = function() {
|
|
6669
6599
|
return this.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_ + "";
|
|
6670
6600
|
};
|
|
6671
|
-
goog.html.TrustedResourceUrl.prototype.implementsGoogStringTypedString = !0;
|
|
6672
|
-
goog.html.TrustedResourceUrl.prototype.getTypedStringValue = function() {
|
|
6673
|
-
return this.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_.toString();
|
|
6674
|
-
};
|
|
6675
6601
|
goog.html.TrustedResourceUrl.prototype.cloneWithParams = function(searchParams, opt_hashParams) {
|
|
6676
6602
|
var url = goog.html.TrustedResourceUrl.unwrap(this), parts = goog.html.TrustedResourceUrl.URL_PARAM_PARSER_.exec(url), urlHash = parts[3] || "";
|
|
6677
6603
|
return goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse(parts[1] + goog.html.TrustedResourceUrl.stringifyParams_("?", parts[2] || "", searchParams) + goog.html.TrustedResourceUrl.stringifyParams_("#", urlHash, opt_hashParams));
|
|
@@ -6715,10 +6641,6 @@ goog.html.TrustedResourceUrl.fromConstants = function(parts) {
|
|
|
6715
6641
|
}
|
|
6716
6642
|
return goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse(unwrapped);
|
|
6717
6643
|
};
|
|
6718
|
-
goog.html.TrustedResourceUrl.fromSafeScript = function(safeScript) {
|
|
6719
|
-
var blob = goog.fs.blob.getBlobWithProperties([module$contents$goog$html$SafeScript_SafeScript.unwrap(safeScript)], "text/javascript"), url = goog.fs.url.createObjectUrl(blob);
|
|
6720
|
-
return goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse(url);
|
|
6721
|
-
};
|
|
6722
6644
|
goog.html.TrustedResourceUrl.CONSTRUCTOR_TOKEN_PRIVATE_ = {};
|
|
6723
6645
|
goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse = function(url) {
|
|
6724
6646
|
var noinlineUrl = url, policy = goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse(), value = policy ? policy.createScriptURL(noinlineUrl) : noinlineUrl;
|
|
@@ -6751,10 +6673,6 @@ goog.html.SafeUrl.prototype.toString = function() {
|
|
|
6751
6673
|
return this.privateDoNotAccessOrElseSafeUrlWrappedValue_.toString();
|
|
6752
6674
|
};
|
|
6753
6675
|
goog.html.SafeUrl.INNOCUOUS_STRING = "about:invalid#zClosurez";
|
|
6754
|
-
goog.html.SafeUrl.prototype.implementsGoogStringTypedString = !0;
|
|
6755
|
-
goog.html.SafeUrl.prototype.getTypedStringValue = function() {
|
|
6756
|
-
return this.privateDoNotAccessOrElseSafeUrlWrappedValue_.toString();
|
|
6757
|
-
};
|
|
6758
6676
|
goog.html.SafeUrl.unwrap = function(safeUrl) {
|
|
6759
6677
|
if (safeUrl instanceof goog.html.SafeUrl && safeUrl.constructor === goog.html.SafeUrl) {
|
|
6760
6678
|
return safeUrl.privateDoNotAccessOrElseSafeUrlWrappedValue_;
|
|
@@ -6778,14 +6696,9 @@ goog.html.SafeUrl.fromBlob = function(blob) {
|
|
|
6778
6696
|
return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
|
|
6779
6697
|
};
|
|
6780
6698
|
goog.html.SafeUrl.revokeObjectUrl = function(safeUrl) {
|
|
6781
|
-
var url = safeUrl.
|
|
6699
|
+
var url = safeUrl.toString();
|
|
6782
6700
|
url !== goog.html.SafeUrl.INNOCUOUS_STRING && goog.fs.url.revokeObjectUrl(url);
|
|
6783
6701
|
};
|
|
6784
|
-
goog.html.SafeUrl.fromMediaSource = function(mediaSource) {
|
|
6785
|
-
goog.asserts.assert("MediaSource" in goog.global, "No support for MediaSource");
|
|
6786
|
-
var url = mediaSource instanceof MediaSource ? goog.fs.url.createObjectUrl(mediaSource) : goog.html.SafeUrl.INNOCUOUS_STRING;
|
|
6787
|
-
return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
|
|
6788
|
-
};
|
|
6789
6702
|
goog.html.DATA_URL_PATTERN_ = /^data:(.*);base64,[a-z0-9+\/]+=*$/i;
|
|
6790
6703
|
goog.html.SafeUrl.tryFromDataUrl = function(dataUrl) {
|
|
6791
6704
|
dataUrl = String(dataUrl);
|
|
@@ -6795,61 +6708,14 @@ goog.html.SafeUrl.tryFromDataUrl = function(dataUrl) {
|
|
|
6795
6708
|
goog.html.SafeUrl.fromDataUrl = function(dataUrl) {
|
|
6796
6709
|
return goog.html.SafeUrl.tryFromDataUrl(dataUrl) || goog.html.SafeUrl.INNOCUOUS_URL;
|
|
6797
6710
|
};
|
|
6798
|
-
goog.html.SafeUrl.fromTelUrl = function(telUrl) {
|
|
6799
|
-
goog.string.internal.caseInsensitiveStartsWith(telUrl, "tel:") || (telUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
|
|
6800
|
-
return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(telUrl);
|
|
6801
|
-
};
|
|
6802
6711
|
goog.html.SIP_URL_PATTERN_ = RegExp("^sip[s]?:[+a-z0-9_.!$%&'*\\/=^`{|}~-]+@([a-z0-9-]+\\.)+[a-z0-9]{2,63}$", "i");
|
|
6803
6712
|
goog.html.SafeUrl.fromSipUrl = function(sipUrl) {
|
|
6804
6713
|
goog.html.SIP_URL_PATTERN_.test(decodeURIComponent(sipUrl)) || (sipUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
|
|
6805
6714
|
return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(sipUrl);
|
|
6806
6715
|
};
|
|
6807
|
-
goog.html.SafeUrl.fromFacebookMessengerUrl = function(facebookMessengerUrl) {
|
|
6808
|
-
goog.string.internal.caseInsensitiveStartsWith(facebookMessengerUrl, "fb-messenger://share") || (facebookMessengerUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
|
|
6809
|
-
return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(facebookMessengerUrl);
|
|
6810
|
-
};
|
|
6811
|
-
goog.html.SafeUrl.fromWhatsAppUrl = function(whatsAppUrl) {
|
|
6812
|
-
goog.string.internal.caseInsensitiveStartsWith(whatsAppUrl, "whatsapp://send") || (whatsAppUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
|
|
6813
|
-
return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(whatsAppUrl);
|
|
6814
|
-
};
|
|
6815
|
-
goog.html.SafeUrl.fromSmsUrl = function(smsUrl) {
|
|
6816
|
-
goog.string.internal.caseInsensitiveStartsWith(smsUrl, "sms:") && goog.html.SafeUrl.isSmsUrlBodyValid_(smsUrl) || (smsUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
|
|
6817
|
-
return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(smsUrl);
|
|
6818
|
-
};
|
|
6819
|
-
goog.html.SafeUrl.isSmsUrlBodyValid_ = function(smsUrl) {
|
|
6820
|
-
var hash = smsUrl.indexOf("#");
|
|
6821
|
-
0 < hash && (smsUrl = smsUrl.substring(0, hash));
|
|
6822
|
-
var bodyParams = smsUrl.match(/[?&]body=/gi);
|
|
6823
|
-
if (!bodyParams) {
|
|
6824
|
-
return !0;
|
|
6825
|
-
}
|
|
6826
|
-
if (1 < bodyParams.length) {
|
|
6827
|
-
return !1;
|
|
6828
|
-
}
|
|
6829
|
-
var bodyValue = smsUrl.match(/[?&]body=([^&]*)/)[1];
|
|
6830
|
-
if (!bodyValue) {
|
|
6831
|
-
return !0;
|
|
6832
|
-
}
|
|
6833
|
-
try {
|
|
6834
|
-
decodeURIComponent(bodyValue);
|
|
6835
|
-
} catch (error) {
|
|
6836
|
-
return !1;
|
|
6837
|
-
}
|
|
6838
|
-
return /^(?:[a-z0-9\-_.~]|%[0-9a-f]{2})+$/i.test(bodyValue);
|
|
6839
|
-
};
|
|
6840
|
-
goog.html.SafeUrl.fromSshUrl = function(sshUrl) {
|
|
6841
|
-
goog.string.internal.caseInsensitiveStartsWith(sshUrl, "ssh://") || (sshUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
|
|
6842
|
-
return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(sshUrl);
|
|
6843
|
-
};
|
|
6844
6716
|
goog.html.SafeUrl.sanitizeChromeExtensionUrl = function(url, extensionId) {
|
|
6845
6717
|
return goog.html.SafeUrl.sanitizeExtensionUrl_(/^chrome-extension:\/\/([^\/]+)\//, url, extensionId);
|
|
6846
6718
|
};
|
|
6847
|
-
goog.html.SafeUrl.sanitizeFirefoxExtensionUrl = function(url, extensionId) {
|
|
6848
|
-
return goog.html.SafeUrl.sanitizeExtensionUrl_(/^moz-extension:\/\/([^\/]+)\//, url, extensionId);
|
|
6849
|
-
};
|
|
6850
|
-
goog.html.SafeUrl.sanitizeEdgeExtensionUrl = function(url, extensionId) {
|
|
6851
|
-
return goog.html.SafeUrl.sanitizeExtensionUrl_(/^ms-browser-extension:\/\/([^\/]+)\//, url, extensionId);
|
|
6852
|
-
};
|
|
6853
6719
|
goog.html.SafeUrl.sanitizeExtensionUrl_ = function(scheme, url, extensionId) {
|
|
6854
6720
|
var matches = scheme.exec(url);
|
|
6855
6721
|
if (matches) {
|
|
@@ -6870,7 +6736,7 @@ goog.html.SafeUrl.trySanitize = function(url) {
|
|
|
6870
6736
|
if (url instanceof goog.html.SafeUrl) {
|
|
6871
6737
|
return url;
|
|
6872
6738
|
}
|
|
6873
|
-
url =
|
|
6739
|
+
url = String(url);
|
|
6874
6740
|
return goog.html.SAFE_URL_PATTERN_.test(url) ? goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url) : goog.html.SafeUrl.tryFromDataUrl(url);
|
|
6875
6741
|
};
|
|
6876
6742
|
goog.html.SafeUrl.sanitize = function(url) {
|
|
@@ -6880,10 +6746,10 @@ goog.html.SafeUrl.sanitizeAssertUnchanged = function(url, opt_allowDataUrl) {
|
|
|
6880
6746
|
if (url instanceof goog.html.SafeUrl) {
|
|
6881
6747
|
return url;
|
|
6882
6748
|
}
|
|
6883
|
-
url =
|
|
6749
|
+
url = String(url);
|
|
6884
6750
|
if (opt_allowDataUrl && /^data:/i.test(url)) {
|
|
6885
6751
|
var safeUrl = goog.html.SafeUrl.fromDataUrl(url);
|
|
6886
|
-
if (safeUrl.
|
|
6752
|
+
if (safeUrl.toString() == url) {
|
|
6887
6753
|
return safeUrl;
|
|
6888
6754
|
}
|
|
6889
6755
|
}
|
|
@@ -6926,7 +6792,7 @@ goog.html.SafeUrl.sanitizeJavascriptUrlAssertUnchanged = function(url) {
|
|
|
6926
6792
|
if (url instanceof goog.html.SafeUrl) {
|
|
6927
6793
|
return url;
|
|
6928
6794
|
}
|
|
6929
|
-
url =
|
|
6795
|
+
url = String(url);
|
|
6930
6796
|
var parsedScheme = goog.html.SafeUrl.extractScheme(url);
|
|
6931
6797
|
goog.asserts.assert("javascript:" !== parsedScheme, "%s is a javascript: URL", url) || (url = goog.html.SafeUrl.INNOCUOUS_STRING);
|
|
6932
6798
|
return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
|
|
@@ -6942,7 +6808,6 @@ var module$contents$goog$html$SafeStyle_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$c
|
|
|
6942
6808
|
throw Error("SafeStyle is not meant to be built directly");
|
|
6943
6809
|
}
|
|
6944
6810
|
this.privateDoNotAccessOrElseSafeStyleWrappedValue_ = value;
|
|
6945
|
-
this.implementsGoogStringTypedString = !0;
|
|
6946
6811
|
};
|
|
6947
6812
|
module$contents$goog$html$SafeStyle_SafeStyle.fromConstant = function(style) {
|
|
6948
6813
|
var styleString = goog.string.Const.unwrap(style);
|
|
@@ -6953,9 +6818,6 @@ module$contents$goog$html$SafeStyle_SafeStyle.fromConstant = function(style) {
|
|
|
6953
6818
|
(0,goog.asserts.assert)((0,goog.string.internal.contains)(styleString, ":"), "Style string must contain at least one ':', to specify a \"name: value\" pair: " + styleString);
|
|
6954
6819
|
return module$contents$goog$html$SafeStyle_SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(styleString);
|
|
6955
6820
|
};
|
|
6956
|
-
module$contents$goog$html$SafeStyle_SafeStyle.prototype.getTypedStringValue = function() {
|
|
6957
|
-
return this.privateDoNotAccessOrElseSafeStyleWrappedValue_;
|
|
6958
|
-
};
|
|
6959
6821
|
module$contents$goog$html$SafeStyle_SafeStyle.prototype.toString = function() {
|
|
6960
6822
|
return this.privateDoNotAccessOrElseSafeStyleWrappedValue_.toString();
|
|
6961
6823
|
};
|
|
@@ -7053,7 +6915,7 @@ function module$contents$goog$html$SafeStyle_sanitizeUrl(value) {
|
|
|
7053
6915
|
quote = start;
|
|
7054
6916
|
return inside;
|
|
7055
6917
|
});
|
|
7056
|
-
var sanitized = goog.html.SafeUrl.sanitize(url).
|
|
6918
|
+
var sanitized = goog.html.SafeUrl.sanitize(url).toString();
|
|
7057
6919
|
return before + quote + sanitized + quote + after;
|
|
7058
6920
|
});
|
|
7059
6921
|
}
|
|
@@ -7125,10 +6987,6 @@ var module$contents$goog$html$SafeHtml_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$co
|
|
|
7125
6987
|
throw Error("SafeHtml is not meant to be built directly");
|
|
7126
6988
|
}
|
|
7127
6989
|
this.privateDoNotAccessOrElseSafeHtmlWrappedValue_ = value;
|
|
7128
|
-
this.implementsGoogStringTypedString = !0;
|
|
7129
|
-
};
|
|
7130
|
-
module$contents$goog$html$SafeHtml_SafeHtml.prototype.getTypedStringValue = function() {
|
|
7131
|
-
return this.privateDoNotAccessOrElseSafeHtmlWrappedValue_.toString();
|
|
7132
6990
|
};
|
|
7133
6991
|
module$contents$goog$html$SafeHtml_SafeHtml.prototype.toString = function() {
|
|
7134
6992
|
return this.privateDoNotAccessOrElseSafeHtmlWrappedValue_.toString();
|
|
@@ -7199,23 +7057,6 @@ module$contents$goog$html$SafeHtml_SafeHtml.createScriptSrc = function(src, attr
|
|
|
7199
7057
|
var combinedAttrs = module$contents$goog$html$SafeHtml_SafeHtml.combineAttributes({src:src}, {}, attributes);
|
|
7200
7058
|
return module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse("script", combinedAttrs);
|
|
7201
7059
|
};
|
|
7202
|
-
module$contents$goog$html$SafeHtml_SafeHtml.createScript = function(script, attributes) {
|
|
7203
|
-
for (var attr in attributes) {
|
|
7204
|
-
if (Object.prototype.hasOwnProperty.call(attributes, attr)) {
|
|
7205
|
-
var attrLower = attr.toLowerCase();
|
|
7206
|
-
if ("language" == attrLower || "src" == attrLower || "text" == attrLower) {
|
|
7207
|
-
throw Error(module$contents$goog$html$SafeHtml_SafeHtml.ENABLE_ERROR_MESSAGES ? 'Cannot set "' + attrLower + '" attribute' : "");
|
|
7208
|
-
}
|
|
7209
|
-
}
|
|
7210
|
-
}
|
|
7211
|
-
var content = "";
|
|
7212
|
-
script = module$contents$goog$array_concat(script);
|
|
7213
|
-
for (var i = 0; i < script.length; i++) {
|
|
7214
|
-
content += module$contents$goog$html$SafeScript_SafeScript.unwrap(script[i]);
|
|
7215
|
-
}
|
|
7216
|
-
var htmlContent = module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(content);
|
|
7217
|
-
return module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse("script", attributes, htmlContent);
|
|
7218
|
-
};
|
|
7219
7060
|
module$contents$goog$html$SafeHtml_SafeHtml.createStyle = function(styleSheet, attributes) {
|
|
7220
7061
|
var combinedAttrs = module$contents$goog$html$SafeHtml_SafeHtml.combineAttributes({type:"text/css"}, {}, attributes), content = "";
|
|
7221
7062
|
styleSheet = module$contents$goog$array_concat(styleSheet);
|
|
@@ -7352,7 +7193,6 @@ goog.html.SafeHtml = module$contents$goog$html$SafeHtml_SafeHtml;
|
|
|
7352
7193
|
var module$contents$safevalues$environment$dev_module = module$contents$safevalues$environment$dev_module || {id:"third_party/javascript/safevalues/environment/dev.closure.js"};
|
|
7353
7194
|
var module$exports$goog$html$internals = {};
|
|
7354
7195
|
module$exports$goog$html$internals.createSafeHtml = module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse;
|
|
7355
|
-
module$exports$goog$html$internals.createSafeScript = module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse;
|
|
7356
7196
|
module$exports$goog$html$internals.createSafeStyle = module$contents$goog$html$SafeStyle_SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse;
|
|
7357
7197
|
module$exports$goog$html$internals.createSafeStyleSheet = module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrElse;
|
|
7358
7198
|
module$exports$goog$html$internals.createSafeUrl = goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse;
|
|
@@ -7386,19 +7226,50 @@ function module$contents$safevalues$internals$resource_url_impl_unwrapResourceUr
|
|
|
7386
7226
|
return goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(value);
|
|
7387
7227
|
}
|
|
7388
7228
|
module$exports$safevalues$internals$resource_url_impl.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
|
|
7389
|
-
var module$
|
|
7390
|
-
module$
|
|
7229
|
+
var module$contents$safevalues$internals$pure_module = module$contents$safevalues$internals$pure_module || {id:"third_party/javascript/safevalues/internals/pure.closure.js"};
|
|
7230
|
+
function module$contents$safevalues$internals$pure_pure(valueOf) {
|
|
7231
|
+
return {valueOf:valueOf}.valueOf();
|
|
7232
|
+
}
|
|
7233
|
+
;var module$exports$safevalues$internals$secrets = {}, module$contents$safevalues$internals$secrets_module = module$contents$safevalues$internals$secrets_module || {id:"third_party/javascript/safevalues/internals/secrets.closure.js"};
|
|
7234
|
+
module$exports$safevalues$internals$secrets.secretToken = {};
|
|
7235
|
+
function module$contents$safevalues$internals$secrets_ensureTokenIsValid(token) {
|
|
7236
|
+
if (goog.DEBUG && token !== module$exports$safevalues$internals$secrets.secretToken) {
|
|
7237
|
+
throw Error("Bad secret");
|
|
7238
|
+
}
|
|
7239
|
+
}
|
|
7240
|
+
module$exports$safevalues$internals$secrets.ensureTokenIsValid = module$contents$safevalues$internals$secrets_ensureTokenIsValid;
|
|
7241
|
+
var module$exports$safevalues$internals$script_impl = {}, module$contents$safevalues$internals$script_impl_module = module$contents$safevalues$internals$script_impl_module || {id:"third_party/javascript/safevalues/internals/script_impl.closure.js"}, module$contents$safevalues$internals$script_impl_trustedTypes = goog.global.trustedTypes;
|
|
7242
|
+
module$exports$safevalues$internals$script_impl.SafeScript = function(token) {
|
|
7243
|
+
goog.DEBUG && module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
|
|
7244
|
+
};
|
|
7245
|
+
module$exports$safevalues$internals$script_impl.SafeScript.prototype.toString = function() {
|
|
7246
|
+
return this.privateDoNotAccessOrElseWrappedScript.toString();
|
|
7247
|
+
};
|
|
7248
|
+
var module$contents$safevalues$internals$script_impl_ScriptImpl = module$exports$safevalues$internals$script_impl.SafeScript;
|
|
7249
|
+
function module$contents$safevalues$internals$script_impl_constructScript(contents) {
|
|
7250
|
+
var script = new module$exports$safevalues$internals$script_impl.SafeScript(module$exports$safevalues$internals$secrets.secretToken);
|
|
7251
|
+
script.privateDoNotAccessOrElseWrappedScript = contents;
|
|
7252
|
+
return script;
|
|
7253
|
+
}
|
|
7391
7254
|
function module$contents$safevalues$internals$script_impl_createScriptInternal(script) {
|
|
7392
|
-
|
|
7255
|
+
var noinlineScript = script, policy = (0,goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse)();
|
|
7256
|
+
return module$contents$safevalues$internals$script_impl_constructScript(policy ? policy.createScript(noinlineScript) : noinlineScript);
|
|
7393
7257
|
}
|
|
7394
7258
|
module$exports$safevalues$internals$script_impl.createScriptInternal = module$contents$safevalues$internals$script_impl_createScriptInternal;
|
|
7395
|
-
module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT = module$contents$
|
|
7259
|
+
module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT = module$contents$safevalues$internals$pure_pure(function() {
|
|
7260
|
+
return module$contents$safevalues$internals$script_impl_constructScript(module$contents$safevalues$internals$script_impl_trustedTypes ? module$contents$safevalues$internals$script_impl_trustedTypes.emptyScript : "");
|
|
7261
|
+
});
|
|
7396
7262
|
function module$contents$safevalues$internals$script_impl_isScript(value) {
|
|
7397
|
-
return value instanceof module$
|
|
7263
|
+
return value instanceof module$exports$safevalues$internals$script_impl.SafeScript;
|
|
7398
7264
|
}
|
|
7399
7265
|
module$exports$safevalues$internals$script_impl.isScript = module$contents$safevalues$internals$script_impl_isScript;
|
|
7400
7266
|
function module$contents$safevalues$internals$script_impl_unwrapScript(value) {
|
|
7401
|
-
|
|
7267
|
+
if (value instanceof module$exports$safevalues$internals$script_impl.SafeScript) {
|
|
7268
|
+
return value.privateDoNotAccessOrElseWrappedScript;
|
|
7269
|
+
}
|
|
7270
|
+
var message = "";
|
|
7271
|
+
goog.DEBUG && (message = "Unexpected type when unwrapping SafeScript");
|
|
7272
|
+
throw Error(message);
|
|
7402
7273
|
}
|
|
7403
7274
|
module$exports$safevalues$internals$script_impl.unwrapScript = module$contents$safevalues$internals$script_impl_unwrapScript;
|
|
7404
7275
|
var module$exports$safevalues$internals$style_impl = {}, module$contents$safevalues$internals$style_impl_module = module$contents$safevalues$internals$style_impl_module || {id:"third_party/javascript/safevalues/internals/style_impl.closure.js"};
|
|
@@ -7542,9 +7413,6 @@ goog.dom.safe.setInputFormAction = function(input, url) {
|
|
|
7542
7413
|
var safeUrl = url instanceof goog.html.SafeUrl ? url : goog.html.SafeUrl.sanitizeJavascriptUrlAssertUnchanged(url);
|
|
7543
7414
|
module$contents$goog$asserts$dom_assertIsHtmlInputElement(input).formAction = goog.html.SafeUrl.unwrap(safeUrl);
|
|
7544
7415
|
};
|
|
7545
|
-
goog.dom.safe.setStyle = function(elem, style) {
|
|
7546
|
-
elem.style.cssText = module$contents$goog$html$SafeStyle_SafeStyle.unwrap(style);
|
|
7547
|
-
};
|
|
7548
7416
|
goog.dom.safe.documentWrite = function(doc, html) {
|
|
7549
7417
|
doc.write(module$contents$goog$html$SafeHtml_SafeHtml.unwrapTrustedHTML(html));
|
|
7550
7418
|
};
|
|
@@ -7563,14 +7431,6 @@ goog.dom.safe.setVideoSrc = function(videoElement, url) {
|
|
|
7563
7431
|
var safeUrl = url instanceof goog.html.SafeUrl ? url : goog.html.SafeUrl.sanitizeJavascriptUrlAssertUnchanged(url);
|
|
7564
7432
|
videoElement.src = goog.html.SafeUrl.unwrap(safeUrl);
|
|
7565
7433
|
};
|
|
7566
|
-
goog.dom.safe.setEmbedSrc = function(embed, url) {
|
|
7567
|
-
module$contents$goog$asserts$dom_assertIsHtmlEmbedElement(embed);
|
|
7568
|
-
embed.src = goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(url);
|
|
7569
|
-
};
|
|
7570
|
-
goog.dom.safe.setFrameSrc = function(frame, url) {
|
|
7571
|
-
module$contents$goog$asserts$dom_assertIsHtmlFrameElement(frame);
|
|
7572
|
-
frame.src = goog.html.TrustedResourceUrl.unwrap(url);
|
|
7573
|
-
};
|
|
7574
7434
|
goog.dom.safe.setIframeSrc = function(iframe, url) {
|
|
7575
7435
|
module$contents$goog$asserts$dom_assertIsHtmlIFrameElement(iframe);
|
|
7576
7436
|
iframe.src = goog.html.TrustedResourceUrl.unwrap(url);
|
|
@@ -7591,20 +7451,11 @@ goog.dom.safe.setLinkHrefAndRel = function(link, url, rel) {
|
|
|
7591
7451
|
link.href = url instanceof goog.html.TrustedResourceUrl ? goog.html.TrustedResourceUrl.unwrap(url) : url instanceof goog.html.SafeUrl ? goog.html.SafeUrl.unwrap(url) : goog.html.SafeUrl.unwrap(goog.html.SafeUrl.sanitizeJavascriptUrlAssertUnchanged(url));
|
|
7592
7452
|
}
|
|
7593
7453
|
};
|
|
7594
|
-
goog.dom.safe.setObjectData = function(object, url) {
|
|
7595
|
-
module$contents$goog$asserts$dom_assertIsHtmlObjectElement(object);
|
|
7596
|
-
object.data = goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(url);
|
|
7597
|
-
};
|
|
7598
7454
|
goog.dom.safe.setScriptSrc = function(script, url) {
|
|
7599
7455
|
module$contents$goog$asserts$dom_assertIsHtmlScriptElement(script);
|
|
7600
7456
|
goog.dom.safe.setNonceForScriptElement_(script);
|
|
7601
7457
|
script.src = goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(url);
|
|
7602
7458
|
};
|
|
7603
|
-
goog.dom.safe.setScriptContent = function(script, content) {
|
|
7604
|
-
module$contents$goog$asserts$dom_assertIsHtmlScriptElement(script);
|
|
7605
|
-
goog.dom.safe.setNonceForScriptElement_(script);
|
|
7606
|
-
script.textContent = module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript(content);
|
|
7607
|
-
};
|
|
7608
7459
|
goog.dom.safe.setNonceForScriptElement_ = function(script) {
|
|
7609
7460
|
var nonce = goog.dom.safe.getScriptNonce(script.ownerDocument && script.ownerDocument.defaultView);
|
|
7610
7461
|
nonce && script.setAttribute("nonce", nonce);
|
|
@@ -7645,9 +7496,6 @@ goog.dom.safe.createImageFromBlob = function(blob) {
|
|
|
7645
7496
|
image.src = objectUrl;
|
|
7646
7497
|
return image;
|
|
7647
7498
|
};
|
|
7648
|
-
goog.dom.safe.createContextualFragment = function(range, html) {
|
|
7649
|
-
return range.createContextualFragment(module$contents$goog$html$SafeHtml_SafeHtml.unwrapTrustedHTML(html));
|
|
7650
|
-
};
|
|
7651
7499
|
goog.dom.safe.getScriptNonce = function(opt_window) {
|
|
7652
7500
|
return goog.dom.safe.getNonce_("script[nonce]", opt_window);
|
|
7653
7501
|
};
|
|
@@ -8043,16 +7891,16 @@ module$contents$goog$collections$maps_MapLike.prototype.has = function(key) {
|
|
|
8043
7891
|
goog.collections.maps.MapLike = module$contents$goog$collections$maps_MapLike;
|
|
8044
7892
|
goog.collections.maps.setAll = function(map, entries) {
|
|
8045
7893
|
if (entries) {
|
|
8046
|
-
for (var $jscomp$iter$23 = $jscomp.makeIterator(entries), $jscomp$key$ = $jscomp$iter$23.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$23.next()) {
|
|
8047
|
-
var $jscomp$destructuring$var25 = $jscomp.makeIterator($jscomp$key$.value), k = $jscomp$destructuring$var25.next().value, v = $jscomp$destructuring$var25.next().value;
|
|
7894
|
+
for (var $jscomp$iter$23 = $jscomp.makeIterator(entries), $jscomp$key$1866876209$13$ = $jscomp$iter$23.next(); !$jscomp$key$1866876209$13$.done; $jscomp$key$1866876209$13$ = $jscomp$iter$23.next()) {
|
|
7895
|
+
var $jscomp$destructuring$var25 = $jscomp.makeIterator($jscomp$key$1866876209$13$.value), k = $jscomp$destructuring$var25.next().value, v = $jscomp$destructuring$var25.next().value;
|
|
8048
7896
|
map.set(k, v);
|
|
8049
7897
|
}
|
|
8050
7898
|
}
|
|
8051
7899
|
};
|
|
8052
7900
|
goog.collections.maps.hasValue = function(map, val, valueEqualityFn) {
|
|
8053
7901
|
valueEqualityFn = void 0 === valueEqualityFn ? module$contents$goog$collections$maps_defaultEqualityFn : valueEqualityFn;
|
|
8054
|
-
for (var $jscomp$iter$24 = $jscomp.makeIterator(map.values()), $jscomp$key$v = $jscomp$iter$24.next(); !$jscomp$key$v.done; $jscomp$key$v = $jscomp$iter$24.next()) {
|
|
8055
|
-
if (valueEqualityFn($jscomp$key$v.value, val)) {
|
|
7902
|
+
for (var $jscomp$iter$24 = $jscomp.makeIterator(map.values()), $jscomp$key$1866876209$14$v = $jscomp$iter$24.next(); !$jscomp$key$1866876209$14$v.done; $jscomp$key$1866876209$14$v = $jscomp$iter$24.next()) {
|
|
7903
|
+
if (valueEqualityFn($jscomp$key$1866876209$14$v.value, val)) {
|
|
8056
7904
|
return !0;
|
|
8057
7905
|
}
|
|
8058
7906
|
}
|
|
@@ -8069,8 +7917,8 @@ goog.collections.maps.equals = function(map, otherMap, valueEqualityFn) {
|
|
|
8069
7917
|
if (map.size !== otherMap.size) {
|
|
8070
7918
|
return !1;
|
|
8071
7919
|
}
|
|
8072
|
-
for (var $jscomp$iter$25 = $jscomp.makeIterator(map.keys()), $jscomp$key$key = $jscomp$iter$25.next(); !$jscomp$key$key.done; $jscomp$key$key = $jscomp$iter$25.next()) {
|
|
8073
|
-
var key = $jscomp$key$key.value;
|
|
7920
|
+
for (var $jscomp$iter$25 = $jscomp.makeIterator(map.keys()), $jscomp$key$1866876209$15$key = $jscomp$iter$25.next(); !$jscomp$key$1866876209$15$key.done; $jscomp$key$1866876209$15$key = $jscomp$iter$25.next()) {
|
|
7921
|
+
var key = $jscomp$key$1866876209$15$key.value;
|
|
8074
7922
|
if (!otherMap.has(key) || !valueEqualityFn(map.get(key), otherMap.get(key))) {
|
|
8075
7923
|
return !1;
|
|
8076
7924
|
}
|
|
@@ -8078,15 +7926,15 @@ goog.collections.maps.equals = function(map, otherMap, valueEqualityFn) {
|
|
|
8078
7926
|
return !0;
|
|
8079
7927
|
};
|
|
8080
7928
|
goog.collections.maps.transpose = function(map) {
|
|
8081
|
-
for (var transposed = new Map(), $jscomp$iter$26 = $jscomp.makeIterator(map.keys()), $jscomp$key$key = $jscomp$iter$26.next(); !$jscomp$key$key.done; $jscomp$key$key = $jscomp$iter$26.next()) {
|
|
8082
|
-
var key = $jscomp$key$key.value, val = map.get(key);
|
|
7929
|
+
for (var transposed = new Map(), $jscomp$iter$26 = $jscomp.makeIterator(map.keys()), $jscomp$key$1866876209$16$key = $jscomp$iter$26.next(); !$jscomp$key$1866876209$16$key.done; $jscomp$key$1866876209$16$key = $jscomp$iter$26.next()) {
|
|
7930
|
+
var key = $jscomp$key$1866876209$16$key.value, val = map.get(key);
|
|
8083
7931
|
transposed.set(val, key);
|
|
8084
7932
|
}
|
|
8085
7933
|
return transposed;
|
|
8086
7934
|
};
|
|
8087
7935
|
goog.collections.maps.toObject = function(map) {
|
|
8088
|
-
for (var obj = {}, $jscomp$iter$27 = $jscomp.makeIterator(map.keys()), $jscomp$key$key = $jscomp$iter$27.next(); !$jscomp$key$key.done; $jscomp$key$key = $jscomp$iter$27.next()) {
|
|
8089
|
-
var key = $jscomp$key$key.value;
|
|
7936
|
+
for (var obj = {}, $jscomp$iter$27 = $jscomp.makeIterator(map.keys()), $jscomp$key$1866876209$17$key = $jscomp$iter$27.next(); !$jscomp$key$1866876209$17$key.done; $jscomp$key$1866876209$17$key = $jscomp$iter$27.next()) {
|
|
7937
|
+
var key = $jscomp$key$1866876209$17$key.value;
|
|
8090
7938
|
obj[key] = map.get(key);
|
|
8091
7939
|
}
|
|
8092
7940
|
return obj;
|
|
@@ -8814,8 +8662,8 @@ function module$contents$eeapiclient$request_params_processParams(params) {
|
|
|
8814
8662
|
}
|
|
8815
8663
|
module$exports$eeapiclient$request_params.processParams = module$contents$eeapiclient$request_params_processParams;
|
|
8816
8664
|
function module$contents$eeapiclient$request_params_buildQueryParams(params, mapping, passthroughParams) {
|
|
8817
|
-
for (var urlQueryParams = passthroughParams = void 0 === passthroughParams ? {} : passthroughParams, $jscomp$iter$28 = $jscomp.makeIterator(Object.entries(mapping)), $jscomp$key$ = $jscomp$iter$28.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$28.next()) {
|
|
8818
|
-
var $jscomp$destructuring$var27 = $jscomp.makeIterator($jscomp$key$.value), jsName__tsickle_destructured_1 = $jscomp$destructuring$var27.next().value, urlQueryParamName__tsickle_destructured_2 = $jscomp$destructuring$var27.next().value, jsName = jsName__tsickle_destructured_1, urlQueryParamName = urlQueryParamName__tsickle_destructured_2;
|
|
8665
|
+
for (var urlQueryParams = passthroughParams = void 0 === passthroughParams ? {} : passthroughParams, $jscomp$iter$28 = $jscomp.makeIterator(Object.entries(mapping)), $jscomp$key$1047461284$0$ = $jscomp$iter$28.next(); !$jscomp$key$1047461284$0$.done; $jscomp$key$1047461284$0$ = $jscomp$iter$28.next()) {
|
|
8666
|
+
var $jscomp$destructuring$var27 = $jscomp.makeIterator($jscomp$key$1047461284$0$.value), jsName__tsickle_destructured_1 = $jscomp$destructuring$var27.next().value, urlQueryParamName__tsickle_destructured_2 = $jscomp$destructuring$var27.next().value, jsName = jsName__tsickle_destructured_1, urlQueryParamName = urlQueryParamName__tsickle_destructured_2;
|
|
8819
8667
|
jsName in params && (urlQueryParams[urlQueryParamName] = params[jsName]);
|
|
8820
8668
|
}
|
|
8821
8669
|
return urlQueryParams;
|
|
@@ -8826,8 +8674,8 @@ module$exports$eeapiclient$request_params.bypassCorsPreflight = function(params)
|
|
|
8826
8674
|
var safeHeaders = {}, unsafeHeaders = {}, hasUnsafeHeaders = !1, hasContentType = !1;
|
|
8827
8675
|
if (params.headers) {
|
|
8828
8676
|
hasContentType = null != params.headers["Content-Type"];
|
|
8829
|
-
for (var $jscomp$iter$29 = $jscomp.makeIterator(Object.entries(params.headers)), $jscomp$key$ = $jscomp$iter$29.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$29.next()) {
|
|
8830
|
-
var $jscomp$destructuring$var29 = $jscomp.makeIterator($jscomp$key$.value), key__tsickle_destructured_3 = $jscomp$destructuring$var29.next().value, value__tsickle_destructured_4 = $jscomp$destructuring$var29.next().value, key = key__tsickle_destructured_3, value = value__tsickle_destructured_4;
|
|
8677
|
+
for (var $jscomp$iter$29 = $jscomp.makeIterator(Object.entries(params.headers)), $jscomp$key$1047461284$1$ = $jscomp$iter$29.next(); !$jscomp$key$1047461284$1$.done; $jscomp$key$1047461284$1$ = $jscomp$iter$29.next()) {
|
|
8678
|
+
var $jscomp$destructuring$var29 = $jscomp.makeIterator($jscomp$key$1047461284$1$.value), key__tsickle_destructured_3 = $jscomp$destructuring$var29.next().value, value__tsickle_destructured_4 = $jscomp$destructuring$var29.next().value, key = key__tsickle_destructured_3, value = value__tsickle_destructured_4;
|
|
8831
8679
|
module$contents$eeapiclient$request_params_simpleCorsAllowedHeaders.includes(key) ? safeHeaders[key] = value : (unsafeHeaders[key] = value, hasUnsafeHeaders = !0);
|
|
8832
8680
|
}
|
|
8833
8681
|
}
|
|
@@ -8877,8 +8725,8 @@ module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.build =
|
|
|
8877
8725
|
return Promise.all(this.files.map(function(f) {
|
|
8878
8726
|
return $jscomp$this$m667091202$6.encodeFile(f);
|
|
8879
8727
|
})).then(function(filePayloads) {
|
|
8880
|
-
for (var $jscomp$iter$30 = $jscomp.makeIterator(filePayloads), $jscomp$key$filePayload = $jscomp$iter$30.next(); !$jscomp$key$filePayload.done; $jscomp$key$filePayload = $jscomp$iter$30.next()) {
|
|
8881
|
-
payload += $jscomp$key$filePayload.value;
|
|
8728
|
+
for (var $jscomp$iter$30 = $jscomp.makeIterator(filePayloads), $jscomp$key$m667091202$9$filePayload = $jscomp$iter$30.next(); !$jscomp$key$m667091202$9$filePayload.done; $jscomp$key$m667091202$9$filePayload = $jscomp$iter$30.next()) {
|
|
8729
|
+
payload += $jscomp$key$m667091202$9$filePayload.value;
|
|
8882
8730
|
}
|
|
8883
8731
|
return payload += "\r\n--" + $jscomp$this$m667091202$6._boundary + "--";
|
|
8884
8732
|
});
|
|
@@ -10398,13 +10246,14 @@ module$exports$eeapiclient$ee_api_client.ExportClassifierRequest = function(para
|
|
|
10398
10246
|
this.Serializable$set("assetExportOptions", null == parameters.assetExportOptions ? null : parameters.assetExportOptions);
|
|
10399
10247
|
this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
|
|
10400
10248
|
this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
|
|
10249
|
+
this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
|
|
10401
10250
|
};
|
|
10402
10251
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportClassifierRequest, module$exports$eeapiclient$domain_object.Serializable);
|
|
10403
10252
|
module$exports$eeapiclient$ee_api_client.ExportClassifierRequest.prototype.getConstructor = function() {
|
|
10404
10253
|
return module$exports$eeapiclient$ee_api_client.ExportClassifierRequest;
|
|
10405
10254
|
};
|
|
10406
10255
|
module$exports$eeapiclient$ee_api_client.ExportClassifierRequest.prototype.getPartialClassMetadata = function() {
|
|
10407
|
-
return {keys:"assetExportOptions description expression maxWorkers requestId workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.ClassifierAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression}};
|
|
10256
|
+
return {keys:"assetExportOptions description expression maxWorkers priority requestId workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.ClassifierAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression}};
|
|
10408
10257
|
};
|
|
10409
10258
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportClassifierRequest.prototype, {assetExportOptions:{configurable:!0, enumerable:!0, get:function() {
|
|
10410
10259
|
return this.Serializable$has("assetExportOptions") ? this.Serializable$get("assetExportOptions") : null;
|
|
@@ -10422,6 +10271,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
10422
10271
|
return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
|
|
10423
10272
|
}, set:function(value) {
|
|
10424
10273
|
this.Serializable$set("maxWorkers", value);
|
|
10274
|
+
}}, priority:{configurable:!0, enumerable:!0, get:function() {
|
|
10275
|
+
return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
|
|
10276
|
+
}, set:function(value) {
|
|
10277
|
+
this.Serializable$set("priority", value);
|
|
10425
10278
|
}}, requestId:{configurable:!0, enumerable:!0, get:function() {
|
|
10426
10279
|
return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
|
|
10427
10280
|
}, set:function(value) {
|
|
@@ -10445,13 +10298,14 @@ module$exports$eeapiclient$ee_api_client.ExportImageRequest = function(parameter
|
|
|
10445
10298
|
this.Serializable$set("requestId", null == parameters.requestId ? null : parameters.requestId);
|
|
10446
10299
|
this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
|
|
10447
10300
|
this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
|
|
10301
|
+
this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
|
|
10448
10302
|
};
|
|
10449
10303
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportImageRequest, module$exports$eeapiclient$domain_object.Serializable);
|
|
10450
10304
|
module$exports$eeapiclient$ee_api_client.ExportImageRequest.prototype.getConstructor = function() {
|
|
10451
10305
|
return module$exports$eeapiclient$ee_api_client.ExportImageRequest;
|
|
10452
10306
|
};
|
|
10453
10307
|
module$exports$eeapiclient$ee_api_client.ExportImageRequest.prototype.getPartialClassMetadata = function() {
|
|
10454
|
-
return {keys:"assetExportOptions description expression fileExportOptions grid maxPixels maxWorkers requestId workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.ImageAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression, fileExportOptions:module$exports$eeapiclient$ee_api_client.ImageFileExportOptions, grid:module$exports$eeapiclient$ee_api_client.PixelGrid}};
|
|
10308
|
+
return {keys:"assetExportOptions description expression fileExportOptions grid maxPixels maxWorkers priority requestId workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.ImageAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression, fileExportOptions:module$exports$eeapiclient$ee_api_client.ImageFileExportOptions, grid:module$exports$eeapiclient$ee_api_client.PixelGrid}};
|
|
10455
10309
|
};
|
|
10456
10310
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportImageRequest.prototype, {assetExportOptions:{configurable:!0, enumerable:!0, get:function() {
|
|
10457
10311
|
return this.Serializable$has("assetExportOptions") ? this.Serializable$get("assetExportOptions") : null;
|
|
@@ -10481,6 +10335,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
10481
10335
|
return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
|
|
10482
10336
|
}, set:function(value) {
|
|
10483
10337
|
this.Serializable$set("maxWorkers", value);
|
|
10338
|
+
}}, priority:{configurable:!0, enumerable:!0, get:function() {
|
|
10339
|
+
return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
|
|
10340
|
+
}, set:function(value) {
|
|
10341
|
+
this.Serializable$set("priority", value);
|
|
10484
10342
|
}}, requestId:{configurable:!0, enumerable:!0, get:function() {
|
|
10485
10343
|
return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
|
|
10486
10344
|
}, set:function(value) {
|
|
@@ -10502,13 +10360,14 @@ module$exports$eeapiclient$ee_api_client.ExportMapRequest = function(parameters)
|
|
|
10502
10360
|
this.Serializable$set("requestId", null == parameters.requestId ? null : parameters.requestId);
|
|
10503
10361
|
this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
|
|
10504
10362
|
this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
|
|
10363
|
+
this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
|
|
10505
10364
|
};
|
|
10506
10365
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportMapRequest, module$exports$eeapiclient$domain_object.Serializable);
|
|
10507
10366
|
module$exports$eeapiclient$ee_api_client.ExportMapRequest.prototype.getConstructor = function() {
|
|
10508
10367
|
return module$exports$eeapiclient$ee_api_client.ExportMapRequest;
|
|
10509
10368
|
};
|
|
10510
10369
|
module$exports$eeapiclient$ee_api_client.ExportMapRequest.prototype.getPartialClassMetadata = function() {
|
|
10511
|
-
return {keys:"description expression maxWorkers requestId tileExportOptions tileOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, tileExportOptions:module$exports$eeapiclient$ee_api_client.ImageFileExportOptions, tileOptions:module$exports$eeapiclient$ee_api_client.TileOptions}};
|
|
10370
|
+
return {keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, tileExportOptions:module$exports$eeapiclient$ee_api_client.ImageFileExportOptions, tileOptions:module$exports$eeapiclient$ee_api_client.TileOptions}};
|
|
10512
10371
|
};
|
|
10513
10372
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportMapRequest.prototype, {description:{configurable:!0, enumerable:!0, get:function() {
|
|
10514
10373
|
return this.Serializable$has("description") ? this.Serializable$get("description") : null;
|
|
@@ -10522,6 +10381,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
10522
10381
|
return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
|
|
10523
10382
|
}, set:function(value) {
|
|
10524
10383
|
this.Serializable$set("maxWorkers", value);
|
|
10384
|
+
}}, priority:{configurable:!0, enumerable:!0, get:function() {
|
|
10385
|
+
return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
|
|
10386
|
+
}, set:function(value) {
|
|
10387
|
+
this.Serializable$set("priority", value);
|
|
10525
10388
|
}}, requestId:{configurable:!0, enumerable:!0, get:function() {
|
|
10526
10389
|
return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
|
|
10527
10390
|
}, set:function(value) {
|
|
@@ -10557,13 +10420,14 @@ module$exports$eeapiclient$ee_api_client.ExportTableRequest = function(parameter
|
|
|
10557
10420
|
this.Serializable$set("maxVertices", null == parameters.maxVertices ? null : parameters.maxVertices);
|
|
10558
10421
|
this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
|
|
10559
10422
|
this.Serializable$set("policy", null == parameters.policy ? null : parameters.policy);
|
|
10423
|
+
this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
|
|
10560
10424
|
};
|
|
10561
10425
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportTableRequest, module$exports$eeapiclient$domain_object.Serializable);
|
|
10562
10426
|
module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype.getConstructor = function() {
|
|
10563
10427
|
return module$exports$eeapiclient$ee_api_client.ExportTableRequest;
|
|
10564
10428
|
};
|
|
10565
10429
|
module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype.getPartialClassMetadata = function() {
|
|
10566
|
-
return {keys:"assetExportOptions bigqueryExportOptions description expression featureViewExportOptions fileExportOptions maxErrorMeters maxVertices maxWorkers policy requestId selectors workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.TableAssetExportOptions, bigqueryExportOptions:module$exports$eeapiclient$ee_api_client.BigQueryExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression,
|
|
10430
|
+
return {keys:"assetExportOptions bigqueryExportOptions description expression featureViewExportOptions fileExportOptions maxErrorMeters maxVertices maxWorkers policy priority requestId selectors workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.TableAssetExportOptions, bigqueryExportOptions:module$exports$eeapiclient$ee_api_client.BigQueryExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression,
|
|
10567
10431
|
featureViewExportOptions:module$exports$eeapiclient$ee_api_client.FeatureViewAssetExportOptions, fileExportOptions:module$exports$eeapiclient$ee_api_client.TableFileExportOptions, policy:module$exports$eeapiclient$ee_api_client.Policy}};
|
|
10568
10432
|
};
|
|
10569
10433
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype, {assetExportOptions:{configurable:!0, enumerable:!0, get:function() {
|
|
@@ -10606,6 +10470,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
10606
10470
|
return this.Serializable$has("policy") ? this.Serializable$get("policy") : null;
|
|
10607
10471
|
}, set:function(value) {
|
|
10608
10472
|
this.Serializable$set("policy", value);
|
|
10473
|
+
}}, priority:{configurable:!0, enumerable:!0, get:function() {
|
|
10474
|
+
return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
|
|
10475
|
+
}, set:function(value) {
|
|
10476
|
+
this.Serializable$set("priority", value);
|
|
10609
10477
|
}}, requestId:{configurable:!0, enumerable:!0, get:function() {
|
|
10610
10478
|
return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
|
|
10611
10479
|
}, set:function(value) {
|
|
@@ -10633,13 +10501,14 @@ module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest = function(parame
|
|
|
10633
10501
|
this.Serializable$set("version", null == parameters.version ? null : parameters.version);
|
|
10634
10502
|
this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
|
|
10635
10503
|
this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
|
|
10504
|
+
this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
|
|
10636
10505
|
};
|
|
10637
10506
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest, module$exports$eeapiclient$domain_object.Serializable);
|
|
10638
10507
|
module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest.prototype.getConstructor = function() {
|
|
10639
10508
|
return module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest;
|
|
10640
10509
|
};
|
|
10641
10510
|
module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest.prototype.getPartialClassMetadata = function() {
|
|
10642
|
-
return {enums:{version:module$exports$eeapiclient$ee_api_client.ExportVideoMapRequestVersionEnum}, keys:"description expression maxWorkers requestId tileExportOptions tileOptions version videoOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, tileExportOptions:module$exports$eeapiclient$ee_api_client.VideoFileExportOptions, tileOptions:module$exports$eeapiclient$ee_api_client.TileOptions,
|
|
10511
|
+
return {enums:{version:module$exports$eeapiclient$ee_api_client.ExportVideoMapRequestVersionEnum}, keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions version videoOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, tileExportOptions:module$exports$eeapiclient$ee_api_client.VideoFileExportOptions, tileOptions:module$exports$eeapiclient$ee_api_client.TileOptions,
|
|
10643
10512
|
videoOptions:module$exports$eeapiclient$ee_api_client.VideoOptions}};
|
|
10644
10513
|
};
|
|
10645
10514
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest.prototype, {description:{configurable:!0, enumerable:!0, get:function() {
|
|
@@ -10654,6 +10523,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
10654
10523
|
return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
|
|
10655
10524
|
}, set:function(value) {
|
|
10656
10525
|
this.Serializable$set("maxWorkers", value);
|
|
10526
|
+
}}, priority:{configurable:!0, enumerable:!0, get:function() {
|
|
10527
|
+
return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
|
|
10528
|
+
}, set:function(value) {
|
|
10529
|
+
this.Serializable$set("priority", value);
|
|
10657
10530
|
}}, requestId:{configurable:!0, enumerable:!0, get:function() {
|
|
10658
10531
|
return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
|
|
10659
10532
|
}, set:function(value) {
|
|
@@ -10694,13 +10567,14 @@ module$exports$eeapiclient$ee_api_client.ExportVideoRequest = function(parameter
|
|
|
10694
10567
|
this.Serializable$set("requestId", null == parameters.requestId ? null : parameters.requestId);
|
|
10695
10568
|
this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
|
|
10696
10569
|
this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
|
|
10570
|
+
this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
|
|
10697
10571
|
};
|
|
10698
10572
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportVideoRequest, module$exports$eeapiclient$domain_object.Serializable);
|
|
10699
10573
|
module$exports$eeapiclient$ee_api_client.ExportVideoRequest.prototype.getConstructor = function() {
|
|
10700
10574
|
return module$exports$eeapiclient$ee_api_client.ExportVideoRequest;
|
|
10701
10575
|
};
|
|
10702
10576
|
module$exports$eeapiclient$ee_api_client.ExportVideoRequest.prototype.getPartialClassMetadata = function() {
|
|
10703
|
-
return {keys:"description expression fileExportOptions maxWorkers requestId videoOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, fileExportOptions:module$exports$eeapiclient$ee_api_client.VideoFileExportOptions, videoOptions:module$exports$eeapiclient$ee_api_client.VideoOptions}};
|
|
10577
|
+
return {keys:"description expression fileExportOptions maxWorkers priority requestId videoOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, fileExportOptions:module$exports$eeapiclient$ee_api_client.VideoFileExportOptions, videoOptions:module$exports$eeapiclient$ee_api_client.VideoOptions}};
|
|
10704
10578
|
};
|
|
10705
10579
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportVideoRequest.prototype, {description:{configurable:!0, enumerable:!0, get:function() {
|
|
10706
10580
|
return this.Serializable$has("description") ? this.Serializable$get("description") : null;
|
|
@@ -10718,6 +10592,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
10718
10592
|
return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
|
|
10719
10593
|
}, set:function(value) {
|
|
10720
10594
|
this.Serializable$set("maxWorkers", value);
|
|
10595
|
+
}}, priority:{configurable:!0, enumerable:!0, get:function() {
|
|
10596
|
+
return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
|
|
10597
|
+
}, set:function(value) {
|
|
10598
|
+
this.Serializable$set("priority", value);
|
|
10721
10599
|
}}, requestId:{configurable:!0, enumerable:!0, get:function() {
|
|
10722
10600
|
return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
|
|
10723
10601
|
}, set:function(value) {
|
|
@@ -14907,7 +14785,6 @@ goog.dom.getElementByTagNameAndClass_ = function(doc, opt_tag, opt_class, opt_el
|
|
|
14907
14785
|
goog.dom.$$ = goog.dom.getElementsByTagNameAndClass;
|
|
14908
14786
|
goog.dom.setProperties = function(element, properties) {
|
|
14909
14787
|
module$contents$goog$object_forEach(properties, function(val, key) {
|
|
14910
|
-
val && "object" == typeof val && val.implementsGoogStringTypedString && (val = val.getTypedStringValue());
|
|
14911
14788
|
"style" == key ? element.style.cssText = val : "class" == key ? element.className = val : "for" == key ? element.htmlFor = val : goog.dom.DIRECT_ATTRIBUTE_MAP_.hasOwnProperty(key) ? element.setAttribute(goog.dom.DIRECT_ATTRIBUTE_MAP_[key], val) : goog.string.startsWith(key, "aria-") || goog.string.startsWith(key, "data-") ? element.setAttribute(key, val) : element[key] = val;
|
|
14912
14789
|
});
|
|
14913
14790
|
};
|
|
@@ -17246,8 +17123,8 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
|
|
|
17246
17123
|
headers.set(key, opt_headers[key]);
|
|
17247
17124
|
}
|
|
17248
17125
|
} else if ("function" === typeof opt_headers.keys && "function" === typeof opt_headers.get) {
|
|
17249
|
-
for (var $jscomp$iter$31 = $jscomp.makeIterator(opt_headers.keys()), $jscomp$key$key = $jscomp$iter$31.next(); !$jscomp$key$key.done; $jscomp$key$key = $jscomp$iter$31.next()) {
|
|
17250
|
-
var key$jscomp$0 = $jscomp$key$key.value;
|
|
17126
|
+
for (var $jscomp$iter$31 = $jscomp.makeIterator(opt_headers.keys()), $jscomp$key$m71669834$55$key = $jscomp$iter$31.next(); !$jscomp$key$m71669834$55$key.done; $jscomp$key$m71669834$55$key = $jscomp$iter$31.next()) {
|
|
17127
|
+
var key$jscomp$0 = $jscomp$key$m71669834$55$key.value;
|
|
17251
17128
|
headers.set(key$jscomp$0, opt_headers.get(key$jscomp$0));
|
|
17252
17129
|
}
|
|
17253
17130
|
} else {
|
|
@@ -17258,8 +17135,8 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
|
|
|
17258
17135
|
return goog.string.caseInsensitiveEquals(goog.net.XhrIo.CONTENT_TYPE_HEADER, header);
|
|
17259
17136
|
}), contentIsFormData = goog.global.FormData && content instanceof goog.global.FormData;
|
|
17260
17137
|
!module$contents$goog$array_contains(goog.net.XhrIo.METHODS_WITH_FORM_DATA, method) || contentTypeKey || contentIsFormData || headers.set(goog.net.XhrIo.CONTENT_TYPE_HEADER, goog.net.XhrIo.FORM_CONTENT_TYPE);
|
|
17261
|
-
for (var $jscomp$iter$32 = $jscomp.makeIterator(headers), $jscomp$key$ = $jscomp$iter$32.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$32.next()) {
|
|
17262
|
-
var $jscomp$destructuring$var31 = $jscomp.makeIterator($jscomp$key$.value), key$jscomp$1 = $jscomp$destructuring$var31.next().value, value = $jscomp$destructuring$var31.next().value;
|
|
17138
|
+
for (var $jscomp$iter$32 = $jscomp.makeIterator(headers), $jscomp$key$m71669834$56$ = $jscomp$iter$32.next(); !$jscomp$key$m71669834$56$.done; $jscomp$key$m71669834$56$ = $jscomp$iter$32.next()) {
|
|
17139
|
+
var $jscomp$destructuring$var31 = $jscomp.makeIterator($jscomp$key$m71669834$56$.value), key$jscomp$1 = $jscomp$destructuring$var31.next().value, value = $jscomp$destructuring$var31.next().value;
|
|
17263
17140
|
this.xhr_.setRequestHeader(key$jscomp$1, value);
|
|
17264
17141
|
}
|
|
17265
17142
|
this.responseType_ && (this.xhr_.responseType = this.responseType_);
|
|
@@ -17504,14 +17381,6 @@ goog.debug.entryPointRegistry.register(function(transformer) {
|
|
|
17504
17381
|
});
|
|
17505
17382
|
var module$exports$safevalues$builders$sensitive_attributes = {}, module$contents$safevalues$builders$sensitive_attributes_module = module$contents$safevalues$builders$sensitive_attributes_module || {id:"third_party/javascript/safevalues/builders/sensitive_attributes.closure.js"};
|
|
17506
17383
|
module$exports$safevalues$builders$sensitive_attributes.SECURITY_SENSITIVE_ATTRIBUTES = "src srcdoc codebase data href rel action formaction sandbox cite poster icon".split(" ");
|
|
17507
|
-
var module$exports$safevalues$internals$secrets = {}, module$contents$safevalues$internals$secrets_module = module$contents$safevalues$internals$secrets_module || {id:"third_party/javascript/safevalues/internals/secrets.closure.js"};
|
|
17508
|
-
module$exports$safevalues$internals$secrets.secretToken = {};
|
|
17509
|
-
function module$contents$safevalues$internals$secrets_ensureTokenIsValid(token) {
|
|
17510
|
-
if (goog.DEBUG && token !== module$exports$safevalues$internals$secrets.secretToken) {
|
|
17511
|
-
throw Error("Bad secret");
|
|
17512
|
-
}
|
|
17513
|
-
}
|
|
17514
|
-
module$exports$safevalues$internals$secrets.ensureTokenIsValid = module$contents$safevalues$internals$secrets_ensureTokenIsValid;
|
|
17515
17384
|
var module$exports$safevalues$internals$attribute_impl = {}, module$contents$safevalues$internals$attribute_impl_module = module$contents$safevalues$internals$attribute_impl_module || {id:"third_party/javascript/safevalues/internals/attribute_impl.closure.js"};
|
|
17516
17385
|
module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix = function() {
|
|
17517
17386
|
};
|
|
@@ -17580,10 +17449,6 @@ function module$contents$safevalues$builders$attribute_builders_safeAttrPrefix(t
|
|
|
17580
17449
|
return module$contents$safevalues$internals$attribute_impl_createAttributePrefixInternal(attrPrefix);
|
|
17581
17450
|
}
|
|
17582
17451
|
;var module$exports$safevalues$builders$document_fragment_builders = {}, module$contents$safevalues$builders$document_fragment_builders_module = module$contents$safevalues$builders$document_fragment_builders_module || {id:"third_party/javascript/safevalues/builders/document_fragment_builders.closure.js"};
|
|
17583
|
-
function module$contents$safevalues$builders$document_fragment_builders_safeFragment(templateObj) {
|
|
17584
|
-
return module$contents$safevalues$builders$document_fragment_builders_htmlFragment(templateObj);
|
|
17585
|
-
}
|
|
17586
|
-
module$exports$safevalues$builders$document_fragment_builders.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
|
|
17587
17452
|
function module$contents$safevalues$builders$document_fragment_builders_htmlFragment(templateObj) {
|
|
17588
17453
|
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, 0);
|
|
17589
17454
|
return document.createRange().createContextualFragment(module$contents$safevalues$internals$html_impl_unwrapHtml(module$contents$safevalues$internals$html_impl_createHtmlInternal(templateObj[0])));
|
|
@@ -17632,11 +17497,7 @@ module$exports$safevalues$builders$style_sheet_builders.safeStyleSheet = functio
|
|
|
17632
17497
|
module$exports$safevalues$builders$style_sheet_builders.concatStyleSheets = function(sheets) {
|
|
17633
17498
|
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(sheets.map(module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet).join(""));
|
|
17634
17499
|
};
|
|
17635
|
-
var module$contents$safevalues$
|
|
17636
|
-
function module$contents$safevalues$internals$pure_pure(valueOf) {
|
|
17637
|
-
return {valueOf:valueOf}.valueOf();
|
|
17638
|
-
}
|
|
17639
|
-
;var module$exports$safevalues$builders$url_builders = {}, module$contents$safevalues$builders$url_builders_module = module$contents$safevalues$builders$url_builders_module || {id:"third_party/javascript/safevalues/builders/url_builders.closure.js"};
|
|
17500
|
+
var module$exports$safevalues$builders$url_builders = {}, module$contents$safevalues$builders$url_builders_module = module$contents$safevalues$builders$url_builders_module || {id:"third_party/javascript/safevalues/builders/url_builders.closure.js"};
|
|
17640
17501
|
function module$contents$safevalues$builders$url_builders_isSafeMimeType(mimeType) {
|
|
17641
17502
|
var match = mimeType.match(/^([^;]+)(?:;\w+=(?:\w+|"[\w;,= ]+"))*$/i);
|
|
17642
17503
|
return 2 === (null == match ? void 0 : match.length) && (module$contents$safevalues$builders$url_builders_isSafeImageMimeType(match[1]) || module$contents$safevalues$builders$url_builders_isSafeVideoMimeType(match[1]) || module$contents$safevalues$builders$url_builders_isSafeAudioMimeType(match[1]) || module$contents$safevalues$builders$url_builders_isSafeFontMimeType(match[1]));
|
|
@@ -17676,7 +17537,7 @@ module$exports$safevalues$builders$url_builders.SanitizableUrlScheme = {TEL:modu
|
|
|
17676
17537
|
return /^[^:]*([/?#]|$)/.test(url);
|
|
17677
17538
|
}), 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"),
|
|
17678
17539
|
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) {
|
|
17679
|
-
return 0 === url.indexOf("sip
|
|
17540
|
+
return 0 === url.indexOf("sip:") || 0 === url.indexOf("sips:");
|
|
17680
17541
|
}), SMS:module$contents$safevalues$builders$url_builders_simpleScheme("sms"), VND_YOUTUBE:module$contents$safevalues$builders$url_builders_simpleScheme("vnd.youtube")};
|
|
17681
17542
|
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,
|
|
17682
17543
|
module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.FTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.RELATIVE];
|
|
@@ -18164,8 +18025,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
18164
18025
|
return document.createTextNode(textNode.data);
|
|
18165
18026
|
};
|
|
18166
18027
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeElementNode = function(elementNode, inertDocument) {
|
|
18167
|
-
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$33 = $jscomp.makeIterator(dirtyAttributes), $jscomp$key$ = $jscomp$iter$33.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$33.next()) {
|
|
18168
|
-
var $jscomp$destructuring$var33 = $jscomp$key$.value, name = $jscomp$destructuring$var33.name, value = $jscomp$destructuring$var33.value, policy = this.sanitizerTable.getAttributePolicy(name, elementName);
|
|
18028
|
+
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$33 = $jscomp.makeIterator(dirtyAttributes), $jscomp$key$m1803429925$25$ = $jscomp$iter$33.next(); !$jscomp$key$m1803429925$25$.done; $jscomp$key$m1803429925$25$ = $jscomp$iter$33.next()) {
|
|
18029
|
+
var $jscomp$destructuring$var33 = $jscomp$key$m1803429925$25$.value, name = $jscomp$destructuring$var33.name, value = $jscomp$destructuring$var33.value, policy = this.sanitizerTable.getAttributePolicy(name, elementName);
|
|
18169
18030
|
if (this.satisfiesAllConditions(policy.conditions, dirtyAttributes)) {
|
|
18170
18031
|
switch(policy.policyAction) {
|
|
18171
18032
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP:
|
|
@@ -18218,8 +18079,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
18218
18079
|
if (!conditions) {
|
|
18219
18080
|
return !0;
|
|
18220
18081
|
}
|
|
18221
|
-
for (var $jscomp$iter$34 = $jscomp.makeIterator(conditions), $jscomp$key$ = $jscomp$iter$34.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$34.next()) {
|
|
18222
|
-
var $jscomp$destructuring$var35 = $jscomp.makeIterator($jscomp$key$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var35.next().value, expectedValues = $jscomp$destructuring$var35.next().value, $jscomp$optchain$tmpm1803429925$0 = void 0, value = null == ($jscomp$optchain$tmpm1803429925$0 = attrs.getNamedItem(attrName__tsickle_destructured_1)) ? void 0 : $jscomp$optchain$tmpm1803429925$0.value;
|
|
18082
|
+
for (var $jscomp$iter$34 = $jscomp.makeIterator(conditions), $jscomp$key$m1803429925$26$ = $jscomp$iter$34.next(); !$jscomp$key$m1803429925$26$.done; $jscomp$key$m1803429925$26$ = $jscomp$iter$34.next()) {
|
|
18083
|
+
var $jscomp$destructuring$var35 = $jscomp.makeIterator($jscomp$key$m1803429925$26$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var35.next().value, expectedValues = $jscomp$destructuring$var35.next().value, $jscomp$optchain$tmpm1803429925$0 = void 0, value = null == ($jscomp$optchain$tmpm1803429925$0 = attrs.getNamedItem(attrName__tsickle_destructured_1)) ? void 0 : $jscomp$optchain$tmpm1803429925$0.value;
|
|
18223
18084
|
if (value && !expectedValues.has(value)) {
|
|
18224
18085
|
return !1;
|
|
18225
18086
|
}
|
|
@@ -18273,8 +18134,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
18273
18134
|
this.sanitizerTable = module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.defaultSanitizerTable;
|
|
18274
18135
|
};
|
|
18275
18136
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowElements = function(elementSet) {
|
|
18276
|
-
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$35 = $jscomp.makeIterator(elementSet), $jscomp$key$element = $jscomp$iter$35.next(); !$jscomp$key$element.done; $jscomp$key$element = $jscomp$iter$35.next()) {
|
|
18277
|
-
var element = $jscomp$key$element.value;
|
|
18137
|
+
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$35 = $jscomp.makeIterator(elementSet), $jscomp$key$m1412690177$0$element = $jscomp$iter$35.next(); !$jscomp$key$m1412690177$0$element.done; $jscomp$key$m1412690177$0$element = $jscomp$iter$35.next()) {
|
|
18138
|
+
var element = $jscomp$key$m1412690177$0$element.value;
|
|
18278
18139
|
element = element.toUpperCase();
|
|
18279
18140
|
if (!this.sanitizerTable.isAllowedElement(element)) {
|
|
18280
18141
|
throw Error("Element: " + element + ", is not allowed by html5_contract.textpb");
|
|
@@ -18292,8 +18153,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
18292
18153
|
throw Error("Element: " + element + " is not a custom element");
|
|
18293
18154
|
}
|
|
18294
18155
|
if (allowedAttributes) {
|
|
18295
|
-
for (var elementPolicy = new Map(), $jscomp$iter$36 = $jscomp.makeIterator(allowedAttributes), $jscomp$key$attribute = $jscomp$iter$36.next(); !$jscomp$key$attribute.done; $jscomp$key$attribute = $jscomp$iter$36.next()) {
|
|
18296
|
-
elementPolicy.set($jscomp$key$attribute.value, {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
|
|
18156
|
+
for (var elementPolicy = new Map(), $jscomp$iter$36 = $jscomp.makeIterator(allowedAttributes), $jscomp$key$m1412690177$1$attribute = $jscomp$iter$36.next(); !$jscomp$key$m1412690177$1$attribute.done; $jscomp$key$m1412690177$1$attribute = $jscomp$iter$36.next()) {
|
|
18157
|
+
elementPolicy.set($jscomp$key$m1412690177$1$attribute.value, {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
|
|
18297
18158
|
}
|
|
18298
18159
|
allowedElementPolicies.set(element, elementPolicy);
|
|
18299
18160
|
} else {
|
|
@@ -18303,15 +18164,15 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
18303
18164
|
return this;
|
|
18304
18165
|
};
|
|
18305
18166
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowAttributes = function(attributeSet) {
|
|
18306
|
-
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$37 = $jscomp.makeIterator(attributeSet), $jscomp$key$attribute = $jscomp$iter$37.next(); !$jscomp$key$attribute.done; $jscomp$key$attribute = $jscomp$iter$37.next()) {
|
|
18307
|
-
var attribute = $jscomp$key$attribute.value;
|
|
18167
|
+
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$37 = $jscomp.makeIterator(attributeSet), $jscomp$key$m1412690177$2$attribute = $jscomp$iter$37.next(); !$jscomp$key$m1412690177$2$attribute.done; $jscomp$key$m1412690177$2$attribute = $jscomp$iter$37.next()) {
|
|
18168
|
+
var attribute = $jscomp$key$m1412690177$2$attribute.value;
|
|
18308
18169
|
this.sanitizerTable.allowedGlobalAttributes.has(attribute) && allowedGlobalAttributes.add(attribute);
|
|
18309
18170
|
this.sanitizerTable.globalAttributePolicies.has(attribute) && globalAttributePolicies.set(attribute, this.sanitizerTable.globalAttributePolicies.get(attribute));
|
|
18310
18171
|
}
|
|
18311
|
-
for (var $jscomp$iter$39 = $jscomp.makeIterator(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$ = $jscomp$iter$39.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$39.next()) {
|
|
18312
|
-
for (var $jscomp$destructuring$var37 = $jscomp.makeIterator($jscomp$key$.value), elementName__tsickle_destructured_1 = $jscomp$destructuring$var37.next().value, originalElementPolicy__tsickle_destructured_2 = $jscomp$destructuring$var37.next().value, elementName = elementName__tsickle_destructured_1, newElementPolicy = new Map(), $jscomp$iter$38 = $jscomp.makeIterator(originalElementPolicy__tsickle_destructured_2.entries()), $jscomp$key
|
|
18172
|
+
for (var $jscomp$iter$39 = $jscomp.makeIterator(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$m1412690177$4$ = $jscomp$iter$39.next(); !$jscomp$key$m1412690177$4$.done; $jscomp$key$m1412690177$4$ = $jscomp$iter$39.next()) {
|
|
18173
|
+
for (var $jscomp$destructuring$var37 = $jscomp.makeIterator($jscomp$key$m1412690177$4$.value), elementName__tsickle_destructured_1 = $jscomp$destructuring$var37.next().value, originalElementPolicy__tsickle_destructured_2 = $jscomp$destructuring$var37.next().value, elementName = elementName__tsickle_destructured_1, newElementPolicy = new Map(), $jscomp$iter$38 = $jscomp.makeIterator(originalElementPolicy__tsickle_destructured_2.entries()), $jscomp$key$m1412690177$3$ = $jscomp$iter$38.next(); !$jscomp$key$m1412690177$3$.done; $jscomp$key$m1412690177$3$ =
|
|
18313
18174
|
$jscomp$iter$38.next()) {
|
|
18314
|
-
var $jscomp$destructuring$var39 = $jscomp.makeIterator($jscomp$key
|
|
18175
|
+
var $jscomp$destructuring$var39 = $jscomp.makeIterator($jscomp$key$m1412690177$3$.value), attribute__tsickle_destructured_3 = $jscomp$destructuring$var39.next().value, attributePolicy__tsickle_destructured_4 = $jscomp$destructuring$var39.next().value, attribute$jscomp$0 = attribute__tsickle_destructured_3, attributePolicy = attributePolicy__tsickle_destructured_4;
|
|
18315
18176
|
attributeSet.has(attribute$jscomp$0) && newElementPolicy.set(attribute$jscomp$0, attributePolicy);
|
|
18316
18177
|
}
|
|
18317
18178
|
elementPolicies.set(elementName, newElementPolicy);
|
|
@@ -18320,8 +18181,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
18320
18181
|
return this;
|
|
18321
18182
|
};
|
|
18322
18183
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.allowDataAttributes = function(attributes) {
|
|
18323
|
-
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$40 = $jscomp.makeIterator(attributes), $jscomp$key$attribute = $jscomp$iter$40.next(); !$jscomp$key$attribute.done; $jscomp$key$attribute = $jscomp$iter$40.next()) {
|
|
18324
|
-
var attribute = $jscomp$key$attribute.value;
|
|
18184
|
+
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$40 = $jscomp.makeIterator(attributes), $jscomp$key$m1412690177$5$attribute = $jscomp$iter$40.next(); !$jscomp$key$m1412690177$5$attribute.done; $jscomp$key$m1412690177$5$attribute = $jscomp$iter$40.next()) {
|
|
18185
|
+
var attribute = $jscomp$key$m1412690177$5$attribute.value;
|
|
18325
18186
|
if (0 !== attribute.indexOf("data-")) {
|
|
18326
18187
|
throw Error("data attribute: " + attribute + ' does not begin with the prefix "data-"');
|
|
18327
18188
|
}
|
|
@@ -18598,7 +18459,6 @@ module$exports$safevalues$reporting$reporting.TEST_ONLY = {reset:function() {
|
|
|
18598
18459
|
var module$exports$safevalues$index = {}, module$contents$safevalues$index_module = module$contents$safevalues$index_module || {id:"third_party/javascript/safevalues/index.closure.js"};
|
|
18599
18460
|
module$exports$safevalues$index.safeAttrPrefix = module$contents$safevalues$builders$attribute_builders_safeAttrPrefix;
|
|
18600
18461
|
module$exports$safevalues$index.htmlFragment = module$contents$safevalues$builders$document_fragment_builders_htmlFragment;
|
|
18601
|
-
module$exports$safevalues$index.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
|
|
18602
18462
|
module$exports$safevalues$index.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
|
|
18603
18463
|
module$exports$safevalues$index.concatHtmls = module$exports$safevalues$builders$html_builders.concatHtmls;
|
|
18604
18464
|
module$exports$safevalues$index.doctypeHtml = module$exports$safevalues$builders$html_builders.doctypeHtml;
|
|
@@ -18644,7 +18504,7 @@ module$exports$safevalues$index.TrustedResourceUrl = goog.html.TrustedResourceUr
|
|
|
18644
18504
|
module$exports$safevalues$index.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
|
|
18645
18505
|
module$exports$safevalues$index.EMPTY_SCRIPT = module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT;
|
|
18646
18506
|
module$exports$safevalues$index.isScript = module$contents$safevalues$internals$script_impl_isScript;
|
|
18647
|
-
module$exports$safevalues$index.SafeScript = module$
|
|
18507
|
+
module$exports$safevalues$index.SafeScript = module$exports$safevalues$internals$script_impl.SafeScript;
|
|
18648
18508
|
module$exports$safevalues$index.unwrapScript = module$contents$safevalues$internals$script_impl_unwrapScript;
|
|
18649
18509
|
module$exports$safevalues$index.isStyle = module$contents$safevalues$internals$style_impl_isStyle;
|
|
18650
18510
|
module$exports$safevalues$index.SafeStyle = module$contents$goog$html$SafeStyle_SafeStyle;
|
|
@@ -18664,7 +18524,6 @@ module$exports$safevalues$index.styleSheetToHtml = module$exports$safevalues$bui
|
|
|
18664
18524
|
module$exports$safevalues$index.safeStyleRule = module$exports$safevalues$builders$style_sheet_builders.safeStyleRule;
|
|
18665
18525
|
safevalues.safeAttrPrefix = module$contents$safevalues$builders$attribute_builders_safeAttrPrefix;
|
|
18666
18526
|
safevalues.htmlFragment = module$contents$safevalues$builders$document_fragment_builders_htmlFragment;
|
|
18667
|
-
safevalues.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
|
|
18668
18527
|
safevalues.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
|
|
18669
18528
|
safevalues.concatHtmls = module$exports$safevalues$index.concatHtmls;
|
|
18670
18529
|
safevalues.doctypeHtml = module$exports$safevalues$index.doctypeHtml;
|
|
@@ -18712,7 +18571,7 @@ safevalues.TrustedResourceUrl = goog.html.TrustedResourceUrl;
|
|
|
18712
18571
|
safevalues.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
|
|
18713
18572
|
safevalues.EMPTY_SCRIPT = module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT;
|
|
18714
18573
|
safevalues.isScript = module$contents$safevalues$internals$script_impl_isScript;
|
|
18715
|
-
safevalues.SafeScript = module$
|
|
18574
|
+
safevalues.SafeScript = module$exports$safevalues$internals$script_impl.SafeScript;
|
|
18716
18575
|
safevalues.unwrapScript = module$contents$safevalues$internals$script_impl_unwrapScript;
|
|
18717
18576
|
safevalues.isStyle = module$contents$safevalues$internals$style_impl_isStyle;
|
|
18718
18577
|
safevalues.SafeStyle = module$contents$goog$html$SafeStyle_SafeStyle;
|
|
@@ -18730,11 +18589,11 @@ safevalues.HtmlFormatter = module$exports$safevalues$builders$html_formatter.Htm
|
|
|
18730
18589
|
safevalues.createHtml = module$exports$safevalues$index.createHtml;
|
|
18731
18590
|
safevalues.styleSheetToHtml = module$exports$safevalues$index.styleSheetToHtml;
|
|
18732
18591
|
safevalues.safeStyleRule = module$exports$safevalues$index.safeStyleRule;
|
|
18733
|
-
var $jscomp$templatelit$294235699$
|
|
18592
|
+
var $jscomp$templatelit$294235699$96 = $jscomp.createTemplateTagFirstArg(["https://accounts.google.com/gsi/client"]);
|
|
18734
18593
|
ee.apiclient = {};
|
|
18735
18594
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18736
18595
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18737
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
18596
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.388";
|
|
18738
18597
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18739
18598
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18740
18599
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -18895,8 +18754,8 @@ module$contents$ee$apiclient_BatchRequestService.prototype.send = function(param
|
|
|
18895
18754
|
module$contents$ee$apiclient_BatchRequestService.prototype.makeRequest = function(params) {
|
|
18896
18755
|
};
|
|
18897
18756
|
module$contents$ee$apiclient_apiclient.parseBatchReply = function(contentType, responseText, handle) {
|
|
18898
|
-
for (var boundary = contentType.split("; boundary=")[1], $jscomp$iter$41 = $jscomp.makeIterator(responseText.split("--" + boundary)), $jscomp$key$part = $jscomp$iter$41.next(); !$jscomp$key$part.done; $jscomp$key$part = $jscomp$iter$41.next()) {
|
|
18899
|
-
var groups = $jscomp$key$part.value.split("\r\n\r\n");
|
|
18757
|
+
for (var boundary = contentType.split("; boundary=")[1], $jscomp$iter$41 = $jscomp.makeIterator(responseText.split("--" + boundary)), $jscomp$key$294235699$97$part = $jscomp$iter$41.next(); !$jscomp$key$294235699$97$part.done; $jscomp$key$294235699$97$part = $jscomp$iter$41.next()) {
|
|
18758
|
+
var groups = $jscomp$key$294235699$97$part.value.split("\r\n\r\n");
|
|
18900
18759
|
if (!(3 > groups.length)) {
|
|
18901
18760
|
var id = groups[0].match(/\r\nContent-ID: <response-([^>]*)>/)[1], status = Number(groups[1].match(/^HTTP\S*\s(\d+)\s/)[1]), text = groups.slice(2).join("\r\n\r\n");
|
|
18902
18761
|
handle(id, status, text);
|
|
@@ -18935,13 +18794,12 @@ module$contents$ee$apiclient_apiclient.setAuthToken = function(clientId, tokenTy
|
|
|
18935
18794
|
var tokenObject = {token_type:tokenType, access_token:accessToken, state:scopes.join(" "), expires_in:expiresIn};
|
|
18936
18795
|
module$contents$ee$apiclient_apiclient.handleAuthResult_(void 0, void 0, tokenObject);
|
|
18937
18796
|
!1 === updateAuthLibrary ? callback && callback() : module$contents$ee$apiclient_apiclient.ensureAuthLibLoaded_(function() {
|
|
18938
|
-
goog.global.gapi.client.setToken(tokenObject);
|
|
18939
18797
|
callback && callback();
|
|
18940
18798
|
});
|
|
18941
18799
|
};
|
|
18942
18800
|
module$contents$ee$apiclient_apiclient.refreshAuthToken = function(success, error, onImmediateFailed) {
|
|
18943
18801
|
if (module$contents$ee$apiclient_apiclient.isAuthTokenRefreshingEnabled_()) {
|
|
18944
|
-
var authArgs = {client_id:String(module$contents$ee$apiclient_apiclient.authClientId_),
|
|
18802
|
+
var authArgs = {client_id:String(module$contents$ee$apiclient_apiclient.authClientId_), scope:module$contents$ee$apiclient_apiclient.authScopes_.join(" "), plugin_name:"earthengine"};
|
|
18945
18803
|
module$contents$ee$apiclient_apiclient.authTokenRefresher_(authArgs, function(result) {
|
|
18946
18804
|
if ("immediate_failed" == result.error && onImmediateFailed) {
|
|
18947
18805
|
onImmediateFailed();
|
|
@@ -18950,7 +18808,7 @@ module$contents$ee$apiclient_apiclient.refreshAuthToken = function(success, erro
|
|
|
18950
18808
|
try {
|
|
18951
18809
|
module$contents$ee$apiclient_apiclient.ensureAuthLibLoaded_(function() {
|
|
18952
18810
|
try {
|
|
18953
|
-
|
|
18811
|
+
module$contents$ee$apiclient_apiclient.handleAuthResult_(success, error, result);
|
|
18954
18812
|
} catch (e) {
|
|
18955
18813
|
error(e.toString());
|
|
18956
18814
|
}
|
|
@@ -19025,8 +18883,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19025
18883
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19026
18884
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19027
18885
|
method = method || "POST";
|
|
19028
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
19029
|
-
"0.1.
|
|
18886
|
+
var headers = {"Content-Type":contentType}, version = "0.1.388";
|
|
18887
|
+
"0.1.388" === version && (version = "latest");
|
|
19030
18888
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19031
18889
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19032
18890
|
if (null != authToken) {
|
|
@@ -19135,22 +18993,14 @@ module$contents$ee$apiclient_apiclient.handleResponse_ = function(status, getRes
|
|
|
19135
18993
|
};
|
|
19136
18994
|
module$contents$ee$apiclient_apiclient.ensureAuthLibLoaded_ = function(callback) {
|
|
19137
18995
|
var done = function() {
|
|
19138
|
-
|
|
19139
|
-
|
|
18996
|
+
module$contents$ee$apiclient_apiclient.authTokenRefresher_ || module$contents$ee$apiclient_apiclient.setAuthTokenRefresher(function(authArgs, refresherCallback) {
|
|
18997
|
+
goog.global.google.accounts.oauth2.initTokenClient({client_id:authArgs.client_id, callback:refresherCallback, scope:authArgs.scope}).requestAccessToken();
|
|
18998
|
+
});
|
|
19140
18999
|
callback();
|
|
19141
19000
|
};
|
|
19142
|
-
|
|
19143
|
-
done();
|
|
19144
|
-
}
|
|
19145
|
-
for (var callbackName = Date.now().toString(36); callbackName in goog.global;) {
|
|
19146
|
-
callbackName += "_";
|
|
19147
|
-
}
|
|
19148
|
-
goog.global[callbackName] = function() {
|
|
19149
|
-
delete goog.global[callbackName];
|
|
19150
|
-
done();
|
|
19151
|
-
};
|
|
19152
|
-
goog.net.jsloader.safeLoad(module$contents$safevalues$builders$resource_url_builders_trustedResourceUrl($jscomp$templatelit$294235699$94, callbackName));
|
|
19153
|
-
}
|
|
19001
|
+
(function() {
|
|
19002
|
+
goog.isObject(goog.global.default_gsi) ? done() : goog.net.jsloader.safeLoad(module$contents$safevalues$builders$resource_url_builders_trustedResourceUrl($jscomp$templatelit$294235699$96)).addCallback(done);
|
|
19003
|
+
})();
|
|
19154
19004
|
};
|
|
19155
19005
|
module$contents$ee$apiclient_apiclient.handleAuthResult_ = function(success, error, result) {
|
|
19156
19006
|
if (result.access_token) {
|
|
@@ -19167,8 +19017,8 @@ module$contents$ee$apiclient_apiclient.handleAuthResult_ = function(success, err
|
|
|
19167
19017
|
}
|
|
19168
19018
|
};
|
|
19169
19019
|
module$contents$ee$apiclient_apiclient.makeRequest_ = function(params) {
|
|
19170
|
-
for (var request = new goog.Uri.QueryData(), $jscomp$iter$42 = $jscomp.makeIterator(Object.entries(params)), $jscomp$key$ = $jscomp$iter$42.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$42.next()) {
|
|
19171
|
-
var $jscomp$destructuring$var47 = $jscomp.makeIterator($jscomp$key$.value), name = $jscomp$destructuring$var47.next().value, item = $jscomp$destructuring$var47.next().value;
|
|
19020
|
+
for (var request = new goog.Uri.QueryData(), $jscomp$iter$42 = $jscomp.makeIterator(Object.entries(params)), $jscomp$key$294235699$98$ = $jscomp$iter$42.next(); !$jscomp$key$294235699$98$.done; $jscomp$key$294235699$98$ = $jscomp$iter$42.next()) {
|
|
19021
|
+
var $jscomp$destructuring$var47 = $jscomp.makeIterator($jscomp$key$294235699$98$.value), name = $jscomp$destructuring$var47.next().value, item = $jscomp$destructuring$var47.next().value;
|
|
19172
19022
|
request.set(name, item);
|
|
19173
19023
|
}
|
|
19174
19024
|
return request;
|
|
@@ -19267,7 +19117,6 @@ module$contents$ee$apiclient_apiclient.AUTH_SCOPE_ = "https://www.googleapis.com
|
|
|
19267
19117
|
module$contents$ee$apiclient_apiclient.READ_ONLY_AUTH_SCOPE_ = "https://www.googleapis.com/auth/earthengine.readonly";
|
|
19268
19118
|
module$contents$ee$apiclient_apiclient.CLOUD_PLATFORM_SCOPE_ = "https://www.googleapis.com/auth/cloud-platform";
|
|
19269
19119
|
module$contents$ee$apiclient_apiclient.DEFAULT_AUTH_SCOPES_ = [module$contents$ee$apiclient_apiclient.AUTH_SCOPE_, module$contents$ee$apiclient_apiclient.CLOUD_PLATFORM_SCOPE_];
|
|
19270
|
-
module$contents$ee$apiclient_apiclient.AUTH_LIBRARY_URL_ = goog.string.Const.from("https://apis.google.com/js/client.js?onload=%{onload}");
|
|
19271
19120
|
module$contents$ee$apiclient_apiclient.STORAGE_SCOPE_ = "https://www.googleapis.com/auth/devstorage.read_write";
|
|
19272
19121
|
module$contents$ee$apiclient_apiclient.cloudApiKey_ = null;
|
|
19273
19122
|
module$contents$ee$apiclient_apiclient.initialized_ = !1;
|
|
@@ -19286,6 +19135,8 @@ module$contents$ee$apiclient_apiclient.DEFAULT_API_BASE_URL_ = "https://eartheng
|
|
|
19286
19135
|
module$contents$ee$apiclient_apiclient.DEFAULT_TILE_BASE_URL_ = "https://earthengine.googleapis.com";
|
|
19287
19136
|
module$contents$ee$apiclient_apiclient.AuthArgs = function() {
|
|
19288
19137
|
};
|
|
19138
|
+
var module$contents$ee$apiclient_TokenClient = function() {
|
|
19139
|
+
};
|
|
19289
19140
|
module$contents$ee$apiclient_apiclient.AuthResponse = function() {
|
|
19290
19141
|
};
|
|
19291
19142
|
ee.apiclient.Call = module$contents$ee$apiclient_Call;
|
|
@@ -19521,8 +19372,8 @@ ee.rpc_convert.algorithms = function(result) {
|
|
|
19521
19372
|
algorithm.deprecated && (internalAlgorithm.deprecated = algorithm.deprecationReason);
|
|
19522
19373
|
algorithm.sourceCodeUri && (internalAlgorithm.sourceCodeUri = algorithm.sourceCodeUri);
|
|
19523
19374
|
return internalAlgorithm;
|
|
19524
|
-
}, internalAlgorithms = {}, $jscomp$iter$43 = $jscomp.makeIterator(result.algorithms || []), $jscomp$key$algorithm = $jscomp$iter$43.next(); !$jscomp$key$algorithm.done; $jscomp$key$algorithm = $jscomp$iter$43.next()) {
|
|
19525
|
-
var algorithm = $jscomp$key$algorithm.value, name = algorithm.name.replace(/^algorithms\//, "");
|
|
19375
|
+
}, internalAlgorithms = {}, $jscomp$iter$43 = $jscomp.makeIterator(result.algorithms || []), $jscomp$key$1418108943$48$algorithm = $jscomp$iter$43.next(); !$jscomp$key$1418108943$48$algorithm.done; $jscomp$key$1418108943$48$algorithm = $jscomp$iter$43.next()) {
|
|
19376
|
+
var algorithm = $jscomp$key$1418108943$48$algorithm.value, name = algorithm.name.replace(/^algorithms\//, "");
|
|
19526
19377
|
internalAlgorithms[name] = convertAlgorithm(algorithm);
|
|
19527
19378
|
}
|
|
19528
19379
|
return internalAlgorithms;
|
|
@@ -19671,8 +19522,8 @@ ee.rpc_convert.getListToListAssets = function(param) {
|
|
|
19671
19522
|
param.bbox && param.region && console.warn("Multiple request parameters converted to region");
|
|
19672
19523
|
for (var allKeys = "id num starttime endtime bbox region".split(" "), $jscomp$iter$44 = $jscomp.makeIterator(Object.keys(param).filter(function(k) {
|
|
19673
19524
|
return !allKeys.includes(k);
|
|
19674
|
-
})), $jscomp$key$key = $jscomp$iter$44.next(); !$jscomp$key$key.done; $jscomp$key$key = $jscomp$iter$44.next()) {
|
|
19675
|
-
console.warn("Unrecognized key " + $jscomp$key$key.value + " ignored");
|
|
19525
|
+
})), $jscomp$key$1418108943$49$key = $jscomp$iter$44.next(); !$jscomp$key$1418108943$49$key.done; $jscomp$key$1418108943$49$key = $jscomp$iter$44.next()) {
|
|
19526
|
+
console.warn("Unrecognized key " + $jscomp$key$1418108943$49$key.value + " ignored");
|
|
19676
19527
|
}
|
|
19677
19528
|
return ee.rpc_convert.processListImagesParams(assetsRequest);
|
|
19678
19529
|
};
|
|
@@ -19895,8 +19746,8 @@ ee.rpc_convert.parseFilterParamsFromListImages_ = function(params) {
|
|
|
19895
19746
|
})) {
|
|
19896
19747
|
throw Error('Filter parameter "properties" must be an array of strings');
|
|
19897
19748
|
}
|
|
19898
|
-
for (var $jscomp$iter$45 = $jscomp.makeIterator(params.properties), $jscomp$key$propertyQuery = $jscomp$iter$45.next(); !$jscomp$key$propertyQuery.done; $jscomp$key$propertyQuery = $jscomp$iter$45.next()) {
|
|
19899
|
-
queryStrings.push($jscomp$key$propertyQuery.value.trim().replace(/^(properties\.)?/, "properties."));
|
|
19749
|
+
for (var $jscomp$iter$45 = $jscomp.makeIterator(params.properties), $jscomp$key$1418108943$50$propertyQuery = $jscomp$iter$45.next(); !$jscomp$key$1418108943$50$propertyQuery.done; $jscomp$key$1418108943$50$propertyQuery = $jscomp$iter$45.next()) {
|
|
19750
|
+
queryStrings.push($jscomp$key$1418108943$50$propertyQuery.value.trim().replace(/^(properties\.)?/, "properties."));
|
|
19900
19751
|
}
|
|
19901
19752
|
delete params.properties;
|
|
19902
19753
|
}
|
|
@@ -20232,8 +20083,8 @@ ee.Serializer.encodeCloudApiPretty = function(obj) {
|
|
|
20232
20083
|
if (!goog.isObject(object)) {
|
|
20233
20084
|
return object;
|
|
20234
20085
|
}
|
|
20235
|
-
for (var ret = Array.isArray(object) ? [] : {}, isNode = object instanceof Object.getPrototypeOf(module$exports$eeapiclient$ee_api_client.ValueNode), $jscomp$iter$46 = $jscomp.makeIterator(Object.entries(isNode ? object.Serializable$values : object)), $jscomp$key$ = $jscomp$iter$46.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$46.next()) {
|
|
20236
|
-
var $jscomp$destructuring$var51 = $jscomp.makeIterator($jscomp$key$.value), key = $jscomp$destructuring$var51.next().value, val = $jscomp$destructuring$var51.next().value;
|
|
20086
|
+
for (var ret = Array.isArray(object) ? [] : {}, isNode = object instanceof Object.getPrototypeOf(module$exports$eeapiclient$ee_api_client.ValueNode), $jscomp$iter$46 = $jscomp.makeIterator(Object.entries(isNode ? object.Serializable$values : object)), $jscomp$key$1175707268$28$ = $jscomp$iter$46.next(); !$jscomp$key$1175707268$28$.done; $jscomp$key$1175707268$28$ = $jscomp$iter$46.next()) {
|
|
20087
|
+
var $jscomp$destructuring$var51 = $jscomp.makeIterator($jscomp$key$1175707268$28$.value), key = $jscomp$destructuring$var51.next().value, val = $jscomp$destructuring$var51.next().value;
|
|
20237
20088
|
isNode ? null !== val && (ret[key] = "functionDefinitionValue" === key && null != val.body ? {argumentNames:val.argumentNames, body:walkObject(values[val.body])} : "functionInvocationValue" === key && null != val.functionReference ? {arguments:module$contents$goog$object_map(val.arguments, walkObject), functionReference:walkObject(values[val.functionReference])} : "constantValue" === key ? val === module$exports$eeapiclient$domain_object.NULL_VALUE ?
|
|
20238
20089
|
null : val : walkObject(val)) : ret[key] = walkObject(val);
|
|
20239
20090
|
}
|
|
@@ -20356,8 +20207,8 @@ ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
|
|
|
20356
20207
|
return storeInSourceMap(value, optimized$jscomp$1);
|
|
20357
20208
|
}
|
|
20358
20209
|
if (null != value.dictionaryValue) {
|
|
20359
|
-
for (var values = {}, constantValues = {}, $jscomp$iter$47 = $jscomp.makeIterator(Object.entries(value.dictionaryValue.values || {})), $jscomp$key$ = $jscomp$iter$47.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$47.next()) {
|
|
20360
|
-
var $jscomp$destructuring$var53 = $jscomp.makeIterator($jscomp$key$.value), k = $jscomp$destructuring$var53.next().value, v = $jscomp$destructuring$var53.next().value;
|
|
20210
|
+
for (var values = {}, constantValues = {}, $jscomp$iter$47 = $jscomp.makeIterator(Object.entries(value.dictionaryValue.values || {})), $jscomp$key$1175707268$29$ = $jscomp$iter$47.next(); !$jscomp$key$1175707268$29$.done; $jscomp$key$1175707268$29$ = $jscomp$iter$47.next()) {
|
|
20211
|
+
var $jscomp$destructuring$var53 = $jscomp.makeIterator($jscomp$key$1175707268$29$.value), k = $jscomp$destructuring$var53.next().value, v = $jscomp$destructuring$var53.next().value;
|
|
20361
20212
|
values[k] = this.optimizeValue(v, depth + 3);
|
|
20362
20213
|
null !== constantValues && isConst(values[k]) ? constantValues[k] = serializeConst(values[k].constantValue) : constantValues = null;
|
|
20363
20214
|
}
|
|
@@ -20368,8 +20219,8 @@ ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
|
|
|
20368
20219
|
return storeInSourceMap(value, optimized$jscomp$2);
|
|
20369
20220
|
}
|
|
20370
20221
|
if (null != value.functionInvocationValue) {
|
|
20371
|
-
for (var inv = value.functionInvocationValue, args = {}, $jscomp$iter$48 = $jscomp.makeIterator(Object.keys(inv.arguments || {})), $jscomp$key$k = $jscomp$iter$48.next(); !$jscomp$key$k.done; $jscomp$key$k = $jscomp$iter$48.next()) {
|
|
20372
|
-
var k$jscomp$0 = $jscomp$key$k.value;
|
|
20222
|
+
for (var inv = value.functionInvocationValue, args = {}, $jscomp$iter$48 = $jscomp.makeIterator(Object.keys(inv.arguments || {})), $jscomp$key$1175707268$30$k = $jscomp$iter$48.next(); !$jscomp$key$1175707268$30$k.done; $jscomp$key$1175707268$30$k = $jscomp$iter$48.next()) {
|
|
20223
|
+
var k$jscomp$0 = $jscomp$key$1175707268$30$k.value;
|
|
20373
20224
|
args[k$jscomp$0] = this.optimizeValue(inv.arguments[k$jscomp$0], depth + 3);
|
|
20374
20225
|
}
|
|
20375
20226
|
var optimized$jscomp$3 = inv.functionName ? ee.rpc_node.functionByName(inv.functionName, args) : ee.rpc_node.functionByReference(this.optimizeReference(inv.functionReference || ""), args);
|
|
@@ -20673,13 +20524,14 @@ var module$contents$goog$singleton_instantiatedSingletons = [], module$contents$
|
|
|
20673
20524
|
};
|
|
20674
20525
|
goog.singleton.getInstance = function(ctor) {
|
|
20675
20526
|
(0,goog.asserts.assert)(!Object.isSealed(ctor), "Cannot use getInstance() with a sealed constructor.");
|
|
20676
|
-
|
|
20527
|
+
var prop = "instance_";
|
|
20528
|
+
if (ctor.instance_ && ctor.hasOwnProperty(prop)) {
|
|
20677
20529
|
return ctor.instance_;
|
|
20678
20530
|
}
|
|
20679
20531
|
goog.DEBUG && module$contents$goog$singleton_instantiatedSingletons.push(ctor);
|
|
20680
20532
|
var instance = new ctor();
|
|
20681
20533
|
ctor.instance_ = instance;
|
|
20682
|
-
(0,goog.asserts.assert)(ctor.hasOwnProperty(
|
|
20534
|
+
(0,goog.asserts.assert)(ctor.hasOwnProperty(prop), "Could not instantiate singleton.");
|
|
20683
20535
|
return instance;
|
|
20684
20536
|
};
|
|
20685
20537
|
goog.singleton.instantiatedSingletons = module$contents$goog$singleton_instantiatedSingletons;
|
|
@@ -20709,7 +20561,7 @@ ee.data.authenticate = function(clientId, success, opt_error, opt_extraScopes, o
|
|
|
20709
20561
|
};
|
|
20710
20562
|
goog.exportSymbol("ee.data.authenticate", ee.data.authenticate);
|
|
20711
20563
|
ee.data.authenticateViaPopup = function(opt_success, opt_error) {
|
|
20712
|
-
goog.global.
|
|
20564
|
+
goog.global.google.accounts.oauth2.initTokenClient({client_id:module$contents$ee$apiclient_apiclient.getAuthClientId(), callback:goog.partial(module$contents$ee$apiclient_apiclient.handleAuthResult_, opt_success, opt_error), scope:module$contents$ee$apiclient_apiclient.getAuthScopes().join(" ")}).requestAccessToken();
|
|
20713
20565
|
};
|
|
20714
20566
|
goog.exportSymbol("ee.data.authenticateViaPopup", ee.data.authenticateViaPopup);
|
|
20715
20567
|
ee.data.authenticateViaPrivateKey = function(privateKey, opt_success, opt_error, opt_extraScopes, opt_suppressDefaultScopes) {
|
|
@@ -21250,8 +21102,8 @@ ee.data.createAsset = function(value, opt_path, opt_force, opt_properties, opt_c
|
|
|
21250
21102
|
value.gcsLocation && !value.cloudStorageLocation && (value.cloudStorageLocation = value.gcsLocation, delete value.gcsLocation);
|
|
21251
21103
|
value.cloudStorageLocation && (value.cloudStorageLocation = new module$exports$eeapiclient$ee_api_client.CloudStorageLocation(value.cloudStorageLocation));
|
|
21252
21104
|
opt_properties && !value.properties && (value.properties = Object.assign({}, opt_properties));
|
|
21253
|
-
for (var $jscomp$iter$49 = $jscomp.makeIterator(["title", "description"]), $jscomp$key$prop = $jscomp$iter$49.next(); !$jscomp$key$prop.done; $jscomp$key$prop = $jscomp$iter$49.next()) {
|
|
21254
|
-
var prop = $jscomp$key$prop.value;
|
|
21105
|
+
for (var $jscomp$iter$49 = $jscomp.makeIterator(["title", "description"]), $jscomp$key$m358301524$123$prop = $jscomp$iter$49.next(); !$jscomp$key$m358301524$123$prop.done; $jscomp$key$m358301524$123$prop = $jscomp$iter$49.next()) {
|
|
21106
|
+
var prop = $jscomp$key$m358301524$123$prop.value;
|
|
21255
21107
|
if (value[prop]) {
|
|
21256
21108
|
var $jscomp$compprop17 = {};
|
|
21257
21109
|
value.properties = Object.assign(($jscomp$compprop17[prop] = value[prop], $jscomp$compprop17), value.properties || {});
|
|
@@ -23523,8 +23375,8 @@ module$contents$ee$batch_Export.prefixImageFormatOptions_ = function(taskConfig,
|
|
|
23523
23375
|
})) {
|
|
23524
23376
|
throw Error("Parameter specified at least twice: once in config, and once in config format options.");
|
|
23525
23377
|
}
|
|
23526
|
-
for (var prefix = module$contents$ee$batch_FORMAT_PREFIX_MAP[imageFormat], validOptionKeys = module$contents$ee$batch_FORMAT_OPTIONS_MAP[imageFormat], prefixedOptions = {}, $jscomp$iter$50 = $jscomp.makeIterator(Object.entries(formatOptions)), $jscomp$key$ = $jscomp$iter$50.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$50.next()) {
|
|
23527
|
-
var $jscomp$destructuring$var58 = $jscomp.makeIterator($jscomp$key$.value), key = $jscomp$destructuring$var58.next().value, value = $jscomp$destructuring$var58.next().value;
|
|
23378
|
+
for (var prefix = module$contents$ee$batch_FORMAT_PREFIX_MAP[imageFormat], validOptionKeys = module$contents$ee$batch_FORMAT_OPTIONS_MAP[imageFormat], prefixedOptions = {}, $jscomp$iter$50 = $jscomp.makeIterator(Object.entries(formatOptions)), $jscomp$key$m1704548930$35$ = $jscomp$iter$50.next(); !$jscomp$key$m1704548930$35$.done; $jscomp$key$m1704548930$35$ = $jscomp$iter$50.next()) {
|
|
23379
|
+
var $jscomp$destructuring$var58 = $jscomp.makeIterator($jscomp$key$m1704548930$35$.value), key = $jscomp$destructuring$var58.next().value, value = $jscomp$destructuring$var58.next().value;
|
|
23528
23380
|
if (!module$contents$goog$array_contains(validOptionKeys, key)) {
|
|
23529
23381
|
var validKeysMsg = validOptionKeys.join(", ");
|
|
23530
23382
|
throw Error('"' + key + '" is not a valid option, the image format "' + imageFormat + '""may have the following options: ' + (validKeysMsg + '".'));
|
|
@@ -26583,28 +26435,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26583
26435
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26584
26436
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26585
26437
|
(function() {
|
|
26586
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26587
|
-
orderedParamLists = [["name", "namedArgs"], ["name"], ["
|
|
26588
|
-
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "), "
|
|
26589
|
-
"collection opt_description
|
|
26590
|
-
|
|
26591
|
-
"
|
|
26592
|
-
|
|
26593
|
-
"
|
|
26594
|
-
"
|
|
26595
|
-
[
|
|
26596
|
-
"
|
|
26597
|
-
[], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj",
|
|
26598
|
-
["
|
|
26599
|
-
[ee.ApiFunction.
|
|
26600
|
-
module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.
|
|
26601
|
-
ee.ComputedObject.prototype.
|
|
26602
|
-
ee.data.
|
|
26603
|
-
ee.data.
|
|
26604
|
-
ee.
|
|
26605
|
-
ee.Filter, ee.Filter.eq, ee.Filter.
|
|
26606
|
-
ee.Image.
|
|
26607
|
-
ee.ImageCollection.prototype.
|
|
26438
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.video.toDrive ee.Collection.prototype.filter ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.filterMetadata ee.Collection.prototype.sort ee.Collection.prototype.limit ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.data.startIngestion ee.data.getThumbId ee.data.getTaskStatus ee.data.updateTask ee.data.createFolder ee.data.getVideoThumbId ee.data.startProcessing ee.data.setAssetAcl ee.data.getList ee.data.renameAsset ee.data.getFilmstripThumbId ee.data.listAssets ee.data.setAssetProperties ee.data.makeThumbUrl ee.data.getTaskList ee.data.copyAsset ee.data.authenticateViaOauth ee.data.startTableIngestion ee.data.getMapId ee.data.getAssetRootQuota ee.data.deleteAsset ee.data.getDownloadId ee.data.listImages ee.data.getTaskListWithLimit ee.data.authenticate ee.data.makeDownloadUrl ee.data.listOperations ee.data.getTileUrl ee.data.getWorkloadTag ee.data.listBuckets ee.data.getAssetAcl ee.data.cancelOperation ee.data.getAsset ee.data.getTableDownloadId ee.data.makeTableDownloadUrl ee.data.getAssetRoots ee.data.setWorkloadTag ee.data.authenticateViaPopup ee.data.getInfo ee.data.createAssetHome ee.data.getFeatureViewTilesKey ee.data.getOperation ee.data.createAsset ee.data.newTaskId ee.data.setDefaultWorkloadTag ee.data.listFeatures ee.data.authenticateViaPrivateKey ee.data.resetWorkloadTag ee.data.cancelTask ee.data.updateAsset ee.data.computeValue ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Dictionary ee.call ee.initialize ee.reset ee.Algorithms ee.apply ee.InitState ee.TILE_SIZE ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.Filter.and ee.Filter.gt ee.Filter.neq ee.Filter.lt ee.Filter.or ee.Filter.lte ee.Filter.prototype.not ee.Filter.gte ee.Filter ee.Filter.date ee.Filter.metadata ee.Filter.eq ee.Filter.bounds ee.Filter.inList ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry ee.Geometry.Rectangle ee.Geometry.Polygon ee.Geometry.Point ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Geometry.LinearRing ee.Geometry.BBox ee.Geometry.MultiPoint ee.Geometry.prototype.toGeoJSONString ee.Geometry.LineString ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.expression ee.Image.prototype.rename ee.Image ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.prototype.getThumbId ee.Image.cat ee.Image.prototype.clip ee.Image.prototype.select ee.Image.prototype.getThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.String ee.Terrain".split(" "),
|
|
26439
|
+
orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], ["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
|
|
26440
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "), "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(" "),
|
|
26441
|
+
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
|
|
26442
|
+
"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_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), ["filter"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["geometry"], ["start", "opt_end"], ["name", "operator", "value"], ["property", "opt_ascending"],
|
|
26443
|
+
["max", "opt_property", "opt_ascending"], ["legacy"], ["opt_callback"], ["func", "var_args"], ["callback"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "action", "opt_callback"], ["path", "opt_force", "opt_callback"], ["params", "opt_callback"], ["taskId", "params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["params", "opt_callback"], ["parent",
|
|
26444
|
+
"opt_params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["id"], ["opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["rootId", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["opt_limit", "opt_callback"], ["clientId",
|
|
26445
|
+
"success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id"], ["opt_limit", "opt_callback"], ["id", "x", "y", "z"], [], ["project", "opt_callback"], ["assetId", "opt_callback"], ["operationName", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["id"], ["opt_callback"], ["tag"], ["opt_success", "opt_error"], ["id", "opt_callback"], ["requestedId", "opt_callback"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["value", "opt_path", "opt_force",
|
|
26446
|
+
"opt_properties", "opt_callback"], ["opt_count", "opt_callback"], ["tag"], ["asset", "params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_resetDefault"], ["taskId", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["obj", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func", "var_args"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
|
|
26447
|
+
[], [], ["func", "namedArgs"], [], [], ["var_args"], [], ["geometry", "opt_properties"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["var_args"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"],
|
|
26448
|
+
["name", "value"], [], ["name", "value"], ["opt_filter"], ["start", "opt_end"], ["name", "operator", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["var_args"], ["namedArgs"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic",
|
|
26449
|
+
"opt_maxError"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["west", "south", "east", "north"], ["coords", "opt_proj"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["r", "g", "b"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["expression", "opt_map"], ["var_args"], ["opt_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["var_args"],
|
|
26450
|
+
["geometry"], ["var_args"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], [], ["opt_callback"], ["selectors", "opt_names"], ["args"], ["params", "opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["string"], []];
|
|
26451
|
+
[ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage,
|
|
26452
|
+
module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.video.toDrive, ee.Collection.prototype.filter, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterDate, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.sort, ee.Collection.prototype.limit, ee.ComputedObject.prototype.serialize,
|
|
26453
|
+
ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.data.startIngestion, ee.data.getThumbId, ee.data.getTaskStatus, ee.data.updateTask, ee.data.createFolder, ee.data.getVideoThumbId, ee.data.startProcessing, ee.data.setAssetAcl, ee.data.getList, ee.data.renameAsset, ee.data.getFilmstripThumbId, ee.data.listAssets, ee.data.setAssetProperties, ee.data.makeThumbUrl, ee.data.getTaskList, ee.data.copyAsset, ee.data.authenticateViaOauth, ee.data.startTableIngestion,
|
|
26454
|
+
ee.data.getMapId, ee.data.getAssetRootQuota, ee.data.deleteAsset, ee.data.getDownloadId, ee.data.listImages, ee.data.getTaskListWithLimit, ee.data.authenticate, ee.data.makeDownloadUrl, ee.data.listOperations, ee.data.getTileUrl, ee.data.getWorkloadTag, ee.data.listBuckets, ee.data.getAssetAcl, ee.data.cancelOperation, ee.data.getAsset, ee.data.getTableDownloadId, ee.data.makeTableDownloadUrl, ee.data.getAssetRoots, ee.data.setWorkloadTag, ee.data.authenticateViaPopup, ee.data.getInfo, ee.data.createAssetHome,
|
|
26455
|
+
ee.data.getFeatureViewTilesKey, ee.data.getOperation, ee.data.createAsset, ee.data.newTaskId, ee.data.setDefaultWorkloadTag, ee.data.listFeatures, ee.data.authenticateViaPrivateKey, ee.data.resetWorkloadTag, ee.data.cancelTask, ee.data.updateAsset, ee.data.computeValue, ee.Date, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Dictionary, ee.call, ee.initialize, ee.reset, ee.Algorithms, ee.apply, ee.InitState, ee.TILE_SIZE, ee.Element.prototype.set,
|
|
26456
|
+
ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.Filter.and, ee.Filter.gt, ee.Filter.neq, ee.Filter.lt, ee.Filter.or, ee.Filter.lte, ee.Filter.prototype.not, ee.Filter.gte, ee.Filter, ee.Filter.date,
|
|
26457
|
+
ee.Filter.metadata, ee.Filter.eq, ee.Filter.bounds, ee.Filter.inList, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry, ee.Geometry.Rectangle, ee.Geometry.Polygon, ee.Geometry.Point, ee.Geometry.MultiLineString, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LinearRing, ee.Geometry.BBox, ee.Geometry.MultiPoint, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.LineString, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Image.rgb, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId,
|
|
26458
|
+
ee.Image.prototype.expression, ee.Image.prototype.rename, ee.Image, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.prototype.getThumbId, ee.Image.cat, ee.Image.prototype.clip, ee.Image.prototype.select, ee.Image.prototype.getThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getInfo,
|
|
26459
|
+
ee.ImageCollection.prototype.select, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26608
26460
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26609
26461
|
});
|
|
26610
26462
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|