@google/earthengine 0.1.400 → 0.1.402
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 +164 -217
- package/build/ee_api_js.js +657 -659
- package/build/ee_api_js_debug.js +142 -195
- package/build/ee_api_js_npm.js +164 -217
- package/build/main.js +164 -217
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/examples/UserInterface/LandsatExplorer.js +10 -6
- package/src/geometry.js +11 -17
- package/src/layers/abstractoverlay.js +10 -2
- package/src/layers/earthenginetilesource.js +20 -9
package/build/main.js
CHANGED
|
@@ -1202,7 +1202,8 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1202
1202
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1203
1203
|
};
|
|
1204
1204
|
}, "es8", "es3");
|
|
1205
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__enable:!1, GoogFlags__override_disable_toggles:!1, GoogFlags__testonly_debug_flag__enable:!1, GoogFlags__testonly_disabled_flag__enable:!1, GoogFlags__testonly_stable_flag__disable:!1, GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1,
|
|
1205
|
+
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_component_stacks__enable:!1, GoogFlags__client_only_wiz_reaction_async_await__enable:!1, GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__enable:!1, GoogFlags__override_disable_toggles:!1, GoogFlags__testonly_debug_flag__enable:!1, GoogFlags__testonly_disabled_flag__enable:!1, GoogFlags__testonly_stable_flag__disable:!1, GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1,
|
|
1206
|
+
GoogFlags__use_user_agent_client_hints__enable:!1};
|
|
1206
1207
|
/*
|
|
1207
1208
|
|
|
1208
1209
|
Copyright The Closure Library Authors.
|
|
@@ -2970,6 +2971,8 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_
|
|
|
2970
2971
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable = !1;
|
|
2971
2972
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable = !1;
|
|
2972
2973
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__enable = !1;
|
|
2974
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_reaction_async_await__enable = !1;
|
|
2975
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_component_stacks__enable = !1;
|
|
2973
2976
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable = !1;
|
|
2974
2977
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable = !1;
|
|
2975
2978
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_staging_flag__disable = !1;
|
|
@@ -2979,6 +2982,8 @@ var module$contents$goog$flags_STAGING = goog.readFlagInternalDoNotUseOrElse(1,
|
|
|
2979
2982
|
goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable : goog.readFlagInternalDoNotUseOrElse(610401301, !1);
|
|
2980
2983
|
goog.flags.ASYNC_THROW_ON_UNICODE_TO_BYTE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable : goog.readFlagInternalDoNotUseOrElse(899588437, !1);
|
|
2981
2984
|
goog.flags.JSPB_STOP_USING_REPEATED_FIELD_SETS_FROM_GENCODE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__enable : goog.readFlagInternalDoNotUseOrElse(188588736, goog.DEBUG);
|
|
2985
|
+
goog.flags.CLIENT_ONLY_WIZ_REACTION_ASYNC_AWAIT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_reaction_async_await__enable : goog.readFlagInternalDoNotUseOrElse(399321843, goog.DEBUG);
|
|
2986
|
+
goog.flags.CLIENT_ONLY_WIZ_COMPONENT_STACKS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_component_stacks__enable : goog.readFlagInternalDoNotUseOrElse(628162879, goog.DEBUG);
|
|
2982
2987
|
goog.flags.TESTONLY_DISABLED_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483644, !1);
|
|
2983
2988
|
goog.flags.TESTONLY_DEBUG_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483645, goog.DEBUG);
|
|
2984
2989
|
goog.flags.TESTONLY_STAGING_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.FLAGS_STAGING_DEFAULT && (module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_staging_flag__disable) : goog.readFlagInternalDoNotUseOrElse(2147483646, module$contents$goog$flags_STAGING);
|
|
@@ -3808,9 +3813,9 @@ DOMCONTENTLOADED:"DOMContentLoaded", ERROR:"error", HELP:"help", LOAD:"load", LO
|
|
|
3808
3813
|
SEEKED:"seeked", SEEKING:"seeking", STALLED:"stalled", SUSPEND:"suspend", TIMEUPDATE:"timeupdate", VOLUMECHANGE:"volumechange", WAITING:"waiting", SOURCEOPEN:"sourceopen", SOURCEENDED:"sourceended", SOURCECLOSED:"sourceclosed", ABORT:"abort", UPDATE:"update", UPDATESTART:"updatestart", UPDATEEND:"updateend", HASHCHANGE:"hashchange", PAGEHIDE:"pagehide", PAGESHOW:"pageshow", POPSTATE:"popstate", COPY:"copy", PASTE:"paste", CUT:"cut", BEFORECOPY:"beforecopy", BEFORECUT:"beforecut", BEFOREPASTE:"beforepaste",
|
|
3809
3814
|
ONLINE:"online", OFFLINE:"offline", MESSAGE:"message", CONNECT:"connect", INSTALL:"install", ACTIVATE:"activate", FETCH:"fetch", FOREIGNFETCH:"foreignfetch", MESSAGEERROR:"messageerror", STATECHANGE:"statechange", UPDATEFOUND:"updatefound", CONTROLLERCHANGE:"controllerchange", ANIMATIONSTART:goog.events.eventTypeHelpers.getVendorPrefixedName("AnimationStart"), ANIMATIONEND:goog.events.eventTypeHelpers.getVendorPrefixedName("AnimationEnd"), ANIMATIONITERATION:goog.events.eventTypeHelpers.getVendorPrefixedName("AnimationIteration"),
|
|
3810
3815
|
TRANSITIONEND:goog.events.eventTypeHelpers.getVendorPrefixedName("TransitionEnd"), POINTERDOWN:"pointerdown", POINTERUP:"pointerup", POINTERCANCEL:"pointercancel", POINTERMOVE:"pointermove", POINTEROVER:"pointerover", POINTEROUT:"pointerout", POINTERENTER:"pointerenter", POINTERLEAVE:"pointerleave", GOTPOINTERCAPTURE:"gotpointercapture", LOSTPOINTERCAPTURE:"lostpointercapture", MSGESTURECHANGE:"MSGestureChange", MSGESTUREEND:"MSGestureEnd", MSGESTUREHOLD:"MSGestureHold", MSGESTURESTART:"MSGestureStart",
|
|
3811
|
-
MSGESTURETAP:"MSGestureTap", MSGOTPOINTERCAPTURE:"MSGotPointerCapture", MSINERTIASTART:"MSInertiaStart", MSLOSTPOINTERCAPTURE:"MSLostPointerCapture", MSPOINTERCANCEL:"MSPointerCancel", MSPOINTERDOWN:"MSPointerDown", MSPOINTERENTER:"MSPointerEnter", MSPOINTERHOVER:"MSPointerHover", MSPOINTERLEAVE:"MSPointerLeave", MSPOINTERMOVE:"MSPointerMove", MSPOINTEROUT:"MSPointerOut", MSPOINTEROVER:"MSPointerOver", MSPOINTERUP:"MSPointerUp", TEXT:"text", TEXTINPUT:
|
|
3812
|
-
|
|
3813
|
-
|
|
3816
|
+
MSGESTURETAP:"MSGestureTap", MSGOTPOINTERCAPTURE:"MSGotPointerCapture", MSINERTIASTART:"MSInertiaStart", MSLOSTPOINTERCAPTURE:"MSLostPointerCapture", MSPOINTERCANCEL:"MSPointerCancel", MSPOINTERDOWN:"MSPointerDown", MSPOINTERENTER:"MSPointerEnter", MSPOINTERHOVER:"MSPointerHover", MSPOINTERLEAVE:"MSPointerLeave", MSPOINTERMOVE:"MSPointerMove", MSPOINTEROUT:"MSPointerOut", MSPOINTEROVER:"MSPointerOver", MSPOINTERUP:"MSPointerUp", TEXT:"text", TEXTINPUT:"textInput", COMPOSITIONSTART:"compositionstart",
|
|
3817
|
+
COMPOSITIONUPDATE:"compositionupdate", COMPOSITIONEND:"compositionend", BEFOREINPUT:"beforeinput", FULLSCREENCHANGE:"fullscreenchange", WEBKITBEGINFULLSCREEN:"webkitbeginfullscreen", WEBKITENDFULLSCREEN:"webkitendfullscreen", EXIT:"exit", LOADABORT:"loadabort", LOADCOMMIT:"loadcommit", LOADREDIRECT:"loadredirect", LOADSTART:"loadstart", LOADSTOP:"loadstop", RESPONSIVE:"responsive", SIZECHANGED:"sizechanged", UNRESPONSIVE:"unresponsive", VISIBILITYCHANGE:"visibilitychange", STORAGE:"storage", BEFOREPRINT:"beforeprint",
|
|
3818
|
+
AFTERPRINT:"afterprint", BEFOREINSTALLPROMPT:"beforeinstallprompt", APPINSTALLED:"appinstalled", CANCEL:"cancel", FINISH:"finish", REMOVE:"remove"};
|
|
3814
3819
|
goog.events.BrowserEvent = function(opt_e, opt_currentTarget) {
|
|
3815
3820
|
goog.events.Event.call(this, opt_e ? opt_e.type : "");
|
|
3816
3821
|
this.relatedTarget = this.currentTarget = this.target = null;
|
|
@@ -6060,9 +6065,9 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
|
|
|
6060
6065
|
};
|
|
6061
6066
|
var module$contents$eeapiclient$domain_object_CopyValueGetter, module$contents$eeapiclient$domain_object_CopyValueSetter, module$contents$eeapiclient$domain_object_CopyConstructor, module$contents$eeapiclient$domain_object_CopyInstanciator;
|
|
6062
6067
|
function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
|
|
6063
|
-
for (var target = copyInstanciator(targetConstructor), metadata = module$contents$eeapiclient$domain_object_deepCopyMetadata(source, target), arrays = metadata.arrays || {}, objects = metadata.objects || {}, objectMaps = metadata.objectMaps || {}, $jscomp$iter$19 = $jscomp.makeIterator(metadata.keys || []), $jscomp$key$
|
|
6064
|
-
{mapMetadata:void 0}, $jscomp$key$
|
|
6065
|
-
var key = $jscomp$key$
|
|
6068
|
+
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 =
|
|
6069
|
+
{mapMetadata:void 0}, $jscomp$key$m192531680$40$key = $jscomp$iter$19.next()) {
|
|
6070
|
+
var key = $jscomp$key$m192531680$40$key.value, value = valueGetter(key, source);
|
|
6066
6071
|
if (null != value) {
|
|
6067
6072
|
var copy = void 0;
|
|
6068
6073
|
if (arrays.hasOwnProperty(key)) {
|
|
@@ -6073,11 +6078,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
6073
6078
|
} else if (objects.hasOwnProperty(key)) {
|
|
6074
6079
|
copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
|
|
6075
6080
|
} else if (objectMaps.hasOwnProperty(key)) {
|
|
6076
|
-
$jscomp$loop$
|
|
6081
|
+
$jscomp$loop$m192531680$44.mapMetadata = objectMaps[key], copy = $jscomp$loop$m192531680$44.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m192531680$44) {
|
|
6077
6082
|
return function(v) {
|
|
6078
|
-
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$
|
|
6083
|
+
return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m192531680$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6079
6084
|
};
|
|
6080
|
-
}($jscomp$loop$
|
|
6085
|
+
}($jscomp$loop$m192531680$44)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m192531680$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
|
|
6081
6086
|
} else if (Array.isArray(value)) {
|
|
6082
6087
|
if (metadata.emptyArrayIsUnset && 0 === value.length) {
|
|
6083
6088
|
continue;
|
|
@@ -6092,8 +6097,8 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
|
|
|
6092
6097
|
return target;
|
|
6093
6098
|
}
|
|
6094
6099
|
function module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, mapMetadata, valueGetter, valueSetter, copyInstanciator) {
|
|
6095
|
-
for (var objMap = {}, $jscomp$iter$20 = $jscomp.makeIterator(Object.keys(value)), $jscomp$key$
|
|
6096
|
-
var mapKey = $jscomp$key$
|
|
6100
|
+
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()) {
|
|
6101
|
+
var mapKey = $jscomp$key$m192531680$41$mapKey.value, mapValue = value[mapKey];
|
|
6097
6102
|
null != mapValue && (objMap[mapKey] = module$contents$eeapiclient$domain_object_deepCopyValue(mapValue, valueGetter, valueSetter, copyInstanciator, mapMetadata.isValueArray, mapMetadata.isSerializable, mapMetadata.ctor));
|
|
6098
6103
|
}
|
|
6099
6104
|
return objMap;
|
|
@@ -6123,39 +6128,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
|
|
|
6123
6128
|
if (!(module$contents$eeapiclient$domain_object_sameKeys(keys1, metadata2.keys || []) && module$contents$eeapiclient$domain_object_sameKeys(arrays1, arrays2) && module$contents$eeapiclient$domain_object_sameKeys(objects1, objects2) && module$contents$eeapiclient$domain_object_sameKeys(objectMaps1, objectMaps2))) {
|
|
6124
6129
|
return !1;
|
|
6125
6130
|
}
|
|
6126
|
-
for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$
|
|
6127
|
-
var key = $jscomp$key$
|
|
6131
|
+
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()) {
|
|
6132
|
+
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);
|
|
6128
6133
|
if (has1 !== has2) {
|
|
6129
6134
|
return !1;
|
|
6130
6135
|
}
|
|
6131
6136
|
if (has1) {
|
|
6132
6137
|
var value1 = serializable1.Serializable$get(key);
|
|
6133
|
-
$jscomp$loop$
|
|
6138
|
+
$jscomp$loop$m192531680$45.value2$jscomp$7 = serializable2.Serializable$get(key);
|
|
6134
6139
|
if (arrays1.hasOwnProperty(key)) {
|
|
6135
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6140
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !0, !0)) {
|
|
6136
6141
|
return !1;
|
|
6137
6142
|
}
|
|
6138
6143
|
} else if (objects1.hasOwnProperty(key)) {
|
|
6139
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6144
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !1, !0)) {
|
|
6140
6145
|
return !1;
|
|
6141
6146
|
}
|
|
6142
6147
|
} else if (objectMaps1.hasOwnProperty(key)) {
|
|
6143
|
-
if ($jscomp$loop$
|
|
6144
|
-
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$
|
|
6148
|
+
if ($jscomp$loop$m192531680$45.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m192531680$45.mapMetadata$jscomp$2.isPropertyArray) {
|
|
6149
|
+
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m192531680$45.value2$jscomp$7) || value1.some(function($jscomp$loop$m192531680$45) {
|
|
6145
6150
|
return function(v1, i) {
|
|
6146
|
-
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$
|
|
6151
|
+
return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m192531680$45.value2$jscomp$7[i], $jscomp$loop$m192531680$45.mapMetadata$jscomp$2);
|
|
6147
6152
|
};
|
|
6148
|
-
}($jscomp$loop$
|
|
6153
|
+
}($jscomp$loop$m192531680$45))) {
|
|
6149
6154
|
return !1;
|
|
6150
6155
|
}
|
|
6151
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$
|
|
6156
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, $jscomp$loop$m192531680$45.mapMetadata$jscomp$2)) {
|
|
6152
6157
|
return !1;
|
|
6153
6158
|
}
|
|
6154
6159
|
} else if (Array.isArray(value1)) {
|
|
6155
|
-
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6160
|
+
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !0, !1)) {
|
|
6156
6161
|
return !1;
|
|
6157
6162
|
}
|
|
6158
|
-
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$
|
|
6163
|
+
} else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$45.value2$jscomp$7, !1, !1)) {
|
|
6159
6164
|
return !1;
|
|
6160
6165
|
}
|
|
6161
6166
|
}
|
|
@@ -6177,8 +6182,8 @@ function module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, v
|
|
|
6177
6182
|
if (!module$contents$eeapiclient$domain_object_sameKeys(value1, value2)) {
|
|
6178
6183
|
return !1;
|
|
6179
6184
|
}
|
|
6180
|
-
for (var $jscomp$iter$22 = $jscomp.makeIterator(Object.keys(value1)), $jscomp$key$
|
|
6181
|
-
var mapKey = $jscomp$key$
|
|
6185
|
+
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()) {
|
|
6186
|
+
var mapKey = $jscomp$key$m192531680$43$mapKey.value;
|
|
6182
6187
|
if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1[mapKey], value2[mapKey], mapMetadata.isValueArray, mapMetadata.isSerializable)) {
|
|
6183
6188
|
return !1;
|
|
6184
6189
|
}
|
|
@@ -6363,8 +6368,8 @@ function module$contents$safevalues$internals$resource_url_impl_unwrapResourceUr
|
|
|
6363
6368
|
return goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(value);
|
|
6364
6369
|
}
|
|
6365
6370
|
module$exports$safevalues$internals$resource_url_impl.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
|
|
6366
|
-
var $jscomp$templatelit$
|
|
6367
|
-
["\\0"]), $jscomp$templatelit$
|
|
6371
|
+
var $jscomp$templatelit$1274514361$5 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$1274514361$6 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\0"]), $jscomp$templatelit$1274514361$7 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$1274514361$8 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), $jscomp$templatelit$1274514361$9 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$1274514361$10 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"],
|
|
6372
|
+
["\\0"]), $jscomp$templatelit$1274514361$11 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$1274514361$12 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), module$contents$safevalues$internals$string_literal_module = module$contents$safevalues$internals$string_literal_module || {id:"third_party/javascript/safevalues/internals/string_literal.closure.js"};
|
|
6368
6373
|
function module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, numExprs) {
|
|
6369
6374
|
if (!module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) || numExprs + 1 !== templateObj.length) {
|
|
6370
6375
|
throw new TypeError("\n ############################## ERROR ##############################\n\n It looks like you are trying to call a template tag function (fn`...`)\n using the normal function syntax (fn(...)), which is not supported.\n\n The functions in the safevalues library are not designed to be called\n like normal functions, and doing so invalidates the security guarantees\n that safevalues provides.\n\n If you are stuck and not sure how to proceed, please reach out to us\n instead through:\n - go/ise-hardening-yaqs (preferred) // LINE-INTERNAL\n - g/ise-hardening // LINE-INTERNAL\n - https://github.com/google/safevalues/issues\n\n ############################## ERROR ##############################");
|
|
@@ -6378,14 +6383,14 @@ function module$contents$safevalues$internals$string_literal_checkTranspiled(fn)
|
|
|
6378
6383
|
return -1 === fn.toString().indexOf("`");
|
|
6379
6384
|
}
|
|
6380
6385
|
var module$contents$safevalues$internals$string_literal_isTranspiled = module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
6381
|
-
return tag($jscomp$templatelit$
|
|
6386
|
+
return tag($jscomp$templatelit$1274514361$5);
|
|
6382
6387
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
6383
|
-
return tag($jscomp$templatelit$
|
|
6388
|
+
return tag($jscomp$templatelit$1274514361$6);
|
|
6384
6389
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
6385
|
-
return tag($jscomp$templatelit$
|
|
6390
|
+
return tag($jscomp$templatelit$1274514361$7);
|
|
6386
6391
|
}) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
|
|
6387
|
-
return tag($jscomp$templatelit$
|
|
6388
|
-
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$
|
|
6392
|
+
return tag($jscomp$templatelit$1274514361$8);
|
|
6393
|
+
}), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$9) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$10) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$11) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$1274514361$12);
|
|
6389
6394
|
function module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) {
|
|
6390
6395
|
return Array.isArray(templateObj) && Array.isArray(templateObj.raw) && templateObj.length === templateObj.raw.length && (module$contents$safevalues$internals$string_literal_isTranspiled || templateObj !== templateObj.raw) && (module$contents$safevalues$internals$string_literal_isTranspiled && !module$contents$safevalues$internals$string_literal_frozenTSA || module$contents$safevalues$internals$string_literal_checkFrozen(templateObj)) ?
|
|
6391
6396
|
!0 : !1;
|
|
@@ -7072,7 +7077,6 @@ module$contents$goog$html$SafeHtml_SafeHtml.createStyle = function(styleSheet, a
|
|
|
7072
7077
|
};
|
|
7073
7078
|
module$contents$goog$html$SafeHtml_SafeHtml.createMetaRefresh = function(url, secs) {
|
|
7074
7079
|
var unwrappedUrl = module$contents$safevalues$internals$url_impl_unwrapUrl(module$contents$safevalues$builders$url_builders_sanitizeUrl(url));
|
|
7075
|
-
(module$contents$goog$labs$userAgent$browser_matchIE() || module$contents$goog$labs$userAgent$browser_matchEdgeHtml()) && goog.string.internal.contains(unwrappedUrl, ";") && (unwrappedUrl = "'" + unwrappedUrl.replace(/'/g, "%27") + "'");
|
|
7076
7080
|
return module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse("meta", {"http-equiv":"refresh", content:(secs || 0) + "; url=" + unwrappedUrl});
|
|
7077
7081
|
};
|
|
7078
7082
|
module$contents$goog$html$SafeHtml_SafeHtml.join = function(separator, parts) {
|
|
@@ -7320,9 +7324,9 @@ function module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(ifr
|
|
|
7320
7324
|
}
|
|
7321
7325
|
}
|
|
7322
7326
|
module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIntentError = function(type, intent) {
|
|
7323
|
-
var $jscomp$tmp$error$
|
|
7324
|
-
this.message = $jscomp$tmp$error$
|
|
7325
|
-
"stack" in $jscomp$tmp$error$
|
|
7327
|
+
var $jscomp$tmp$error$240424914$1 = Error.call(this, type + " cannot be used with intent " + module$exports$safevalues$dom$elements$iframe.Intent[intent]);
|
|
7328
|
+
this.message = $jscomp$tmp$error$240424914$1.message;
|
|
7329
|
+
"stack" in $jscomp$tmp$error$240424914$1 && (this.stack = $jscomp$tmp$error$240424914$1.stack);
|
|
7326
7330
|
this.type = type;
|
|
7327
7331
|
this.intent = intent;
|
|
7328
7332
|
this.name = "TypeCannotBeUsedWithIntentError";
|
|
@@ -7444,7 +7448,7 @@ module$exports$safevalues$dom$globals$window.getStyleNonce = function(win) {
|
|
|
7444
7448
|
return module$contents$safevalues$dom$globals$window_getNonceFor("style", win);
|
|
7445
7449
|
};
|
|
7446
7450
|
function module$contents$safevalues$dom$globals$window_getNonceFor(elementName, win) {
|
|
7447
|
-
var $jscomp$optchain$
|
|
7451
|
+
var $jscomp$optchain$tmp220578679$0, $jscomp$optchain$tmp220578679$1, el = null == ($jscomp$optchain$tmp220578679$1 = ($jscomp$optchain$tmp220578679$0 = win.document).querySelector) ? void 0 : $jscomp$optchain$tmp220578679$1.call($jscomp$optchain$tmp220578679$0, elementName + "[nonce]");
|
|
7448
7452
|
return el ? el.nonce || el.getAttribute("nonce") || "" : "";
|
|
7449
7453
|
}
|
|
7450
7454
|
;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;
|
|
@@ -7832,9 +7836,9 @@ function module$contents$safevalues$dom$globals$dom_parser_parseFromString(parse
|
|
|
7832
7836
|
module$exports$safevalues$dom$globals$dom_parser.parseFromString = module$contents$safevalues$dom$globals$dom_parser_parseFromString;
|
|
7833
7837
|
var module$exports$safevalues$dom$globals$fetch = {}, module$contents$safevalues$dom$globals$fetch_module = module$contents$safevalues$dom$globals$fetch_module || {id:"third_party/javascript/safevalues/dom/globals/fetch.closure.js"};
|
|
7834
7838
|
module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError = function(url, typeName, contentType) {
|
|
7835
|
-
var $jscomp$tmp$error$
|
|
7836
|
-
this.message = $jscomp$tmp$error$
|
|
7837
|
-
"stack" in $jscomp$tmp$error$
|
|
7839
|
+
var $jscomp$tmp$error$m991617773$4 = Error.call(this, url + " was requested as a " + typeName + ', but the response Content-Type, "' + contentType + " is not appropriate for this type of content.");
|
|
7840
|
+
this.message = $jscomp$tmp$error$m991617773$4.message;
|
|
7841
|
+
"stack" in $jscomp$tmp$error$m991617773$4 && (this.stack = $jscomp$tmp$error$m991617773$4.stack);
|
|
7838
7842
|
this.url = url;
|
|
7839
7843
|
this.typeName = typeName;
|
|
7840
7844
|
this.contentType = contentType;
|
|
@@ -7846,48 +7850,48 @@ function module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(
|
|
|
7846
7850
|
return (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)(html);
|
|
7847
7851
|
}
|
|
7848
7852
|
function module$contents$safevalues$dom$globals$fetch_fetchResourceUrl(u, init) {
|
|
7849
|
-
var response, $jscomp$optchain$
|
|
7850
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$
|
|
7851
|
-
if (1 == $jscomp$generator$context$
|
|
7852
|
-
return $jscomp$generator$context$
|
|
7853
|
-
}
|
|
7854
|
-
response = $jscomp$generator$context$
|
|
7855
|
-
mimeType = null == ($jscomp$optchain$
|
|
7856
|
-
return $jscomp$generator$context$
|
|
7853
|
+
var response, $jscomp$optchain$tmpm991617773$0, $jscomp$optchain$tmpm991617773$1, $jscomp$optchain$tmpm991617773$2, mimeType;
|
|
7854
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m991617773$8) {
|
|
7855
|
+
if (1 == $jscomp$generator$context$m991617773$8.nextAddress) {
|
|
7856
|
+
return $jscomp$generator$context$m991617773$8.yield(fetch(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(u).toString(), init), 2);
|
|
7857
|
+
}
|
|
7858
|
+
response = $jscomp$generator$context$m991617773$8.yieldResult;
|
|
7859
|
+
mimeType = null == ($jscomp$optchain$tmpm991617773$0 = response.headers.get("Content-Type")) ? void 0 : null == ($jscomp$optchain$tmpm991617773$1 = $jscomp$optchain$tmpm991617773$0.split(";", 2)) ? void 0 : null == ($jscomp$optchain$tmpm991617773$2 = $jscomp$optchain$tmpm991617773$1[0]) ? void 0 : $jscomp$optchain$tmpm991617773$2.toLowerCase();
|
|
7860
|
+
return $jscomp$generator$context$m991617773$8.return({html:function() {
|
|
7857
7861
|
var text;
|
|
7858
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$
|
|
7859
|
-
if (1 == $jscomp$generator$context$
|
|
7862
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m991617773$5) {
|
|
7863
|
+
if (1 == $jscomp$generator$context$m991617773$5.nextAddress) {
|
|
7860
7864
|
if ("text/html" !== mimeType) {
|
|
7861
7865
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeHtml", "text/html");
|
|
7862
7866
|
}
|
|
7863
|
-
return $jscomp$generator$context$
|
|
7867
|
+
return $jscomp$generator$context$m991617773$5.yield(response.text(), 2);
|
|
7864
7868
|
}
|
|
7865
|
-
text = $jscomp$generator$context$
|
|
7866
|
-
return $jscomp$generator$context$
|
|
7869
|
+
text = $jscomp$generator$context$m991617773$5.yieldResult;
|
|
7870
|
+
return $jscomp$generator$context$m991617773$5.return(module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(text));
|
|
7867
7871
|
});
|
|
7868
7872
|
}, script:function() {
|
|
7869
7873
|
var text;
|
|
7870
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$
|
|
7871
|
-
if (1 == $jscomp$generator$context$
|
|
7874
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m991617773$6) {
|
|
7875
|
+
if (1 == $jscomp$generator$context$m991617773$6.nextAddress) {
|
|
7872
7876
|
if ("text/javascript" !== mimeType && "application/javascript" !== mimeType) {
|
|
7873
7877
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeScript", "text/javascript");
|
|
7874
7878
|
}
|
|
7875
|
-
return $jscomp$generator$context$
|
|
7879
|
+
return $jscomp$generator$context$m991617773$6.yield(response.text(), 2);
|
|
7876
7880
|
}
|
|
7877
|
-
text = $jscomp$generator$context$
|
|
7878
|
-
return $jscomp$generator$context$
|
|
7881
|
+
text = $jscomp$generator$context$m991617773$6.yieldResult;
|
|
7882
|
+
return $jscomp$generator$context$m991617773$6.return(module$contents$safevalues$internals$script_impl_createScriptInternal(text));
|
|
7879
7883
|
});
|
|
7880
7884
|
}, styleSheet:function() {
|
|
7881
7885
|
var text;
|
|
7882
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$
|
|
7883
|
-
if (1 == $jscomp$generator$context$
|
|
7886
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m991617773$7) {
|
|
7887
|
+
if (1 == $jscomp$generator$context$m991617773$7.nextAddress) {
|
|
7884
7888
|
if ("text/css" !== mimeType) {
|
|
7885
7889
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeStyleSheet", "text/css");
|
|
7886
7890
|
}
|
|
7887
|
-
return $jscomp$generator$context$
|
|
7891
|
+
return $jscomp$generator$context$m991617773$7.yield(response.text(), 2);
|
|
7888
7892
|
}
|
|
7889
|
-
text = $jscomp$generator$context$
|
|
7890
|
-
return $jscomp$generator$context$
|
|
7893
|
+
text = $jscomp$generator$context$m991617773$7.yieldResult;
|
|
7894
|
+
return $jscomp$generator$context$m991617773$7.return(module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(text));
|
|
7891
7895
|
});
|
|
7892
7896
|
}});
|
|
7893
7897
|
});
|
|
@@ -9179,8 +9183,8 @@ function module$contents$eeapiclient$request_params_processParams(params) {
|
|
|
9179
9183
|
}
|
|
9180
9184
|
module$exports$eeapiclient$request_params.processParams = module$contents$eeapiclient$request_params_processParams;
|
|
9181
9185
|
function module$contents$eeapiclient$request_params_buildQueryParams(params, mapping, passthroughParams) {
|
|
9182
|
-
for (var urlQueryParams = passthroughParams = void 0 === passthroughParams ? {} : passthroughParams, $jscomp$iter$28 = $jscomp.makeIterator(Object.entries(mapping)), $jscomp$key$
|
|
9183
|
-
var $jscomp$destructuring$var27 = $jscomp.makeIterator($jscomp$key$
|
|
9186
|
+
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()) {
|
|
9187
|
+
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;
|
|
9184
9188
|
jsName in params && (urlQueryParams[urlQueryParamName] = params[jsName]);
|
|
9185
9189
|
}
|
|
9186
9190
|
return urlQueryParams;
|
|
@@ -9191,8 +9195,8 @@ module$exports$eeapiclient$request_params.bypassCorsPreflight = function(params)
|
|
|
9191
9195
|
var safeHeaders = {}, unsafeHeaders = {}, hasUnsafeHeaders = !1, hasContentType = !1;
|
|
9192
9196
|
if (params.headers) {
|
|
9193
9197
|
hasContentType = null != params.headers["Content-Type"];
|
|
9194
|
-
for (var $jscomp$iter$29 = $jscomp.makeIterator(Object.entries(params.headers)), $jscomp$key$
|
|
9195
|
-
var $jscomp$destructuring$var29 = $jscomp.makeIterator($jscomp$key$
|
|
9198
|
+
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()) {
|
|
9199
|
+
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;
|
|
9196
9200
|
module$contents$eeapiclient$request_params_simpleCorsAllowedHeaders.includes(key) ? safeHeaders[key] = value : (unsafeHeaders[key] = value, hasUnsafeHeaders = !0);
|
|
9197
9201
|
}
|
|
9198
9202
|
}
|
|
@@ -9237,15 +9241,15 @@ module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.addMetad
|
|
|
9237
9241
|
this._metadataPayload += "Content-Type: application/json; charset=utf-8\r\n\r\n" + JSON.stringify(json) + ("\r\n--" + this._boundary + "\r\n");
|
|
9238
9242
|
};
|
|
9239
9243
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.build = function() {
|
|
9240
|
-
var $jscomp$this$
|
|
9244
|
+
var $jscomp$this$m667091202$6 = this, payload = "--" + this._boundary + "\r\n";
|
|
9241
9245
|
payload += this._metadataPayload;
|
|
9242
9246
|
return Promise.all(this.files.map(function(f) {
|
|
9243
|
-
return $jscomp$this$
|
|
9247
|
+
return $jscomp$this$m667091202$6.encodeFile(f);
|
|
9244
9248
|
})).then(function(filePayloads) {
|
|
9245
|
-
for (var $jscomp$iter$30 = $jscomp.makeIterator(filePayloads), $jscomp$key$
|
|
9246
|
-
payload += $jscomp$key$
|
|
9249
|
+
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()) {
|
|
9250
|
+
payload += $jscomp$key$m667091202$9$filePayload.value;
|
|
9247
9251
|
}
|
|
9248
|
-
return payload += "\r\n--" + $jscomp$this$
|
|
9252
|
+
return payload += "\r\n--" + $jscomp$this$m667091202$6._boundary + "--";
|
|
9249
9253
|
});
|
|
9250
9254
|
};
|
|
9251
9255
|
module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.encodeFile = function(file) {
|
|
@@ -9333,9 +9337,9 @@ module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$reques
|
|
|
9333
9337
|
return this.$addHooksToRequest(requestParams, this.requestService.send(module$contents$eeapiclient$api_client_toMakeRequestParams(requestParams), responseCtor));
|
|
9334
9338
|
};
|
|
9335
9339
|
module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$uploadRequest = function(requestParams) {
|
|
9336
|
-
var $jscomp$this$
|
|
9340
|
+
var $jscomp$this$1237977804$4 = this, responseCtor = requestParams.responseCtor || void 0;
|
|
9337
9341
|
return this.$addHooksToRequest(requestParams, module$contents$eeapiclient$api_client_toMultipartMakeRequestParams(requestParams).then(function(params) {
|
|
9338
|
-
return $jscomp$this$
|
|
9342
|
+
return $jscomp$this$1237977804$4.requestService.send(params, responseCtor);
|
|
9339
9343
|
}));
|
|
9340
9344
|
};
|
|
9341
9345
|
var module$exports$eeapiclient$ee_api_client = {}, module$contents$eeapiclient$ee_api_client_module = module$contents$eeapiclient$ee_api_client_module || {id:"geo/gestalt/client/javascript/v1/ee_api_client.closure.js"};
|
|
@@ -15208,8 +15212,8 @@ goog.dom.BrowserFeature.OFFSCREEN_CANVAS_2D = !goog.dom.BrowserFeature.ASSUME_NO
|
|
|
15208
15212
|
goog.dom.BrowserFeature.CAN_ADD_NAME_OR_TYPE_ATTRIBUTES = !0;
|
|
15209
15213
|
goog.dom.BrowserFeature.CAN_USE_CHILDREN_ATTRIBUTE = !0;
|
|
15210
15214
|
goog.dom.BrowserFeature.CAN_USE_INNER_TEXT = !1;
|
|
15211
|
-
goog.dom.BrowserFeature.CAN_USE_PARENT_ELEMENT_PROPERTY = goog.userAgent.
|
|
15212
|
-
goog.dom.BrowserFeature.INNER_HTML_NEEDS_SCOPED_ELEMENT =
|
|
15215
|
+
goog.dom.BrowserFeature.CAN_USE_PARENT_ELEMENT_PROPERTY = goog.userAgent.WEBKIT;
|
|
15216
|
+
goog.dom.BrowserFeature.INNER_HTML_NEEDS_SCOPED_ELEMENT = !1;
|
|
15213
15217
|
goog.dom.asserts = {};
|
|
15214
15218
|
goog.dom.asserts.assertIsLocation = function(o) {
|
|
15215
15219
|
if (goog.asserts.ENABLE_ASSERTS) {
|
|
@@ -15466,8 +15470,8 @@ module$exports$safevalues$builders$html_formatter.HtmlFormatter = function() {
|
|
|
15466
15470
|
this.replacements = new Map();
|
|
15467
15471
|
};
|
|
15468
15472
|
module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.format = function(format) {
|
|
15469
|
-
var $jscomp$this$
|
|
15470
|
-
return $jscomp$this$
|
|
15473
|
+
var $jscomp$this$380122516$5 = this, openedTags = [], marker = (0,module$exports$safevalues$builders$html_builders.htmlEscape)("_safevalues_format_marker_:").toString(), html = (0,module$exports$safevalues$builders$html_builders.htmlEscape)(format).toString().replace(new RegExp("\\{" + marker + "[\\w&#;]+\\}", "g"), function(match) {
|
|
15474
|
+
return $jscomp$this$380122516$5.replaceFormattingString(openedTags, match);
|
|
15471
15475
|
});
|
|
15472
15476
|
if (0 !== openedTags.length) {
|
|
15473
15477
|
if (goog.DEBUG) {
|
|
@@ -15595,9 +15599,10 @@ module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_tabl
|
|
|
15595
15599
|
var module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table = {}, module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_module = module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_module || {id:"third_party/javascript/safevalues/builders/html_sanitizer/sanitizer_table/default_sanitizer_table.closure.js"},
|
|
15596
15600
|
module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ALLOWED_ELEMENTS = "ARTICLE SECTION NAV ASIDE H1 H2 H3 H4 H5 H6 HEADER FOOTER ADDRESS P HR PRE BLOCKQUOTE OL UL LH LI DL DT DD FIGURE FIGCAPTION MAIN DIV EM STRONG SMALL S CITE Q DFN ABBR RUBY RB RT RTC RP DATA TIME CODE VAR SAMP KBD SUB SUP I B U MARK BDI BDO SPAN BR WBR INS DEL PICTURE PARAM TRACK MAP TABLE CAPTION COLGROUP COL TBODY THEAD TFOOT TR TD TH SELECT DATALIST OPTGROUP OPTION OUTPUT PROGRESS METER FIELDSET LEGEND DETAILS SUMMARY MENU DIALOG SLOT CANVAS FONT CENTER ACRONYM BASEFONT BIG DIR HGROUP STRIKE TT".split(" "),
|
|
15597
15601
|
module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ELEMENT_POLICIES = [["A", new Map([["href", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_SANITIZE_URL}]])], ["AREA", new Map([["href", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_SANITIZE_URL}]])],
|
|
15598
|
-
["LINK", new Map([["href", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_SANITIZE_URL, conditions:new Map([["rel", new Set("alternate author bookmark canonical cite help icon license next prefetch dns-prefetch prerender preconnect preload prev search subresource".split(" "))]])}]])], ["SOURCE", new Map([["src", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP}]
|
|
15599
|
-
["
|
|
15600
|
-
module$
|
|
15602
|
+
["LINK", new Map([["href", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_SANITIZE_URL, conditions:new Map([["rel", new Set("alternate author bookmark canonical cite help icon license next prefetch dns-prefetch prerender preconnect preload prev search subresource".split(" "))]])}]])], ["SOURCE", new Map([["src", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP}],
|
|
15603
|
+
["srcset", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP}]])], ["IMG", new Map([["src", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP}], ["srcset", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP}]])],
|
|
15604
|
+
["VIDEO", new Map([["src", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP}]])], ["AUDIO", new Map([["src", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP}]])]], module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ALLOWED_GLOBAL_ATTRIBUTES =
|
|
15605
|
+
"title aria-atomic aria-autocomplete aria-busy aria-checked aria-current aria-disabled aria-dropeffect aria-expanded aria-haspopup aria-hidden aria-invalid aria-label aria-level aria-live aria-multiline aria-multiselectable aria-orientation aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext alt align autocapitalize autocomplete autocorrect autofocus autoplay bgcolor border cellpadding cellspacing checked color cols colspan controls datetime disabled download draggable enctype face formenctype frameborder height hreflang hidden ismap label lang loop max maxlength media minlength min multiple muted nonce open placeholder preload rel required reversed role rows rowspan selected shape size sizes slot span spellcheck start step summary translate type valign value width wrap itemscope itemtype itemid itemprop itemref".split(" "),
|
|
15601
15606
|
module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_GLOBAL_ATTRIBUTE_POLICIES = [["dir", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_NORMALIZE, conditions:module$contents$safevalues$internals$pure_pure(function() {
|
|
15602
15607
|
return new Map([["dir", new Set(["auto", "ltr", "rtl"])]]);
|
|
15603
15608
|
})}], ["async", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_NORMALIZE, conditions:module$contents$safevalues$internals$pure_pure(function() {
|
|
@@ -15647,8 +15652,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15647
15652
|
return this.sanitizeToFragmentInternal(html, inertDocument);
|
|
15648
15653
|
};
|
|
15649
15654
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeToFragmentInternal = function(html, inertDocument) {
|
|
15650
|
-
for (var $jscomp$this$
|
|
15651
|
-
return $jscomp$this$
|
|
15655
|
+
for (var $jscomp$this$m1803429925$10 = this, dirtyFragment = module$contents$safevalues$builders$html_sanitizer$inert_fragment_createInertFragment(html, inertDocument), treeWalker = document.createTreeWalker(dirtyFragment, 5, function(n) {
|
|
15656
|
+
return $jscomp$this$m1803429925$10.nodeFilter(n);
|
|
15652
15657
|
}, !1), currentNode = treeWalker.nextNode(), sanitizedFragment = inertDocument.createDocumentFragment(), sanitizedParent = sanitizedFragment; null !== currentNode;) {
|
|
15653
15658
|
var sanitizedNode = void 0;
|
|
15654
15659
|
if (module$contents$safevalues$builders$html_sanitizer$no_clobber_isText(currentNode)) {
|
|
@@ -15675,8 +15680,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15675
15680
|
return document.createTextNode(textNode.data);
|
|
15676
15681
|
};
|
|
15677
15682
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeElementNode = function(elementNode, inertDocument) {
|
|
15678
|
-
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$31 = $jscomp.makeIterator(dirtyAttributes), $jscomp$key$
|
|
15679
|
-
var $jscomp$destructuring$var31 = $jscomp$key$
|
|
15683
|
+
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$31 = $jscomp.makeIterator(dirtyAttributes), $jscomp$key$m1803429925$25$ = $jscomp$iter$31.next(); !$jscomp$key$m1803429925$25$.done; $jscomp$key$m1803429925$25$ = $jscomp$iter$31.next()) {
|
|
15684
|
+
var $jscomp$destructuring$var31 = $jscomp$key$m1803429925$25$.value, name = $jscomp$destructuring$var31.name, value = $jscomp$destructuring$var31.value, policy = this.sanitizerTable.getAttributePolicy(name, elementName);
|
|
15680
15685
|
if (this.satisfiesAllConditions(policy.conditions, dirtyAttributes)) {
|
|
15681
15686
|
switch(policy.policyAction) {
|
|
15682
15687
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP:
|
|
@@ -15729,8 +15734,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15729
15734
|
if (!conditions) {
|
|
15730
15735
|
return !0;
|
|
15731
15736
|
}
|
|
15732
|
-
for (var $jscomp$iter$32 = $jscomp.makeIterator(conditions), $jscomp$key$
|
|
15733
|
-
var $jscomp$destructuring$var33 = $jscomp.makeIterator($jscomp$key$
|
|
15737
|
+
for (var $jscomp$iter$32 = $jscomp.makeIterator(conditions), $jscomp$key$m1803429925$26$ = $jscomp$iter$32.next(); !$jscomp$key$m1803429925$26$.done; $jscomp$key$m1803429925$26$ = $jscomp$iter$32.next()) {
|
|
15738
|
+
var $jscomp$destructuring$var33 = $jscomp.makeIterator($jscomp$key$m1803429925$26$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var33.next().value, expectedValues = $jscomp$destructuring$var33.next().value, $jscomp$optchain$tmpm1803429925$0 = void 0, value = null == ($jscomp$optchain$tmpm1803429925$0 = attrs.getNamedItem(attrName__tsickle_destructured_1)) ? void 0 : $jscomp$optchain$tmpm1803429925$0.value;
|
|
15734
15739
|
if (value && !expectedValues.has(value)) {
|
|
15735
15740
|
return !1;
|
|
15736
15741
|
}
|
|
@@ -15784,8 +15789,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15784
15789
|
this.sanitizerTable = module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.defaultSanitizerTable;
|
|
15785
15790
|
};
|
|
15786
15791
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowElements = function(elementSet) {
|
|
15787
|
-
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$33 = $jscomp.makeIterator(elementSet), $jscomp$key$
|
|
15788
|
-
var element = $jscomp$key$
|
|
15792
|
+
for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$33 = $jscomp.makeIterator(elementSet), $jscomp$key$m1412690177$0$element = $jscomp$iter$33.next(); !$jscomp$key$m1412690177$0$element.done; $jscomp$key$m1412690177$0$element = $jscomp$iter$33.next()) {
|
|
15793
|
+
var element = $jscomp$key$m1412690177$0$element.value;
|
|
15789
15794
|
element = element.toUpperCase();
|
|
15790
15795
|
if (!this.sanitizerTable.isAllowedElement(element)) {
|
|
15791
15796
|
throw Error("Element: " + element + ", is not allowed by html5_contract.textpb");
|
|
@@ -15803,8 +15808,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15803
15808
|
throw Error("Element: " + element + " is not a custom element");
|
|
15804
15809
|
}
|
|
15805
15810
|
if (allowedAttributes) {
|
|
15806
|
-
for (var elementPolicy = new Map(), $jscomp$iter$34 = $jscomp.makeIterator(allowedAttributes), $jscomp$key$
|
|
15807
|
-
elementPolicy.set($jscomp$key$
|
|
15811
|
+
for (var elementPolicy = new Map(), $jscomp$iter$34 = $jscomp.makeIterator(allowedAttributes), $jscomp$key$m1412690177$1$attribute = $jscomp$iter$34.next(); !$jscomp$key$m1412690177$1$attribute.done; $jscomp$key$m1412690177$1$attribute = $jscomp$iter$34.next()) {
|
|
15812
|
+
elementPolicy.set($jscomp$key$m1412690177$1$attribute.value, {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
|
|
15808
15813
|
}
|
|
15809
15814
|
allowedElementPolicies.set(element, elementPolicy);
|
|
15810
15815
|
} else {
|
|
@@ -15814,15 +15819,15 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15814
15819
|
return this;
|
|
15815
15820
|
};
|
|
15816
15821
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowAttributes = function(attributeSet) {
|
|
15817
|
-
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$35 = $jscomp.makeIterator(attributeSet), $jscomp$key$
|
|
15818
|
-
var attribute = $jscomp$key$
|
|
15822
|
+
for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$35 = $jscomp.makeIterator(attributeSet), $jscomp$key$m1412690177$2$attribute = $jscomp$iter$35.next(); !$jscomp$key$m1412690177$2$attribute.done; $jscomp$key$m1412690177$2$attribute = $jscomp$iter$35.next()) {
|
|
15823
|
+
var attribute = $jscomp$key$m1412690177$2$attribute.value;
|
|
15819
15824
|
this.sanitizerTable.allowedGlobalAttributes.has(attribute) && allowedGlobalAttributes.add(attribute);
|
|
15820
15825
|
this.sanitizerTable.globalAttributePolicies.has(attribute) && globalAttributePolicies.set(attribute, this.sanitizerTable.globalAttributePolicies.get(attribute));
|
|
15821
15826
|
}
|
|
15822
|
-
for (var $jscomp$iter$37 = $jscomp.makeIterator(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$
|
|
15823
|
-
for (var $jscomp$destructuring$var35 = $jscomp.makeIterator($jscomp$key$
|
|
15827
|
+
for (var $jscomp$iter$37 = $jscomp.makeIterator(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$m1412690177$4$ = $jscomp$iter$37.next(); !$jscomp$key$m1412690177$4$.done; $jscomp$key$m1412690177$4$ = $jscomp$iter$37.next()) {
|
|
15828
|
+
for (var $jscomp$destructuring$var35 = $jscomp.makeIterator($jscomp$key$m1412690177$4$.value), elementName__tsickle_destructured_1 = $jscomp$destructuring$var35.next().value, originalElementPolicy__tsickle_destructured_2 = $jscomp$destructuring$var35.next().value, elementName = elementName__tsickle_destructured_1, newElementPolicy = new Map(), $jscomp$iter$36 = $jscomp.makeIterator(originalElementPolicy__tsickle_destructured_2.entries()), $jscomp$key$m1412690177$3$ = $jscomp$iter$36.next(); !$jscomp$key$m1412690177$3$.done; $jscomp$key$m1412690177$3$ =
|
|
15824
15829
|
$jscomp$iter$36.next()) {
|
|
15825
|
-
var $jscomp$destructuring$var37 = $jscomp.makeIterator($jscomp$key$
|
|
15830
|
+
var $jscomp$destructuring$var37 = $jscomp.makeIterator($jscomp$key$m1412690177$3$.value), attribute__tsickle_destructured_3 = $jscomp$destructuring$var37.next().value, attributePolicy__tsickle_destructured_4 = $jscomp$destructuring$var37.next().value, attribute$jscomp$0 = attribute__tsickle_destructured_3, attributePolicy = attributePolicy__tsickle_destructured_4;
|
|
15826
15831
|
attributeSet.has(attribute$jscomp$0) && newElementPolicy.set(attribute$jscomp$0, attributePolicy);
|
|
15827
15832
|
}
|
|
15828
15833
|
elementPolicies.set(elementName, newElementPolicy);
|
|
@@ -15831,8 +15836,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
|
|
|
15831
15836
|
return this;
|
|
15832
15837
|
};
|
|
15833
15838
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.allowDataAttributes = function(attributes) {
|
|
15834
|
-
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$38 = $jscomp.makeIterator(attributes), $jscomp$key$
|
|
15835
|
-
var attribute = $jscomp$key$
|
|
15839
|
+
for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$38 = $jscomp.makeIterator(attributes), $jscomp$key$m1412690177$5$attribute = $jscomp$iter$38.next(); !$jscomp$key$m1412690177$5$attribute.done; $jscomp$key$m1412690177$5$attribute = $jscomp$iter$38.next()) {
|
|
15840
|
+
var attribute = $jscomp$key$m1412690177$5$attribute.value;
|
|
15836
15841
|
if (0 !== attribute.indexOf("data-")) {
|
|
15837
15842
|
throw Error("data attribute: " + attribute + ' does not begin with the prefix "data-"');
|
|
15838
15843
|
}
|
|
@@ -16083,12 +16088,12 @@ function module$contents$safevalues$reporting$reporting_isChangedBySanitizing(s,
|
|
|
16083
16088
|
}
|
|
16084
16089
|
try {
|
|
16085
16090
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_lenientlySanitizeHtmlAssertUnchanged(s);
|
|
16086
|
-
} catch ($jscomp$unused$catch$
|
|
16091
|
+
} catch ($jscomp$unused$catch$442189172$0) {
|
|
16087
16092
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_RELAXED_SANITIZING), !0;
|
|
16088
16093
|
}
|
|
16089
16094
|
try {
|
|
16090
16095
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlAssertUnchanged(s);
|
|
16091
|
-
} catch ($jscomp$unused$catch$
|
|
16096
|
+
} catch ($jscomp$unused$catch$442189172$1) {
|
|
16092
16097
|
return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_SANITIZING), !0;
|
|
16093
16098
|
}
|
|
16094
16099
|
return !1;
|
|
@@ -16605,7 +16610,7 @@ goog.dom.getDocumentScroll = function() {
|
|
|
16605
16610
|
};
|
|
16606
16611
|
goog.dom.getDocumentScroll_ = function(doc) {
|
|
16607
16612
|
var el = goog.dom.getDocumentScrollElement_(doc), win = goog.dom.getWindow_(doc);
|
|
16608
|
-
return
|
|
16613
|
+
return new goog.math.Coordinate(win.pageXOffset || el.scrollLeft, win.pageYOffset || el.scrollTop);
|
|
16609
16614
|
};
|
|
16610
16615
|
goog.dom.getDocumentScrollElement = function() {
|
|
16611
16616
|
return goog.dom.getDocumentScrollElement_(document);
|
|
@@ -16672,7 +16677,7 @@ goog.dom.safeHtmlToNode = function(html) {
|
|
|
16672
16677
|
};
|
|
16673
16678
|
goog.dom.safeHtmlToNode_ = function(doc, html) {
|
|
16674
16679
|
var tempDiv = goog.dom.createElement_(doc, goog.dom.TagName.DIV);
|
|
16675
|
-
goog.
|
|
16680
|
+
goog.dom.safe.setInnerHtml(tempDiv, html);
|
|
16676
16681
|
return goog.dom.childrenToNode_(doc, tempDiv);
|
|
16677
16682
|
};
|
|
16678
16683
|
goog.dom.childrenToNode_ = function(doc, tempDiv) {
|
|
@@ -16833,7 +16838,7 @@ goog.dom.isWindow = function(obj) {
|
|
|
16833
16838
|
};
|
|
16834
16839
|
goog.dom.getParentElement = function(element) {
|
|
16835
16840
|
var parent;
|
|
16836
|
-
if (goog.
|
|
16841
|
+
if (goog.userAgent.WEBKIT && (parent = element.parentElement)) {
|
|
16837
16842
|
return parent;
|
|
16838
16843
|
}
|
|
16839
16844
|
parent = element.parentNode;
|
|
@@ -16861,14 +16866,6 @@ goog.dom.compareNodeOrder = function(node1, node2) {
|
|
|
16861
16866
|
if (node1.compareDocumentPosition) {
|
|
16862
16867
|
return node1.compareDocumentPosition(node2) & 2 ? 1 : -1;
|
|
16863
16868
|
}
|
|
16864
|
-
if (goog.userAgent.IE && !goog.userAgent.isDocumentModeOrHigher(9)) {
|
|
16865
|
-
if (node1.nodeType == goog.dom.NodeType.DOCUMENT) {
|
|
16866
|
-
return -1;
|
|
16867
|
-
}
|
|
16868
|
-
if (node2.nodeType == goog.dom.NodeType.DOCUMENT) {
|
|
16869
|
-
return 1;
|
|
16870
|
-
}
|
|
16871
|
-
}
|
|
16872
16869
|
if ("sourceIndex" in node1 || node1.parentNode && "sourceIndex" in node1.parentNode) {
|
|
16873
16870
|
var isElement1 = node1.nodeType == goog.dom.NodeType.ELEMENT, isElement2 = node2.nodeType == goog.dom.NodeType.ELEMENT;
|
|
16874
16871
|
if (isElement1 && isElement2) {
|
|
@@ -17034,8 +17031,7 @@ goog.dom.setFocusableTabIndex = function(element, enable) {
|
|
|
17034
17031
|
enable ? element.tabIndex = 0 : (element.tabIndex = -1, element.removeAttribute("tabIndex"));
|
|
17035
17032
|
};
|
|
17036
17033
|
goog.dom.isFocusable = function(element) {
|
|
17037
|
-
|
|
17038
|
-
return (focusable = goog.dom.nativelySupportsFocus_(element) ? !element.disabled && (!goog.dom.hasSpecifiedTabIndex_(element) || goog.dom.isTabIndexFocusable_(element)) : goog.dom.isFocusableTabIndex(element)) && goog.userAgent.IE ? goog.dom.hasNonZeroBoundingRect_(element) : focusable;
|
|
17034
|
+
return goog.dom.nativelySupportsFocus_(element) ? !element.disabled && (!goog.dom.hasSpecifiedTabIndex_(element) || goog.dom.isTabIndexFocusable_(element)) : goog.dom.isFocusableTabIndex(element);
|
|
17039
17035
|
};
|
|
17040
17036
|
goog.dom.hasSpecifiedTabIndex_ = function(element) {
|
|
17041
17037
|
return element.hasAttribute("tabindex");
|
|
@@ -17048,7 +17044,7 @@ goog.dom.nativelySupportsFocus_ = function(element) {
|
|
|
17048
17044
|
return element.tagName == goog.dom.TagName.A && element.hasAttribute("href") || element.tagName == goog.dom.TagName.INPUT || element.tagName == goog.dom.TagName.TEXTAREA || element.tagName == goog.dom.TagName.SELECT || element.tagName == goog.dom.TagName.BUTTON;
|
|
17049
17045
|
};
|
|
17050
17046
|
goog.dom.hasNonZeroBoundingRect_ = function(element) {
|
|
17051
|
-
var rect = "function" !== typeof element.getBoundingClientRect
|
|
17047
|
+
var rect = "function" !== typeof element.getBoundingClientRect ? {height:element.offsetHeight, width:element.offsetWidth} : element.getBoundingClientRect();
|
|
17052
17048
|
return null != rect && 0 < rect.height && 0 < rect.width;
|
|
17053
17049
|
};
|
|
17054
17050
|
goog.dom.getTextContent = function(node) {
|
|
@@ -17287,7 +17283,7 @@ goog.async.nextTick = function(callback, opt_context, opt_useSetImmediate) {
|
|
|
17287
17283
|
"function" === typeof goog.global.setImmediate && (opt_useSetImmediate || goog.async.nextTick.useSetImmediate_()) ? goog.global.setImmediate(cb) : (goog.async.nextTick.nextTickImpl || (goog.async.nextTick.nextTickImpl = goog.async.nextTick.getNextTickImpl_()), goog.async.nextTick.nextTickImpl(cb));
|
|
17288
17284
|
};
|
|
17289
17285
|
goog.async.nextTick.useSetImmediate_ = function() {
|
|
17290
|
-
return goog.global.Window && goog.global.Window.prototype &&
|
|
17286
|
+
return goog.global.Window && goog.global.Window.prototype && goog.global.Window.prototype.setImmediate == goog.global.setImmediate ? !1 : !0;
|
|
17291
17287
|
};
|
|
17292
17288
|
goog.async.nextTick.getNextTickImpl_ = function() {
|
|
17293
17289
|
var Channel = goog.global.MessageChannel;
|
|
@@ -17309,7 +17305,7 @@ goog.async.nextTick.getNextTickImpl_ = function() {
|
|
|
17309
17305
|
win.postMessage(message, origin);
|
|
17310
17306
|
}};
|
|
17311
17307
|
});
|
|
17312
|
-
if ("undefined" !== typeof Channel
|
|
17308
|
+
if ("undefined" !== typeof Channel) {
|
|
17313
17309
|
var channel = new Channel(), head = {}, tail = head;
|
|
17314
17310
|
channel.port1.onmessage = function() {
|
|
17315
17311
|
if (void 0 !== head.next) {
|
|
@@ -18563,7 +18559,7 @@ goog.net.XhrIo = function(opt_xmlHttpFactory) {
|
|
|
18563
18559
|
this.timeoutInterval_ = 0;
|
|
18564
18560
|
this.timeoutId_ = null;
|
|
18565
18561
|
this.responseType_ = goog.net.XhrIo.ResponseType.DEFAULT;
|
|
18566
|
-
this.
|
|
18562
|
+
this.progressEventsEnabled_ = this.withCredentials_ = !1;
|
|
18567
18563
|
this.attributionReportingOptions_ = this.trustToken_ = null;
|
|
18568
18564
|
};
|
|
18569
18565
|
goog.inherits(goog.net.XhrIo, goog.events.EventTarget);
|
|
@@ -18574,8 +18570,6 @@ goog.net.XhrIo.CONTENT_TRANSFER_ENCODING = "Content-Transfer-Encoding";
|
|
|
18574
18570
|
goog.net.XhrIo.HTTP_SCHEME_PATTERN = /^https?$/i;
|
|
18575
18571
|
goog.net.XhrIo.METHODS_WITH_FORM_DATA = ["POST", "PUT"];
|
|
18576
18572
|
goog.net.XhrIo.FORM_CONTENT_TYPE = "application/x-www-form-urlencoded;charset=utf-8";
|
|
18577
|
-
goog.net.XhrIo.XHR2_TIMEOUT_ = "timeout";
|
|
18578
|
-
goog.net.XhrIo.XHR2_ON_TIMEOUT_ = "ontimeout";
|
|
18579
18573
|
goog.net.XhrIo.sendInstances_ = [];
|
|
18580
18574
|
goog.net.XhrIo.send = function(url, opt_callback, opt_method, opt_content, opt_headers, opt_timeoutInterval, opt_withCredentials) {
|
|
18581
18575
|
var x = new goog.net.XhrIo();
|
|
@@ -18660,8 +18654,8 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
|
|
|
18660
18654
|
headers.set(key, opt_headers[key]);
|
|
18661
18655
|
}
|
|
18662
18656
|
} else if ("function" === typeof opt_headers.keys && "function" === typeof opt_headers.get) {
|
|
18663
|
-
for (var $jscomp$iter$39 = $jscomp.makeIterator(opt_headers.keys()), $jscomp$key$m71669834$
|
|
18664
|
-
var key$jscomp$0 = $jscomp$key$m71669834$
|
|
18657
|
+
for (var $jscomp$iter$39 = $jscomp.makeIterator(opt_headers.keys()), $jscomp$key$m71669834$54$key = $jscomp$iter$39.next(); !$jscomp$key$m71669834$54$key.done; $jscomp$key$m71669834$54$key = $jscomp$iter$39.next()) {
|
|
18658
|
+
var key$jscomp$0 = $jscomp$key$m71669834$54$key.value;
|
|
18665
18659
|
headers.set(key$jscomp$0, opt_headers.get(key$jscomp$0));
|
|
18666
18660
|
}
|
|
18667
18661
|
} else {
|
|
@@ -18672,8 +18666,8 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
|
|
|
18672
18666
|
return goog.string.caseInsensitiveEquals(goog.net.XhrIo.CONTENT_TYPE_HEADER, header);
|
|
18673
18667
|
}), contentIsFormData = goog.global.FormData && content instanceof goog.global.FormData;
|
|
18674
18668
|
!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);
|
|
18675
|
-
for (var $jscomp$iter$40 = $jscomp.makeIterator(headers), $jscomp$key$m71669834$
|
|
18676
|
-
var $jscomp$destructuring$var39 = $jscomp.makeIterator($jscomp$key$m71669834$
|
|
18669
|
+
for (var $jscomp$iter$40 = $jscomp.makeIterator(headers), $jscomp$key$m71669834$55$ = $jscomp$iter$40.next(); !$jscomp$key$m71669834$55$.done; $jscomp$key$m71669834$55$ = $jscomp$iter$40.next()) {
|
|
18670
|
+
var $jscomp$destructuring$var39 = $jscomp.makeIterator($jscomp$key$m71669834$55$.value), key$jscomp$1 = $jscomp$destructuring$var39.next().value, value = $jscomp$destructuring$var39.next().value;
|
|
18677
18671
|
this.xhr_.setRequestHeader(key$jscomp$1, value);
|
|
18678
18672
|
}
|
|
18679
18673
|
this.responseType_ && (this.xhr_.responseType = this.responseType_);
|
|
@@ -18693,15 +18687,11 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
|
|
|
18693
18687
|
}
|
|
18694
18688
|
}
|
|
18695
18689
|
try {
|
|
18696
|
-
this.cleanUpTimeoutTimer_(), 0 < this.timeoutInterval_ && (
|
|
18697
|
-
this)), goog.log.fine(this.logger_, this.formatMsg_("Sending request")), this.inSend_ = !0, this.xhr_.send(content), this.inSend_ = !1;
|
|
18690
|
+
this.cleanUpTimeoutTimer_(), 0 < this.timeoutInterval_ && (goog.log.fine(this.logger_, this.formatMsg_("Will abort after " + this.timeoutInterval_ + "ms if incomplete")), this.timeoutId_ = goog.Timer.callOnce(this.timeout_, this.timeoutInterval_, this)), goog.log.fine(this.logger_, this.formatMsg_("Sending request")), this.inSend_ = !0, this.xhr_.send(content), this.inSend_ = !1;
|
|
18698
18691
|
} catch (err) {
|
|
18699
18692
|
goog.log.fine(this.logger_, this.formatMsg_("Send error: " + err.message)), this.error_(goog.net.ErrorCode.EXCEPTION, err);
|
|
18700
18693
|
}
|
|
18701
18694
|
};
|
|
18702
|
-
goog.net.XhrIo.shouldUseXhr2Timeout_ = function(xhr) {
|
|
18703
|
-
return goog.userAgent.IE && "number" === typeof xhr[goog.net.XhrIo.XHR2_TIMEOUT_] && void 0 !== xhr[goog.net.XhrIo.XHR2_ON_TIMEOUT_];
|
|
18704
|
-
};
|
|
18705
18695
|
goog.net.XhrIo.prototype.createXhr = function() {
|
|
18706
18696
|
return this.xmlHttpFactory_ ? this.xmlHttpFactory_.createInstance() : goog.net.XmlHttp();
|
|
18707
18697
|
};
|
|
@@ -18782,7 +18772,6 @@ goog.net.XhrIo.prototype.cleanUpXhr_ = function(opt_fromDispose) {
|
|
|
18782
18772
|
}
|
|
18783
18773
|
};
|
|
18784
18774
|
goog.net.XhrIo.prototype.cleanUpTimeoutTimer_ = function() {
|
|
18785
|
-
this.xhr_ && this.useXhr2Timeout_ && (this.xhr_[goog.net.XhrIo.XHR2_ON_TIMEOUT_] = null);
|
|
18786
18775
|
this.timeoutId_ && (goog.Timer.clear(this.timeoutId_), this.timeoutId_ = null);
|
|
18787
18776
|
};
|
|
18788
18777
|
goog.net.XhrIo.prototype.isActive = function() {
|
|
@@ -18990,7 +18979,7 @@ var $jscomp$templatelit$294235699$99 = $jscomp.createTemplateTagFirstArg(["https
|
|
|
18990
18979
|
ee.apiclient = {};
|
|
18991
18980
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18992
18981
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18993
|
-
ee.apiclient.API_CLIENT_VERSION = "
|
|
18982
|
+
ee.apiclient.API_CLIENT_VERSION = "API_CLIENT_VERSION_VALUE";
|
|
18994
18983
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18995
18984
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18996
18985
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19280,8 +19269,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19280
19269
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19281
19270
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19282
19271
|
method = method || "POST";
|
|
19283
|
-
var headers = {"Content-Type":contentType}, version = "
|
|
19284
|
-
"
|
|
19272
|
+
var headers = {"Content-Type":contentType}, version = "API_CLIENT_VERSION_VALUE";
|
|
19273
|
+
"API_CLIENT_VERSION_VALUE" === version && (version = "latest");
|
|
19285
19274
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19286
19275
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19287
19276
|
if (null != authToken) {
|
|
@@ -22226,7 +22215,7 @@ ee.Geometry = function(geoJson, opt_proj, opt_geodesic, opt_evenOdd) {
|
|
|
22226
22215
|
if (!(this instanceof ee.Geometry)) {
|
|
22227
22216
|
return ee.ComputedObject.construct(ee.Geometry, arguments);
|
|
22228
22217
|
}
|
|
22229
|
-
if (!("type" in geoJson)) {
|
|
22218
|
+
if ("object" !== typeof geoJson || !("type" in geoJson)) {
|
|
22230
22219
|
var args = ee.arguments.extractFromFunction(ee.Geometry, arguments);
|
|
22231
22220
|
geoJson = args.geoJson;
|
|
22232
22221
|
opt_proj = args.proj;
|
|
@@ -25110,8 +25099,7 @@ goog.style.getPosition = function(element) {
|
|
|
25110
25099
|
return new goog.math.Coordinate(element.offsetLeft, element.offsetTop);
|
|
25111
25100
|
};
|
|
25112
25101
|
goog.style.getClientViewportElement = function(opt_node) {
|
|
25113
|
-
|
|
25114
|
-
return !goog.userAgent.IE || goog.userAgent.isDocumentModeOrHigher(9) || goog.dom.getDomHelper(doc).isCss1CompatMode() ? doc.documentElement : doc.body;
|
|
25102
|
+
return (opt_node ? goog.dom.getOwnerDocument(opt_node) : goog.dom.getDocument()).documentElement;
|
|
25115
25103
|
};
|
|
25116
25104
|
goog.style.getViewportPageOffset = function(doc) {
|
|
25117
25105
|
var body = doc.body, documentElement = doc.documentElement;
|
|
@@ -25125,9 +25113,6 @@ goog.style.getBoundingClientRect_ = function(el) {
|
|
|
25125
25113
|
}
|
|
25126
25114
|
};
|
|
25127
25115
|
goog.style.getOffsetParent = function(element) {
|
|
25128
|
-
if (goog.userAgent.IE && !goog.userAgent.isDocumentModeOrHigher(8)) {
|
|
25129
|
-
return goog.asserts.assert(element && "offsetParent" in element), element.offsetParent;
|
|
25130
|
-
}
|
|
25131
25116
|
for (var doc = goog.dom.getOwnerDocument(element), positionStyle = goog.style.getStyle_(element, "position"), skipStatic = "fixed" == positionStyle || "absolute" == positionStyle, parent = element.parentNode; parent && parent != doc; parent = parent.parentNode) {
|
|
25132
25117
|
if (parent.nodeType == goog.dom.NodeType.DOCUMENT_FRAGMENT && parent.host && (parent = parent.host), positionStyle = goog.style.getStyle_(parent, "position"), skipStatic = skipStatic && "static" == positionStyle && parent != doc.documentElement && parent != doc.body, !skipStatic && (parent.scrollWidth > parent.clientWidth || parent.scrollHeight > parent.clientHeight || "fixed" == positionStyle || "absolute" == positionStyle || "relative" == positionStyle)) {
|
|
25133
25118
|
return parent;
|
|
@@ -25137,7 +25122,7 @@ goog.style.getOffsetParent = function(element) {
|
|
|
25137
25122
|
};
|
|
25138
25123
|
goog.style.getVisibleRectForElement = function(element) {
|
|
25139
25124
|
for (var visibleRect = new goog.math.Box(0, Infinity, Infinity, 0), dom = goog.dom.getDomHelper(element), body = dom.getDocument().body, documentElement = dom.getDocument().documentElement, scrollEl = dom.getDocumentScrollElement(), el = element; el = goog.style.getOffsetParent(el);) {
|
|
25140
|
-
if (!
|
|
25125
|
+
if ((!goog.userAgent.WEBKIT || 0 != el.clientHeight || el != body) && el != body && el != documentElement && "visible" != goog.style.getStyle_(el, "overflow")) {
|
|
25141
25126
|
var pos = goog.style.getPageOffset(el), client = goog.style.getClientLeftTop(el);
|
|
25142
25127
|
pos.x += client.x;
|
|
25143
25128
|
pos.y += client.y;
|
|
@@ -25159,7 +25144,6 @@ goog.style.getContainerOffsetToScrollInto = function(element, opt_container, opt
|
|
|
25159
25144
|
var container = opt_container || goog.dom.getDocumentScrollElement(), elementPos = goog.style.getPageOffset(element), containerPos = goog.style.getPageOffset(container), containerBorder = goog.style.getBorderBox(container);
|
|
25160
25145
|
if (container == goog.dom.getDocumentScrollElement()) {
|
|
25161
25146
|
var relX = elementPos.x - container.scrollLeft, relY = elementPos.y - container.scrollTop;
|
|
25162
|
-
goog.userAgent.IE && !goog.userAgent.isDocumentModeOrHigher(10) && (relX += containerBorder.left, relY += containerBorder.top);
|
|
25163
25147
|
} else {
|
|
25164
25148
|
relX = elementPos.x - containerPos.x - containerBorder.left, relY = elementPos.y - containerPos.y - containerBorder.top;
|
|
25165
25149
|
}
|
|
@@ -25210,7 +25194,6 @@ goog.style.translateRectForAnotherFrame = function(rect, origBase, newBase) {
|
|
|
25210
25194
|
if (origBase.getDocument() != newBase.getDocument()) {
|
|
25211
25195
|
var body = origBase.getDocument().body, pos = goog.style.getFramedPageOffset(body, newBase.getWindow());
|
|
25212
25196
|
pos = goog.math.Coordinate.difference(pos, goog.style.getPageOffset(body));
|
|
25213
|
-
!goog.userAgent.IE || goog.userAgent.isDocumentModeOrHigher(9) || origBase.isCss1CompatMode() || (pos = goog.math.Coordinate.difference(pos, origBase.getDocumentScroll()));
|
|
25214
25197
|
rect.left += pos.x;
|
|
25215
25198
|
rect.top += pos.y;
|
|
25216
25199
|
}
|
|
@@ -25340,13 +25323,7 @@ goog.style.isElementShown = function(el) {
|
|
|
25340
25323
|
return "none" != el.style.display;
|
|
25341
25324
|
};
|
|
25342
25325
|
goog.style.installSafeStyleSheet = function(safeStyleSheet, opt_node) {
|
|
25343
|
-
var dh = goog.dom.getDomHelper(opt_node),
|
|
25344
|
-
if (goog.userAgent.IE && doc.createStyleSheet) {
|
|
25345
|
-
var styleSheet = doc.createStyleSheet();
|
|
25346
|
-
goog.style.setSafeStyleSheet(styleSheet, safeStyleSheet);
|
|
25347
|
-
return styleSheet;
|
|
25348
|
-
}
|
|
25349
|
-
var head = dh.getElementsByTagNameAndClass(goog.dom.TagName.HEAD)[0];
|
|
25326
|
+
var dh = goog.dom.getDomHelper(opt_node), head = dh.getElementsByTagNameAndClass(goog.dom.TagName.HEAD)[0];
|
|
25350
25327
|
if (!head) {
|
|
25351
25328
|
var body = dh.getElementsByTagNameAndClass(goog.dom.TagName.BODY)[0];
|
|
25352
25329
|
head = dh.createDom(goog.dom.TagName.HEAD);
|
|
@@ -25363,7 +25340,7 @@ goog.style.uninstallStyles = function(styleSheet) {
|
|
|
25363
25340
|
};
|
|
25364
25341
|
goog.style.setSafeStyleSheet = function(element, safeStyleSheet) {
|
|
25365
25342
|
var stylesString = module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.unwrap(safeStyleSheet);
|
|
25366
|
-
goog.
|
|
25343
|
+
goog.global.trustedTypes ? goog.dom.setTextContent(element, stylesString) : element.innerHTML = stylesString;
|
|
25367
25344
|
};
|
|
25368
25345
|
goog.style.setPreWrap = function(el) {
|
|
25369
25346
|
el.style.whiteSpace = goog.userAgent.GECKO ? "-moz-pre-wrap" : "pre-wrap";
|
|
@@ -25378,7 +25355,7 @@ goog.style.isRightToLeft = function(el) {
|
|
|
25378
25355
|
};
|
|
25379
25356
|
goog.style.unselectableStyle_ = goog.userAgent.GECKO ? "MozUserSelect" : goog.userAgent.WEBKIT || goog.userAgent.EDGE ? "WebkitUserSelect" : null;
|
|
25380
25357
|
goog.style.isUnselectable = function(el) {
|
|
25381
|
-
return goog.style.unselectableStyle_
|
|
25358
|
+
return !(!goog.style.unselectableStyle_ || "none" != el.style[goog.style.unselectableStyle_].toLowerCase());
|
|
25382
25359
|
};
|
|
25383
25360
|
goog.style.setUnselectable = function(el, unselectable, opt_noRecurse) {
|
|
25384
25361
|
var descendants = opt_noRecurse ? null : el.getElementsByTagName("*"), name = goog.style.unselectableStyle_;
|
|
@@ -25390,10 +25367,6 @@ goog.style.setUnselectable = function(el, unselectable, opt_noRecurse) {
|
|
|
25390
25367
|
descendant.style && (descendant.style[name] = value);
|
|
25391
25368
|
}
|
|
25392
25369
|
}
|
|
25393
|
-
} else if (goog.userAgent.IE && (value = unselectable ? "on" : "", el.setAttribute("unselectable", value), descendants)) {
|
|
25394
|
-
for (i = 0; descendant = descendants[i]; i++) {
|
|
25395
|
-
descendant.setAttribute("unselectable", value);
|
|
25396
|
-
}
|
|
25397
25370
|
}
|
|
25398
25371
|
};
|
|
25399
25372
|
goog.style.getBorderBoxSize = function(element) {
|
|
@@ -25403,11 +25376,6 @@ goog.style.setBorderBoxSize = function(element, size) {
|
|
|
25403
25376
|
goog.style.setBoxSizingSize_(element, size, "border-box");
|
|
25404
25377
|
};
|
|
25405
25378
|
goog.style.getContentBoxSize = function(element) {
|
|
25406
|
-
var doc = goog.dom.getOwnerDocument(element), ieCurrentStyle = goog.userAgent.IE && element.currentStyle;
|
|
25407
|
-
if (ieCurrentStyle && goog.dom.getDomHelper(doc).isCss1CompatMode() && "auto" != ieCurrentStyle.width && "auto" != ieCurrentStyle.height && !ieCurrentStyle.boxSizing) {
|
|
25408
|
-
var width = goog.style.getIePixelValue_(element, ieCurrentStyle.width, "width", "pixelWidth"), height = goog.style.getIePixelValue_(element, ieCurrentStyle.height, "height", "pixelHeight");
|
|
25409
|
-
return new goog.math.Size(width, height);
|
|
25410
|
-
}
|
|
25411
25379
|
var borderBoxSize = goog.style.getBorderBoxSize(element), paddingBox = goog.style.getPaddingBox(element), borderBox = goog.style.getBorderBox(element);
|
|
25412
25380
|
return new goog.math.Size(borderBoxSize.width - borderBox.left - paddingBox.left - paddingBox.right - borderBox.right, borderBoxSize.height - borderBox.top - paddingBox.top - paddingBox.bottom - borderBox.bottom);
|
|
25413
25381
|
};
|
|
@@ -25437,14 +25405,7 @@ goog.style.getIePixelDistance_ = function(element, propName) {
|
|
|
25437
25405
|
return value ? goog.style.getIePixelValue_(element, value, "left", "pixelLeft") : 0;
|
|
25438
25406
|
};
|
|
25439
25407
|
goog.style.getBox_ = function(element, stylePrefix) {
|
|
25440
|
-
|
|
25441
|
-
var left = goog.style.getIePixelDistance_(element, stylePrefix + "Left"), right = goog.style.getIePixelDistance_(element, stylePrefix + "Right"), top = goog.style.getIePixelDistance_(element, stylePrefix + "Top"), bottom = goog.style.getIePixelDistance_(element, stylePrefix + "Bottom");
|
|
25442
|
-
return new goog.math.Box(top, right, bottom, left);
|
|
25443
|
-
}
|
|
25444
|
-
left = goog.style.getComputedStyle(element, stylePrefix + "Left");
|
|
25445
|
-
right = goog.style.getComputedStyle(element, stylePrefix + "Right");
|
|
25446
|
-
top = goog.style.getComputedStyle(element, stylePrefix + "Top");
|
|
25447
|
-
bottom = goog.style.getComputedStyle(element, stylePrefix + "Bottom");
|
|
25408
|
+
var left = goog.style.getComputedStyle(element, stylePrefix + "Left"), right = goog.style.getComputedStyle(element, stylePrefix + "Right"), top = goog.style.getComputedStyle(element, stylePrefix + "Top"), bottom = goog.style.getComputedStyle(element, stylePrefix + "Bottom");
|
|
25448
25409
|
return new goog.math.Box(parseFloat(top), parseFloat(right), parseFloat(bottom), parseFloat(left));
|
|
25449
25410
|
};
|
|
25450
25411
|
goog.style.getPaddingBox = function(element) {
|
|
@@ -25462,14 +25423,7 @@ goog.style.getIePixelBorder_ = function(element, prop) {
|
|
|
25462
25423
|
return width in goog.style.ieBorderWidthKeywords_ ? goog.style.ieBorderWidthKeywords_[width] : goog.style.getIePixelValue_(element, width, "left", "pixelLeft");
|
|
25463
25424
|
};
|
|
25464
25425
|
goog.style.getBorderBox = function(element) {
|
|
25465
|
-
|
|
25466
|
-
var left = goog.style.getIePixelBorder_(element, "borderLeft"), right = goog.style.getIePixelBorder_(element, "borderRight"), top = goog.style.getIePixelBorder_(element, "borderTop"), bottom = goog.style.getIePixelBorder_(element, "borderBottom");
|
|
25467
|
-
return new goog.math.Box(top, right, bottom, left);
|
|
25468
|
-
}
|
|
25469
|
-
left = goog.style.getComputedStyle(element, "borderLeftWidth");
|
|
25470
|
-
right = goog.style.getComputedStyle(element, "borderRightWidth");
|
|
25471
|
-
top = goog.style.getComputedStyle(element, "borderTopWidth");
|
|
25472
|
-
bottom = goog.style.getComputedStyle(element, "borderBottomWidth");
|
|
25426
|
+
var left = goog.style.getComputedStyle(element, "borderLeftWidth"), right = goog.style.getComputedStyle(element, "borderRightWidth"), top = goog.style.getComputedStyle(element, "borderTopWidth"), bottom = goog.style.getComputedStyle(element, "borderBottomWidth");
|
|
25473
25427
|
return new goog.math.Box(parseFloat(top), parseFloat(right), parseFloat(bottom), parseFloat(left));
|
|
25474
25428
|
};
|
|
25475
25429
|
goog.style.getFontFamily = function(el) {
|
|
@@ -25500,15 +25454,6 @@ goog.style.getFontSize = function(el) {
|
|
|
25500
25454
|
if (fontSize && "px" == sizeUnits) {
|
|
25501
25455
|
return parseInt(fontSize, 10);
|
|
25502
25456
|
}
|
|
25503
|
-
if (goog.userAgent.IE) {
|
|
25504
|
-
if (String(sizeUnits) in goog.style.ABSOLUTE_CSS_LENGTH_UNITS_) {
|
|
25505
|
-
return goog.style.getIePixelValue_(el, fontSize, "left", "pixelLeft");
|
|
25506
|
-
}
|
|
25507
|
-
if (el.parentNode && el.parentNode.nodeType == goog.dom.NodeType.ELEMENT && String(sizeUnits) in goog.style.CONVERTIBLE_RELATIVE_CSS_UNITS_) {
|
|
25508
|
-
var parentElement = el.parentNode, parentSize = goog.style.getStyle_(parentElement, "fontSize");
|
|
25509
|
-
return goog.style.getIePixelValue_(parentElement, fontSize == parentSize ? "1em" : fontSize, "left", "pixelLeft");
|
|
25510
|
-
}
|
|
25511
|
-
}
|
|
25512
25457
|
var sizeElement = goog.dom.createDom(goog.dom.TagName.SPAN, {style:"visibility:hidden;position:absolute;line-height:0;padding:0;margin:0;border:0;height:1em;"});
|
|
25513
25458
|
goog.dom.appendChild(el, sizeElement);
|
|
25514
25459
|
fontSize = sizeElement.offsetHeight;
|
|
@@ -25534,10 +25479,10 @@ goog.style.toStyleAttribute = function(obj) {
|
|
|
25534
25479
|
return buffer.join("");
|
|
25535
25480
|
};
|
|
25536
25481
|
goog.style.setFloat = function(el, value) {
|
|
25537
|
-
el.style
|
|
25482
|
+
el.style.cssFloat = value;
|
|
25538
25483
|
};
|
|
25539
25484
|
goog.style.getFloat = function(el) {
|
|
25540
|
-
return el.style
|
|
25485
|
+
return el.style.cssFloat || "";
|
|
25541
25486
|
};
|
|
25542
25487
|
goog.style.getScrollbarWidth = function(opt_className) {
|
|
25543
25488
|
var outerDiv = goog.dom.createElement(goog.dom.TagName.DIV);
|
|
@@ -26347,14 +26292,15 @@ goog.structs.PriorityPool.prototype.disposeInternal = function() {
|
|
|
26347
26292
|
this.requestQueue_.clear();
|
|
26348
26293
|
this.requestQueue_ = null;
|
|
26349
26294
|
};
|
|
26350
|
-
var module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource = function(mapId, opt_profiler) {
|
|
26295
|
+
var module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource = function(mapId, opt_profiler, opt_parallelism) {
|
|
26351
26296
|
module$exports$ee$layers$AbstractTileSource.call(this);
|
|
26352
26297
|
this.mapId_ = mapId;
|
|
26353
26298
|
this.profiler_ = opt_profiler || null;
|
|
26299
|
+
this.token_count_ = opt_parallelism || module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.DEFAULT_TOKEN_COUNT_;
|
|
26354
26300
|
};
|
|
26355
26301
|
$jscomp.inherits(module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource, module$exports$ee$layers$AbstractTileSource);
|
|
26356
26302
|
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.prototype.loadTile = function(tile, opt_priority) {
|
|
26357
|
-
var ProfilerHeader = module$contents$ee$apiclient_apiclient.PROFILE_HEADER.toLowerCase(), key = goog.events.listen(tile, ee.layers.AbstractTile.EventType.STATUS_CHANGED, function() {
|
|
26303
|
+
var $jscomp$this$1134479182$2 = this, ProfilerHeader = module$contents$ee$apiclient_apiclient.PROFILE_HEADER.toLowerCase(), key = goog.events.listen(tile, ee.layers.AbstractTile.EventType.STATUS_CHANGED, function() {
|
|
26358
26304
|
switch(tile.getStatus()) {
|
|
26359
26305
|
case ee.layers.AbstractTile.Status.LOADED:
|
|
26360
26306
|
var profileId = tile.sourceResponseHeaders[ProfilerHeader];
|
|
@@ -26366,14 +26312,15 @@ module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.prototype.
|
|
|
26366
26312
|
}
|
|
26367
26313
|
}, void 0, this);
|
|
26368
26314
|
tile.sourceUrl = this.getTileUrl_(tile.coord, tile.zoom);
|
|
26369
|
-
|
|
26370
|
-
|
|
26315
|
+
this.getGlobalTokenPool_().getObject(function(token) {
|
|
26316
|
+
$jscomp$this$1134479182$2.handleAvailableToken_(tile, token);
|
|
26317
|
+
}, opt_priority);
|
|
26371
26318
|
};
|
|
26372
26319
|
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.prototype.getUniqueId = function() {
|
|
26373
26320
|
return this.mapId_.mapid + "-" + this.mapId_.token;
|
|
26374
26321
|
};
|
|
26375
26322
|
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.prototype.handleAvailableToken_ = function(tile, token) {
|
|
26376
|
-
var tokenPool =
|
|
26323
|
+
var tokenPool = this.getGlobalTokenPool_();
|
|
26377
26324
|
if (tile.isDisposed() || tile.getStatus() == ee.layers.AbstractTile.Status.ABORTED) {
|
|
26378
26325
|
tokenPool.releaseObject(token);
|
|
26379
26326
|
} else {
|
|
@@ -26387,13 +26334,13 @@ module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.prototype.
|
|
|
26387
26334
|
var url = ee.data.getTileUrl(this.mapId_, coord.x, coord.y, zoom);
|
|
26388
26335
|
return this.profiler_ && this.profiler_.isEnabled() ? url + "&profiling=1" : url;
|
|
26389
26336
|
};
|
|
26390
|
-
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.getGlobalTokenPool_ = function() {
|
|
26391
|
-
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_ || (module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_ = new goog.structs.PriorityPool(0,
|
|
26337
|
+
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.prototype.getGlobalTokenPool_ = function() {
|
|
26338
|
+
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_ || (module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_ = new goog.structs.PriorityPool(0, this.token_count_));
|
|
26392
26339
|
return module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_;
|
|
26393
26340
|
};
|
|
26394
26341
|
goog.exportSymbol("ee.layers.EarthEngineTileSource", module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource);
|
|
26395
26342
|
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_ = null;
|
|
26396
|
-
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.
|
|
26343
|
+
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.DEFAULT_TOKEN_COUNT_ = 4;
|
|
26397
26344
|
ee.layers.EarthEngineTileSource = module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource;
|
|
26398
26345
|
ee.layers.FeatureViewTileSource = {};
|
|
26399
26346
|
var module$contents$ee$layers$FeatureViewTileSource_FeatureViewTileSource = function(tilesKey) {
|
|
@@ -26848,29 +26795,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26848
26795
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26849
26796
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26850
26797
|
(function() {
|
|
26851
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26852
|
-
orderedParamLists = [["name", "
|
|
26853
|
-
"image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
26798
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._call ee.ApiFunction._apply ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.image.toAsset ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.table.toCloudStorage ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.iterate ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.data.startTableIngestion ee.data.deleteAsset ee.data.getAssetRootQuota ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.getWorkloadTag ee.data.listOperations ee.data.listImages ee.data.getAssetAcl ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.getFeatureViewTilesKey ee.data.cancelOperation ee.data.getTileUrl ee.data.listFeatures ee.data.getAssetRoots ee.data.getAsset ee.data.setWorkloadTag ee.data.createAssetHome ee.data.authenticateViaPrivateKey ee.data.getInfo ee.data.getOperation ee.data.newTaskId ee.data.createAsset ee.data.computeValue ee.data.setDefaultWorkloadTag ee.data.getThumbId ee.data.resetWorkloadTag ee.data.cancelTask ee.data.updateAsset ee.data.getVideoThumbId ee.data.getList ee.data.getTaskStatus ee.data.createFolder ee.data.startIngestion ee.data.updateTask ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.setAssetAcl ee.data.startProcessing ee.data.renameAsset ee.data.authenticateViaOauth ee.data.listAssets ee.data.getMapId ee.data.setAssetProperties ee.data.copyAsset ee.data.getTaskList ee.data.listBuckets ee.data.getTableDownloadId ee.data.authenticate ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Dictionary ee.TILE_SIZE ee.call ee.reset ee.apply ee.initialize ee.Algorithms ee.InitState ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMapId ee.Filter.or ee.Filter.lte ee.Filter.gte ee.Filter.prototype.not ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Filter.neq ee.Filter.gt ee.Filter.lt ee.Filter.inList ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Rectangle ee.Geometry.Point ee.Geometry.MultiLineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiPolygon ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.prototype.serialize ee.Geometry.MultiPoint ee.Geometry.LineString ee.Geometry ee.Image.cat ee.Image.prototype.rename ee.Image.prototype.clip ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getThumbURL ee.Image.prototype.expression ee.Image.rgb ee.Image.prototype.getThumbId ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image ee.Image.prototype.select ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.ImageCollection ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toJSON ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.String ee.Terrain".split(" "),
|
|
26799
|
+
orderedParamLists = [["name"], ["name", "var_args"], ["name", "namedArgs"], "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
26854
26800
|
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
|
|
26855
|
-
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
26856
|
-
|
|
26857
|
-
["
|
|
26858
|
-
|
|
26859
|
-
|
|
26860
|
-
"
|
|
26861
|
-
["
|
|
26862
|
-
"
|
|
26863
|
-
|
|
26864
|
-
["
|
|
26865
|
-
[
|
|
26866
|
-
module$contents$ee$batch_Export.
|
|
26867
|
-
ee.
|
|
26868
|
-
ee.
|
|
26869
|
-
ee.data.
|
|
26870
|
-
ee.
|
|
26871
|
-
ee.
|
|
26872
|
-
ee.
|
|
26873
|
-
ee.
|
|
26801
|
+
["classifier", "opt_description", "opt_assetId", "opt_priority"], "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
26802
|
+
"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".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 opt_priority".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
26803
|
+
["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["name", "operator", "value"], ["geometry"], ["algorithm", "opt_first"], ["algorithm", "opt_dropNulls"], ["filter"], ["start", "opt_end"], ["legacy"], ["opt_callback"], ["func", "var_args"], ["callback"], ["taskId", "request", "opt_callback"], ["assetId", "opt_callback"], ["rootId", "opt_callback"], ["id"], ["opt_limit", "opt_callback"], [], ["opt_limit", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId",
|
|
26804
|
+
"opt_callback"], ["params", "opt_callback"], ["opt_success", "opt_error"], ["id"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["id", "x", "y", "z"], ["asset", "params", "opt_callback"], ["opt_callback"], ["id", "opt_callback"], ["tag"], ["requestedId", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["id", "opt_callback"], ["operationName", "opt_callback"], ["opt_count", "opt_callback"], ["value", "opt_path", "opt_force",
|
|
26805
|
+
"opt_properties", "opt_callback"], ["obj", "opt_callback"], ["tag"], ["params", "opt_callback"], ["opt_resetDefault"], ["taskId", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["path", "opt_force", "opt_callback"], ["taskId", "request", "opt_callback"], ["taskId", "action", "opt_callback"], ["params", "opt_callback"], ["id"], ["assetId", "aclUpdate", "opt_callback"], ["taskId", "params",
|
|
26806
|
+
"opt_callback"], ["sourceId", "destinationId", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["opt_callback"], ["project", "opt_callback"], ["params", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"],
|
|
26807
|
+
["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], ["func", "var_args"], [], ["func", "namedArgs"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], [], ["var_args"], [], ["geometry", "opt_properties"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["args", "opt_column"], ["opt_visParams", "opt_callback"],
|
|
26808
|
+
["opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_visParams", "opt_callback"], ["var_args"], ["name", "value"], ["name", "value"], [], ["opt_filter"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic",
|
|
26809
|
+
"opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["legacy"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["var_args"],
|
|
26810
|
+
["var_args"], ["geometry"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["expression", "opt_map"], ["r", "g", "b"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["opt_args"], ["var_args"], ["params", "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], [], ["args"], ["opt_visParams",
|
|
26811
|
+
"opt_callback"], ["params", "opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["string"], []];
|
|
26812
|
+
[ee.ApiFunction.lookup, ee.ApiFunction._call, ee.ApiFunction._apply, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive,
|
|
26813
|
+
module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.iterate, ee.Collection.prototype.map, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.ComputedObject.prototype.serialize,
|
|
26814
|
+
ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.data.startTableIngestion, ee.data.deleteAsset, ee.data.getAssetRootQuota, ee.data.makeTableDownloadUrl, ee.data.getTaskListWithLimit, ee.data.getWorkloadTag, ee.data.listOperations, ee.data.listImages, ee.data.getAssetAcl, ee.data.getDownloadId, ee.data.authenticateViaPopup, ee.data.makeDownloadUrl, ee.data.getFeatureViewTilesKey, ee.data.cancelOperation, ee.data.getTileUrl, ee.data.listFeatures,
|
|
26815
|
+
ee.data.getAssetRoots, ee.data.getAsset, ee.data.setWorkloadTag, ee.data.createAssetHome, ee.data.authenticateViaPrivateKey, ee.data.getInfo, ee.data.getOperation, ee.data.newTaskId, ee.data.createAsset, ee.data.computeValue, ee.data.setDefaultWorkloadTag, ee.data.getThumbId, ee.data.resetWorkloadTag, ee.data.cancelTask, ee.data.updateAsset, ee.data.getVideoThumbId, ee.data.getList, ee.data.getTaskStatus, ee.data.createFolder, ee.data.startIngestion, ee.data.updateTask, ee.data.getFilmstripThumbId,
|
|
26816
|
+
ee.data.makeThumbUrl, ee.data.setAssetAcl, ee.data.startProcessing, ee.data.renameAsset, ee.data.authenticateViaOauth, ee.data.listAssets, ee.data.getMapId, ee.data.setAssetProperties, ee.data.copyAsset, ee.data.getTaskList, ee.data.listBuckets, ee.data.getTableDownloadId, ee.data.authenticate, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Dictionary, ee.TILE_SIZE, ee.call, ee.reset, ee.apply, ee.initialize, ee.Algorithms,
|
|
26817
|
+
ee.InitState, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getMapId, ee.Filter.or, ee.Filter.lte, ee.Filter.gte, ee.Filter.prototype.not, ee.Filter, ee.Filter.eq, ee.Filter.date,
|
|
26818
|
+
ee.Filter.metadata, ee.Filter.bounds, ee.Filter.and, ee.Filter.neq, ee.Filter.gt, ee.Filter.lt, ee.Filter.inList, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.Rectangle, ee.Geometry.Point, ee.Geometry.MultiLineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.MultiPolygon, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.prototype.serialize, ee.Geometry.MultiPoint, ee.Geometry.LineString, ee.Geometry, ee.Image.cat,
|
|
26819
|
+
ee.Image.prototype.rename, ee.Image.prototype.clip, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.getThumbURL, ee.Image.prototype.expression, ee.Image.rgb, ee.Image.prototype.getThumbId, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image, ee.Image.prototype.select, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.linkCollection,
|
|
26820
|
+
ee.ImageCollection.prototype.first, ee.ImageCollection, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.toJSON, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26874
26821
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26875
26822
|
});
|
|
26876
26823
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|