@google/earthengine 0.1.386 → 0.1.389

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/main.js CHANGED
@@ -6059,9 +6059,9 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function(type, raw)
6059
6059
  };
6060
6060
  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;
6061
6061
  function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
6062
- for (var target = copyInstanciator(targetConstructor), metadata = module$contents$eeapiclient$domain_object_deepCopyMetadata(source, target), arrays = metadata.arrays || {}, objects = metadata.objects || {}, objectMaps = metadata.objectMaps || {}, $jscomp$iter$19 = $jscomp.makeIterator(metadata.keys || []), $jscomp$key$key = $jscomp$iter$19.next(), $jscomp$loop$m192531680$40 = {}; !$jscomp$key$key.done; $jscomp$loop$m192531680$40 = {mapMetadata:void 0},
6063
- $jscomp$key$key = $jscomp$iter$19.next()) {
6064
- var key = $jscomp$key$key.value, value = valueGetter(key, source);
6062
+ 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$m1892927425$40$key = $jscomp$iter$19.next(), $jscomp$loop$m1892927425$44 = {}; !$jscomp$key$m1892927425$40$key.done; $jscomp$loop$m1892927425$44 =
6063
+ {mapMetadata:void 0}, $jscomp$key$m1892927425$40$key = $jscomp$iter$19.next()) {
6064
+ var key = $jscomp$key$m1892927425$40$key.value, value = valueGetter(key, source);
6065
6065
  if (null != value) {
6066
6066
  var copy = void 0;
6067
6067
  if (arrays.hasOwnProperty(key)) {
@@ -6072,11 +6072,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
6072
6072
  } else if (objects.hasOwnProperty(key)) {
6073
6073
  copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
6074
6074
  } else if (objectMaps.hasOwnProperty(key)) {
6075
- $jscomp$loop$m192531680$40.mapMetadata = objectMaps[key], copy = $jscomp$loop$m192531680$40.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m192531680$40) {
6075
+ $jscomp$loop$m1892927425$44.mapMetadata = objectMaps[key], copy = $jscomp$loop$m1892927425$44.mapMetadata.isPropertyArray ? value.map(function($jscomp$loop$m1892927425$44) {
6076
6076
  return function(v) {
6077
- return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m192531680$40.mapMetadata, valueGetter, valueSetter, copyInstanciator);
6077
+ return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$m1892927425$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
6078
6078
  };
6079
- }($jscomp$loop$m192531680$40)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m192531680$40.mapMetadata, valueGetter, valueSetter, copyInstanciator);
6079
+ }($jscomp$loop$m1892927425$44)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$m1892927425$44.mapMetadata, valueGetter, valueSetter, copyInstanciator);
6080
6080
  } else if (Array.isArray(value)) {
6081
6081
  if (metadata.emptyArrayIsUnset && 0 === value.length) {
6082
6082
  continue;
@@ -6091,8 +6091,8 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
6091
6091
  return target;
6092
6092
  }
6093
6093
  function module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, mapMetadata, valueGetter, valueSetter, copyInstanciator) {
6094
- for (var objMap = {}, $jscomp$iter$20 = $jscomp.makeIterator(Object.keys(value)), $jscomp$key$mapKey = $jscomp$iter$20.next(); !$jscomp$key$mapKey.done; $jscomp$key$mapKey = $jscomp$iter$20.next()) {
6095
- var mapKey = $jscomp$key$mapKey.value, mapValue = value[mapKey];
6094
+ for (var objMap = {}, $jscomp$iter$20 = $jscomp.makeIterator(Object.keys(value)), $jscomp$key$m1892927425$41$mapKey = $jscomp$iter$20.next(); !$jscomp$key$m1892927425$41$mapKey.done; $jscomp$key$m1892927425$41$mapKey = $jscomp$iter$20.next()) {
6095
+ var mapKey = $jscomp$key$m1892927425$41$mapKey.value, mapValue = value[mapKey];
6096
6096
  null != mapValue && (objMap[mapKey] = module$contents$eeapiclient$domain_object_deepCopyValue(mapValue, valueGetter, valueSetter, copyInstanciator, mapMetadata.isValueArray, mapMetadata.isSerializable, mapMetadata.ctor));
6097
6097
  }
6098
6098
  return objMap;
@@ -6122,39 +6122,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
6122
6122
  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))) {
6123
6123
  return !1;
6124
6124
  }
6125
- for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$key = $jscomp$iter$21.next(), $jscomp$loop$m192531680$41 = {}; !$jscomp$key$key.done; $jscomp$loop$m192531680$41 = {value2$jscomp$7:void 0, mapMetadata$jscomp$2:void 0}, $jscomp$key$key = $jscomp$iter$21.next()) {
6126
- var key = $jscomp$key$key.value, has1 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable1, key, metadata1), has2 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable2, key, metadata2);
6125
+ for (var $jscomp$iter$21 = $jscomp.makeIterator(keys1), $jscomp$key$m1892927425$42$key = $jscomp$iter$21.next(), $jscomp$loop$m1892927425$45 = {}; !$jscomp$key$m1892927425$42$key.done; $jscomp$loop$m1892927425$45 = {value2$jscomp$7:void 0, mapMetadata$jscomp$2:void 0}, $jscomp$key$m1892927425$42$key = $jscomp$iter$21.next()) {
6126
+ var key = $jscomp$key$m1892927425$42$key.value, has1 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable1, key, metadata1), has2 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable2, key, metadata2);
6127
6127
  if (has1 !== has2) {
6128
6128
  return !1;
6129
6129
  }
6130
6130
  if (has1) {
6131
6131
  var value1 = serializable1.Serializable$get(key);
6132
- $jscomp$loop$m192531680$41.value2$jscomp$7 = serializable2.Serializable$get(key);
6132
+ $jscomp$loop$m1892927425$45.value2$jscomp$7 = serializable2.Serializable$get(key);
6133
6133
  if (arrays1.hasOwnProperty(key)) {
6134
- if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !0, !0)) {
6134
+ if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !0, !0)) {
6135
6135
  return !1;
6136
6136
  }
6137
6137
  } else if (objects1.hasOwnProperty(key)) {
6138
- if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !1, !0)) {
6138
+ if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !1, !0)) {
6139
6139
  return !1;
6140
6140
  }
6141
6141
  } else if (objectMaps1.hasOwnProperty(key)) {
6142
- if ($jscomp$loop$m192531680$41.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m192531680$41.mapMetadata$jscomp$2.isPropertyArray) {
6143
- if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m192531680$41.value2$jscomp$7) || value1.some(function($jscomp$loop$m192531680$41) {
6142
+ if ($jscomp$loop$m1892927425$45.mapMetadata$jscomp$2 = objectMaps1[key], $jscomp$loop$m1892927425$45.mapMetadata$jscomp$2.isPropertyArray) {
6143
+ if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7) || value1.some(function($jscomp$loop$m1892927425$45) {
6144
6144
  return function(v1, i) {
6145
- return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m192531680$41.value2$jscomp$7[i], $jscomp$loop$m192531680$41.mapMetadata$jscomp$2);
6145
+ return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$m1892927425$45.value2$jscomp$7[i], $jscomp$loop$m1892927425$45.mapMetadata$jscomp$2);
6146
6146
  };
6147
- }($jscomp$loop$m192531680$41))) {
6147
+ }($jscomp$loop$m1892927425$45))) {
6148
6148
  return !1;
6149
6149
  }
6150
- } else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, $jscomp$loop$m192531680$41.mapMetadata$jscomp$2)) {
6150
+ } else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, $jscomp$loop$m1892927425$45.mapMetadata$jscomp$2)) {
6151
6151
  return !1;
6152
6152
  }
6153
6153
  } else if (Array.isArray(value1)) {
6154
- if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !0, !1)) {
6154
+ if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !0, !1)) {
6155
6155
  return !1;
6156
6156
  }
6157
- } else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m192531680$41.value2$jscomp$7, !1, !1)) {
6157
+ } else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$m1892927425$45.value2$jscomp$7, !1, !1)) {
6158
6158
  return !1;
6159
6159
  }
6160
6160
  }
@@ -6176,8 +6176,8 @@ function module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, v
6176
6176
  if (!module$contents$eeapiclient$domain_object_sameKeys(value1, value2)) {
6177
6177
  return !1;
6178
6178
  }
6179
- for (var $jscomp$iter$22 = $jscomp.makeIterator(Object.keys(value1)), $jscomp$key$mapKey = $jscomp$iter$22.next(); !$jscomp$key$mapKey.done; $jscomp$key$mapKey = $jscomp$iter$22.next()) {
6180
- var mapKey = $jscomp$key$mapKey.value;
6179
+ for (var $jscomp$iter$22 = $jscomp.makeIterator(Object.keys(value1)), $jscomp$key$m1892927425$43$mapKey = $jscomp$iter$22.next(); !$jscomp$key$m1892927425$43$mapKey.done; $jscomp$key$m1892927425$43$mapKey = $jscomp$iter$22.next()) {
6180
+ var mapKey = $jscomp$key$m1892927425$43$mapKey.value;
6181
6181
  if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1[mapKey], value2[mapKey], mapMetadata.isValueArray, mapMetadata.isSerializable)) {
6182
6182
  return !1;
6183
6183
  }
@@ -6665,8 +6665,6 @@ goog.html.TrustedResourceUrl.stringifyParams_ = function(prefix, currentString,
6665
6665
  }
6666
6666
  return currentString;
6667
6667
  };
6668
- goog.string.TypedString = function() {
6669
- };
6670
6668
  goog.html.SafeUrl = function(value, token) {
6671
6669
  if (goog.DEBUG && token !== goog.html.SafeUrl.CONSTRUCTOR_TOKEN_PRIVATE_) {
6672
6670
  throw Error("SafeUrl is not meant to be built directly");
@@ -6677,10 +6675,6 @@ goog.html.SafeUrl.prototype.toString = function() {
6677
6675
  return this.privateDoNotAccessOrElseSafeUrlWrappedValue_.toString();
6678
6676
  };
6679
6677
  goog.html.SafeUrl.INNOCUOUS_STRING = "about:invalid#zClosurez";
6680
- goog.html.SafeUrl.prototype.implementsGoogStringTypedString = !0;
6681
- goog.html.SafeUrl.prototype.getTypedStringValue = function() {
6682
- return this.privateDoNotAccessOrElseSafeUrlWrappedValue_.toString();
6683
- };
6684
6678
  goog.html.SafeUrl.unwrap = function(safeUrl) {
6685
6679
  if (safeUrl instanceof goog.html.SafeUrl && safeUrl.constructor === goog.html.SafeUrl) {
6686
6680
  return safeUrl.privateDoNotAccessOrElseSafeUrlWrappedValue_;
@@ -6707,11 +6701,6 @@ goog.html.SafeUrl.revokeObjectUrl = function(safeUrl) {
6707
6701
  var url = safeUrl.toString();
6708
6702
  url !== goog.html.SafeUrl.INNOCUOUS_STRING && goog.fs.url.revokeObjectUrl(url);
6709
6703
  };
6710
- goog.html.SafeUrl.fromMediaSource = function(mediaSource) {
6711
- goog.asserts.assert("MediaSource" in goog.global, "No support for MediaSource");
6712
- var url = mediaSource instanceof MediaSource ? goog.fs.url.createObjectUrl(mediaSource) : goog.html.SafeUrl.INNOCUOUS_STRING;
6713
- return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
6714
- };
6715
6704
  goog.html.DATA_URL_PATTERN_ = /^data:(.*);base64,[a-z0-9+\/]+=*$/i;
6716
6705
  goog.html.SafeUrl.tryFromDataUrl = function(dataUrl) {
6717
6706
  dataUrl = String(dataUrl);
@@ -6721,61 +6710,14 @@ goog.html.SafeUrl.tryFromDataUrl = function(dataUrl) {
6721
6710
  goog.html.SafeUrl.fromDataUrl = function(dataUrl) {
6722
6711
  return goog.html.SafeUrl.tryFromDataUrl(dataUrl) || goog.html.SafeUrl.INNOCUOUS_URL;
6723
6712
  };
6724
- goog.html.SafeUrl.fromTelUrl = function(telUrl) {
6725
- goog.string.internal.caseInsensitiveStartsWith(telUrl, "tel:") || (telUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
6726
- return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(telUrl);
6727
- };
6728
6713
  goog.html.SIP_URL_PATTERN_ = RegExp("^sip[s]?:[+a-z0-9_.!$%&'*\\/=^`{|}~-]+@([a-z0-9-]+\\.)+[a-z0-9]{2,63}$", "i");
6729
6714
  goog.html.SafeUrl.fromSipUrl = function(sipUrl) {
6730
6715
  goog.html.SIP_URL_PATTERN_.test(decodeURIComponent(sipUrl)) || (sipUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
6731
6716
  return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(sipUrl);
6732
6717
  };
6733
- goog.html.SafeUrl.fromFacebookMessengerUrl = function(facebookMessengerUrl) {
6734
- goog.string.internal.caseInsensitiveStartsWith(facebookMessengerUrl, "fb-messenger://share") || (facebookMessengerUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
6735
- return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(facebookMessengerUrl);
6736
- };
6737
- goog.html.SafeUrl.fromWhatsAppUrl = function(whatsAppUrl) {
6738
- goog.string.internal.caseInsensitiveStartsWith(whatsAppUrl, "whatsapp://send") || (whatsAppUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
6739
- return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(whatsAppUrl);
6740
- };
6741
- goog.html.SafeUrl.fromSmsUrl = function(smsUrl) {
6742
- goog.string.internal.caseInsensitiveStartsWith(smsUrl, "sms:") && goog.html.SafeUrl.isSmsUrlBodyValid_(smsUrl) || (smsUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
6743
- return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(smsUrl);
6744
- };
6745
- goog.html.SafeUrl.isSmsUrlBodyValid_ = function(smsUrl) {
6746
- var hash = smsUrl.indexOf("#");
6747
- 0 < hash && (smsUrl = smsUrl.substring(0, hash));
6748
- var bodyParams = smsUrl.match(/[?&]body=/gi);
6749
- if (!bodyParams) {
6750
- return !0;
6751
- }
6752
- if (1 < bodyParams.length) {
6753
- return !1;
6754
- }
6755
- var bodyValue = smsUrl.match(/[?&]body=([^&]*)/)[1];
6756
- if (!bodyValue) {
6757
- return !0;
6758
- }
6759
- try {
6760
- decodeURIComponent(bodyValue);
6761
- } catch (error) {
6762
- return !1;
6763
- }
6764
- return /^(?:[a-z0-9\-_.~]|%[0-9a-f]{2})+$/i.test(bodyValue);
6765
- };
6766
- goog.html.SafeUrl.fromSshUrl = function(sshUrl) {
6767
- goog.string.internal.caseInsensitiveStartsWith(sshUrl, "ssh://") || (sshUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
6768
- return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(sshUrl);
6769
- };
6770
6718
  goog.html.SafeUrl.sanitizeChromeExtensionUrl = function(url, extensionId) {
6771
6719
  return goog.html.SafeUrl.sanitizeExtensionUrl_(/^chrome-extension:\/\/([^\/]+)\//, url, extensionId);
6772
6720
  };
6773
- goog.html.SafeUrl.sanitizeFirefoxExtensionUrl = function(url, extensionId) {
6774
- return goog.html.SafeUrl.sanitizeExtensionUrl_(/^moz-extension:\/\/([^\/]+)\//, url, extensionId);
6775
- };
6776
- goog.html.SafeUrl.sanitizeEdgeExtensionUrl = function(url, extensionId) {
6777
- return goog.html.SafeUrl.sanitizeExtensionUrl_(/^ms-browser-extension:\/\/([^\/]+)\//, url, extensionId);
6778
- };
6779
6721
  goog.html.SafeUrl.sanitizeExtensionUrl_ = function(scheme, url, extensionId) {
6780
6722
  var matches = scheme.exec(url);
6781
6723
  if (matches) {
@@ -7251,46 +7193,8 @@ goog.html.SafeHtml = module$contents$goog$html$SafeHtml_SafeHtml;
7251
7193
  SPDX-License-Identifier: Apache-2.0
7252
7194
  */
7253
7195
  var module$contents$safevalues$environment$dev_module = module$contents$safevalues$environment$dev_module || {id:"third_party/javascript/safevalues/environment/dev.closure.js"};
7254
- var module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$contents$goog$html$SafeScript_SafeScript = function(value, token) {
7255
- if (goog.DEBUG && token !== module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE) {
7256
- throw Error("SafeScript is not meant to be built directly");
7257
- }
7258
- this.privateDoNotAccessOrElseSafeScriptWrappedValue_ = value;
7259
- };
7260
- module$contents$goog$html$SafeScript_SafeScript.prototype.toString = function() {
7261
- return this.privateDoNotAccessOrElseSafeScriptWrappedValue_.toString();
7262
- };
7263
- module$contents$goog$html$SafeScript_SafeScript.fromConstant = function(script) {
7264
- var scriptString = goog.string.Const.unwrap(script);
7265
- return 0 === scriptString.length ? module$contents$goog$html$SafeScript_SafeScript.EMPTY : module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(scriptString);
7266
- };
7267
- module$contents$goog$html$SafeScript_SafeScript.fromJson = function(val) {
7268
- return module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(module$contents$goog$html$SafeScript_SafeScript.stringify_(val));
7269
- };
7270
- module$contents$goog$html$SafeScript_SafeScript.unwrap = function(safeScript) {
7271
- return module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript(safeScript).toString();
7272
- };
7273
- module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript = function(safeScript) {
7274
- if (safeScript instanceof module$contents$goog$html$SafeScript_SafeScript && safeScript.constructor === module$contents$goog$html$SafeScript_SafeScript) {
7275
- return safeScript.privateDoNotAccessOrElseSafeScriptWrappedValue_;
7276
- }
7277
- (0,goog.asserts.fail)("expected object of type SafeScript, got '" + safeScript + "' of type " + goog.typeOf(safeScript));
7278
- return "type_error:SafeScript";
7279
- };
7280
- module$contents$goog$html$SafeScript_SafeScript.stringify_ = function(val) {
7281
- return JSON.stringify(val).replace(/</g, "\\x3c");
7282
- };
7283
- module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse = function(script) {
7284
- var noinlineScript = script, policy = goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse(), trustedScript = policy ? policy.createScript(noinlineScript) : noinlineScript;
7285
- return new module$contents$goog$html$SafeScript_SafeScript(trustedScript, module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE);
7286
- };
7287
- module$contents$goog$html$SafeScript_SafeScript.EMPTY = function() {
7288
- return module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse("");
7289
- }();
7290
- goog.html.SafeScript = module$contents$goog$html$SafeScript_SafeScript;
7291
7196
  var module$exports$goog$html$internals = {};
7292
7197
  module$exports$goog$html$internals.createSafeHtml = module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse;
7293
- module$exports$goog$html$internals.createSafeScript = module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse;
7294
7198
  module$exports$goog$html$internals.createSafeStyle = module$contents$goog$html$SafeStyle_SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse;
7295
7199
  module$exports$goog$html$internals.createSafeStyleSheet = module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrElse;
7296
7200
  module$exports$goog$html$internals.createSafeUrl = goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse;
@@ -7324,19 +7228,50 @@ function module$contents$safevalues$internals$resource_url_impl_unwrapResourceUr
7324
7228
  return goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(value);
7325
7229
  }
7326
7230
  module$exports$safevalues$internals$resource_url_impl.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
7327
- 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"};
7328
- module$exports$safevalues$internals$script_impl.SafeScript = module$contents$goog$html$SafeScript_SafeScript;
7231
+ var module$contents$safevalues$internals$pure_module = module$contents$safevalues$internals$pure_module || {id:"third_party/javascript/safevalues/internals/pure.closure.js"};
7232
+ function module$contents$safevalues$internals$pure_pure(valueOf) {
7233
+ return {valueOf:valueOf}.valueOf();
7234
+ }
7235
+ ;var module$exports$safevalues$internals$secrets = {}, module$contents$safevalues$internals$secrets_module = module$contents$safevalues$internals$secrets_module || {id:"third_party/javascript/safevalues/internals/secrets.closure.js"};
7236
+ module$exports$safevalues$internals$secrets.secretToken = {};
7237
+ function module$contents$safevalues$internals$secrets_ensureTokenIsValid(token) {
7238
+ if (goog.DEBUG && token !== module$exports$safevalues$internals$secrets.secretToken) {
7239
+ throw Error("Bad secret");
7240
+ }
7241
+ }
7242
+ module$exports$safevalues$internals$secrets.ensureTokenIsValid = module$contents$safevalues$internals$secrets_ensureTokenIsValid;
7243
+ 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;
7244
+ module$exports$safevalues$internals$script_impl.SafeScript = function(token) {
7245
+ goog.DEBUG && module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
7246
+ };
7247
+ module$exports$safevalues$internals$script_impl.SafeScript.prototype.toString = function() {
7248
+ return this.privateDoNotAccessOrElseWrappedScript.toString();
7249
+ };
7250
+ var module$contents$safevalues$internals$script_impl_ScriptImpl = module$exports$safevalues$internals$script_impl.SafeScript;
7251
+ function module$contents$safevalues$internals$script_impl_constructScript(contents) {
7252
+ var script = new module$exports$safevalues$internals$script_impl.SafeScript(module$exports$safevalues$internals$secrets.secretToken);
7253
+ script.privateDoNotAccessOrElseWrappedScript = contents;
7254
+ return script;
7255
+ }
7329
7256
  function module$contents$safevalues$internals$script_impl_createScriptInternal(script) {
7330
- return (0,module$exports$goog$html$internals.createSafeScript)(script);
7257
+ var noinlineScript = script, policy = (0,goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse)();
7258
+ return module$contents$safevalues$internals$script_impl_constructScript(policy ? policy.createScript(noinlineScript) : noinlineScript);
7331
7259
  }
7332
7260
  module$exports$safevalues$internals$script_impl.createScriptInternal = module$contents$safevalues$internals$script_impl_createScriptInternal;
7333
- module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT = module$contents$goog$html$SafeScript_SafeScript.EMPTY;
7261
+ module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT = module$contents$safevalues$internals$pure_pure(function() {
7262
+ return module$contents$safevalues$internals$script_impl_constructScript(module$contents$safevalues$internals$script_impl_trustedTypes ? module$contents$safevalues$internals$script_impl_trustedTypes.emptyScript : "");
7263
+ });
7334
7264
  function module$contents$safevalues$internals$script_impl_isScript(value) {
7335
- return value instanceof module$contents$goog$html$SafeScript_SafeScript;
7265
+ return value instanceof module$exports$safevalues$internals$script_impl.SafeScript;
7336
7266
  }
7337
7267
  module$exports$safevalues$internals$script_impl.isScript = module$contents$safevalues$internals$script_impl_isScript;
7338
7268
  function module$contents$safevalues$internals$script_impl_unwrapScript(value) {
7339
- return module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript(value);
7269
+ if (value instanceof module$exports$safevalues$internals$script_impl.SafeScript) {
7270
+ return value.privateDoNotAccessOrElseWrappedScript;
7271
+ }
7272
+ var message = "";
7273
+ goog.DEBUG && (message = "Unexpected type when unwrapping SafeScript");
7274
+ throw Error(message);
7340
7275
  }
7341
7276
  module$exports$safevalues$internals$script_impl.unwrapScript = module$contents$safevalues$internals$script_impl_unwrapScript;
7342
7277
  var module$exports$safevalues$internals$style_impl = {}, module$contents$safevalues$internals$style_impl_module = module$contents$safevalues$internals$style_impl_module || {id:"third_party/javascript/safevalues/internals/style_impl.closure.js"};
@@ -7958,16 +7893,16 @@ module$contents$goog$collections$maps_MapLike.prototype.has = function(key) {
7958
7893
  goog.collections.maps.MapLike = module$contents$goog$collections$maps_MapLike;
7959
7894
  goog.collections.maps.setAll = function(map, entries) {
7960
7895
  if (entries) {
7961
- for (var $jscomp$iter$23 = $jscomp.makeIterator(entries), $jscomp$key$ = $jscomp$iter$23.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$23.next()) {
7962
- var $jscomp$destructuring$var25 = $jscomp.makeIterator($jscomp$key$.value), k = $jscomp$destructuring$var25.next().value, v = $jscomp$destructuring$var25.next().value;
7896
+ for (var $jscomp$iter$23 = $jscomp.makeIterator(entries), $jscomp$key$1866876209$13$ = $jscomp$iter$23.next(); !$jscomp$key$1866876209$13$.done; $jscomp$key$1866876209$13$ = $jscomp$iter$23.next()) {
7897
+ var $jscomp$destructuring$var25 = $jscomp.makeIterator($jscomp$key$1866876209$13$.value), k = $jscomp$destructuring$var25.next().value, v = $jscomp$destructuring$var25.next().value;
7963
7898
  map.set(k, v);
7964
7899
  }
7965
7900
  }
7966
7901
  };
7967
7902
  goog.collections.maps.hasValue = function(map, val, valueEqualityFn) {
7968
7903
  valueEqualityFn = void 0 === valueEqualityFn ? module$contents$goog$collections$maps_defaultEqualityFn : valueEqualityFn;
7969
- for (var $jscomp$iter$24 = $jscomp.makeIterator(map.values()), $jscomp$key$v = $jscomp$iter$24.next(); !$jscomp$key$v.done; $jscomp$key$v = $jscomp$iter$24.next()) {
7970
- if (valueEqualityFn($jscomp$key$v.value, val)) {
7904
+ for (var $jscomp$iter$24 = $jscomp.makeIterator(map.values()), $jscomp$key$1866876209$14$v = $jscomp$iter$24.next(); !$jscomp$key$1866876209$14$v.done; $jscomp$key$1866876209$14$v = $jscomp$iter$24.next()) {
7905
+ if (valueEqualityFn($jscomp$key$1866876209$14$v.value, val)) {
7971
7906
  return !0;
7972
7907
  }
7973
7908
  }
@@ -7984,8 +7919,8 @@ goog.collections.maps.equals = function(map, otherMap, valueEqualityFn) {
7984
7919
  if (map.size !== otherMap.size) {
7985
7920
  return !1;
7986
7921
  }
7987
- for (var $jscomp$iter$25 = $jscomp.makeIterator(map.keys()), $jscomp$key$key = $jscomp$iter$25.next(); !$jscomp$key$key.done; $jscomp$key$key = $jscomp$iter$25.next()) {
7988
- var key = $jscomp$key$key.value;
7922
+ for (var $jscomp$iter$25 = $jscomp.makeIterator(map.keys()), $jscomp$key$1866876209$15$key = $jscomp$iter$25.next(); !$jscomp$key$1866876209$15$key.done; $jscomp$key$1866876209$15$key = $jscomp$iter$25.next()) {
7923
+ var key = $jscomp$key$1866876209$15$key.value;
7989
7924
  if (!otherMap.has(key) || !valueEqualityFn(map.get(key), otherMap.get(key))) {
7990
7925
  return !1;
7991
7926
  }
@@ -7993,15 +7928,15 @@ goog.collections.maps.equals = function(map, otherMap, valueEqualityFn) {
7993
7928
  return !0;
7994
7929
  };
7995
7930
  goog.collections.maps.transpose = function(map) {
7996
- for (var transposed = new Map(), $jscomp$iter$26 = $jscomp.makeIterator(map.keys()), $jscomp$key$key = $jscomp$iter$26.next(); !$jscomp$key$key.done; $jscomp$key$key = $jscomp$iter$26.next()) {
7997
- var key = $jscomp$key$key.value, val = map.get(key);
7931
+ for (var transposed = new Map(), $jscomp$iter$26 = $jscomp.makeIterator(map.keys()), $jscomp$key$1866876209$16$key = $jscomp$iter$26.next(); !$jscomp$key$1866876209$16$key.done; $jscomp$key$1866876209$16$key = $jscomp$iter$26.next()) {
7932
+ var key = $jscomp$key$1866876209$16$key.value, val = map.get(key);
7998
7933
  transposed.set(val, key);
7999
7934
  }
8000
7935
  return transposed;
8001
7936
  };
8002
7937
  goog.collections.maps.toObject = function(map) {
8003
- for (var obj = {}, $jscomp$iter$27 = $jscomp.makeIterator(map.keys()), $jscomp$key$key = $jscomp$iter$27.next(); !$jscomp$key$key.done; $jscomp$key$key = $jscomp$iter$27.next()) {
8004
- var key = $jscomp$key$key.value;
7938
+ for (var obj = {}, $jscomp$iter$27 = $jscomp.makeIterator(map.keys()), $jscomp$key$1866876209$17$key = $jscomp$iter$27.next(); !$jscomp$key$1866876209$17$key.done; $jscomp$key$1866876209$17$key = $jscomp$iter$27.next()) {
7939
+ var key = $jscomp$key$1866876209$17$key.value;
8005
7940
  obj[key] = map.get(key);
8006
7941
  }
8007
7942
  return obj;
@@ -8729,8 +8664,8 @@ function module$contents$eeapiclient$request_params_processParams(params) {
8729
8664
  }
8730
8665
  module$exports$eeapiclient$request_params.processParams = module$contents$eeapiclient$request_params_processParams;
8731
8666
  function module$contents$eeapiclient$request_params_buildQueryParams(params, mapping, passthroughParams) {
8732
- for (var urlQueryParams = passthroughParams = void 0 === passthroughParams ? {} : passthroughParams, $jscomp$iter$28 = $jscomp.makeIterator(Object.entries(mapping)), $jscomp$key$ = $jscomp$iter$28.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$28.next()) {
8733
- var $jscomp$destructuring$var27 = $jscomp.makeIterator($jscomp$key$.value), jsName__tsickle_destructured_1 = $jscomp$destructuring$var27.next().value, urlQueryParamName__tsickle_destructured_2 = $jscomp$destructuring$var27.next().value, jsName = jsName__tsickle_destructured_1, urlQueryParamName = urlQueryParamName__tsickle_destructured_2;
8667
+ for (var urlQueryParams = passthroughParams = void 0 === passthroughParams ? {} : passthroughParams, $jscomp$iter$28 = $jscomp.makeIterator(Object.entries(mapping)), $jscomp$key$m125199259$0$ = $jscomp$iter$28.next(); !$jscomp$key$m125199259$0$.done; $jscomp$key$m125199259$0$ = $jscomp$iter$28.next()) {
8668
+ var $jscomp$destructuring$var27 = $jscomp.makeIterator($jscomp$key$m125199259$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;
8734
8669
  jsName in params && (urlQueryParams[urlQueryParamName] = params[jsName]);
8735
8670
  }
8736
8671
  return urlQueryParams;
@@ -8741,8 +8676,8 @@ module$exports$eeapiclient$request_params.bypassCorsPreflight = function(params)
8741
8676
  var safeHeaders = {}, unsafeHeaders = {}, hasUnsafeHeaders = !1, hasContentType = !1;
8742
8677
  if (params.headers) {
8743
8678
  hasContentType = null != params.headers["Content-Type"];
8744
- for (var $jscomp$iter$29 = $jscomp.makeIterator(Object.entries(params.headers)), $jscomp$key$ = $jscomp$iter$29.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$29.next()) {
8745
- var $jscomp$destructuring$var29 = $jscomp.makeIterator($jscomp$key$.value), key__tsickle_destructured_3 = $jscomp$destructuring$var29.next().value, value__tsickle_destructured_4 = $jscomp$destructuring$var29.next().value, key = key__tsickle_destructured_3, value = value__tsickle_destructured_4;
8679
+ for (var $jscomp$iter$29 = $jscomp.makeIterator(Object.entries(params.headers)), $jscomp$key$m125199259$1$ = $jscomp$iter$29.next(); !$jscomp$key$m125199259$1$.done; $jscomp$key$m125199259$1$ = $jscomp$iter$29.next()) {
8680
+ var $jscomp$destructuring$var29 = $jscomp.makeIterator($jscomp$key$m125199259$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;
8746
8681
  module$contents$eeapiclient$request_params_simpleCorsAllowedHeaders.includes(key) ? safeHeaders[key] = value : (unsafeHeaders[key] = value, hasUnsafeHeaders = !0);
8747
8682
  }
8748
8683
  }
@@ -8787,15 +8722,15 @@ module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.addMetad
8787
8722
  this._metadataPayload += "Content-Type: application/json; charset=utf-8\r\n\r\n" + JSON.stringify(json) + ("\r\n--" + this._boundary + "\r\n");
8788
8723
  };
8789
8724
  module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.build = function() {
8790
- var $jscomp$this$m667091202$6 = this, payload = "--" + this._boundary + "\r\n";
8725
+ var $jscomp$this$m133342051$6 = this, payload = "--" + this._boundary + "\r\n";
8791
8726
  payload += this._metadataPayload;
8792
8727
  return Promise.all(this.files.map(function(f) {
8793
- return $jscomp$this$m667091202$6.encodeFile(f);
8728
+ return $jscomp$this$m133342051$6.encodeFile(f);
8794
8729
  })).then(function(filePayloads) {
8795
- for (var $jscomp$iter$30 = $jscomp.makeIterator(filePayloads), $jscomp$key$filePayload = $jscomp$iter$30.next(); !$jscomp$key$filePayload.done; $jscomp$key$filePayload = $jscomp$iter$30.next()) {
8796
- payload += $jscomp$key$filePayload.value;
8730
+ for (var $jscomp$iter$30 = $jscomp.makeIterator(filePayloads), $jscomp$key$m133342051$9$filePayload = $jscomp$iter$30.next(); !$jscomp$key$m133342051$9$filePayload.done; $jscomp$key$m133342051$9$filePayload = $jscomp$iter$30.next()) {
8731
+ payload += $jscomp$key$m133342051$9$filePayload.value;
8797
8732
  }
8798
- return payload += "\r\n--" + $jscomp$this$m667091202$6._boundary + "--";
8733
+ return payload += "\r\n--" + $jscomp$this$m133342051$6._boundary + "--";
8799
8734
  });
8800
8735
  };
8801
8736
  module$exports$eeapiclient$multipart_request.MultipartRequest.prototype.encodeFile = function(file) {
@@ -8883,9 +8818,9 @@ module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$reques
8883
8818
  return this.$addHooksToRequest(requestParams, this.requestService.send(module$contents$eeapiclient$api_client_toMakeRequestParams(requestParams), responseCtor));
8884
8819
  };
8885
8820
  module$exports$eeapiclient$promise_api_client.PromiseApiClient.prototype.$uploadRequest = function(requestParams) {
8886
- var $jscomp$this$1237977804$4 = this, responseCtor = requestParams.responseCtor || void 0;
8821
+ var $jscomp$this$m296226325$4 = this, responseCtor = requestParams.responseCtor || void 0;
8887
8822
  return this.$addHooksToRequest(requestParams, module$contents$eeapiclient$api_client_toMultipartMakeRequestParams(requestParams).then(function(params) {
8888
- return $jscomp$this$1237977804$4.requestService.send(params, responseCtor);
8823
+ return $jscomp$this$m296226325$4.requestService.send(params, responseCtor);
8889
8824
  }));
8890
8825
  };
8891
8826
  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"};
@@ -17190,8 +17125,8 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
17190
17125
  headers.set(key, opt_headers[key]);
17191
17126
  }
17192
17127
  } else if ("function" === typeof opt_headers.keys && "function" === typeof opt_headers.get) {
17193
- for (var $jscomp$iter$31 = $jscomp.makeIterator(opt_headers.keys()), $jscomp$key$key = $jscomp$iter$31.next(); !$jscomp$key$key.done; $jscomp$key$key = $jscomp$iter$31.next()) {
17194
- var key$jscomp$0 = $jscomp$key$key.value;
17128
+ for (var $jscomp$iter$31 = $jscomp.makeIterator(opt_headers.keys()), $jscomp$key$m71669834$55$key = $jscomp$iter$31.next(); !$jscomp$key$m71669834$55$key.done; $jscomp$key$m71669834$55$key = $jscomp$iter$31.next()) {
17129
+ var key$jscomp$0 = $jscomp$key$m71669834$55$key.value;
17195
17130
  headers.set(key$jscomp$0, opt_headers.get(key$jscomp$0));
17196
17131
  }
17197
17132
  } else {
@@ -17202,8 +17137,8 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
17202
17137
  return goog.string.caseInsensitiveEquals(goog.net.XhrIo.CONTENT_TYPE_HEADER, header);
17203
17138
  }), contentIsFormData = goog.global.FormData && content instanceof goog.global.FormData;
17204
17139
  !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);
17205
- for (var $jscomp$iter$32 = $jscomp.makeIterator(headers), $jscomp$key$ = $jscomp$iter$32.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$32.next()) {
17206
- var $jscomp$destructuring$var31 = $jscomp.makeIterator($jscomp$key$.value), key$jscomp$1 = $jscomp$destructuring$var31.next().value, value = $jscomp$destructuring$var31.next().value;
17140
+ for (var $jscomp$iter$32 = $jscomp.makeIterator(headers), $jscomp$key$m71669834$56$ = $jscomp$iter$32.next(); !$jscomp$key$m71669834$56$.done; $jscomp$key$m71669834$56$ = $jscomp$iter$32.next()) {
17141
+ var $jscomp$destructuring$var31 = $jscomp.makeIterator($jscomp$key$m71669834$56$.value), key$jscomp$1 = $jscomp$destructuring$var31.next().value, value = $jscomp$destructuring$var31.next().value;
17207
17142
  this.xhr_.setRequestHeader(key$jscomp$1, value);
17208
17143
  }
17209
17144
  this.responseType_ && (this.xhr_.responseType = this.responseType_);
@@ -17448,14 +17383,6 @@ goog.debug.entryPointRegistry.register(function(transformer) {
17448
17383
  });
17449
17384
  var module$exports$safevalues$builders$sensitive_attributes = {}, module$contents$safevalues$builders$sensitive_attributes_module = module$contents$safevalues$builders$sensitive_attributes_module || {id:"third_party/javascript/safevalues/builders/sensitive_attributes.closure.js"};
17450
17385
  module$exports$safevalues$builders$sensitive_attributes.SECURITY_SENSITIVE_ATTRIBUTES = "src srcdoc codebase data href rel action formaction sandbox cite poster icon".split(" ");
17451
- var module$exports$safevalues$internals$secrets = {}, module$contents$safevalues$internals$secrets_module = module$contents$safevalues$internals$secrets_module || {id:"third_party/javascript/safevalues/internals/secrets.closure.js"};
17452
- module$exports$safevalues$internals$secrets.secretToken = {};
17453
- function module$contents$safevalues$internals$secrets_ensureTokenIsValid(token) {
17454
- if (goog.DEBUG && token !== module$exports$safevalues$internals$secrets.secretToken) {
17455
- throw Error("Bad secret");
17456
- }
17457
- }
17458
- module$exports$safevalues$internals$secrets.ensureTokenIsValid = module$contents$safevalues$internals$secrets_ensureTokenIsValid;
17459
17386
  var module$exports$safevalues$internals$attribute_impl = {}, module$contents$safevalues$internals$attribute_impl_module = module$contents$safevalues$internals$attribute_impl_module || {id:"third_party/javascript/safevalues/internals/attribute_impl.closure.js"};
17460
17387
  module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix = function() {
17461
17388
  };
@@ -17480,8 +17407,8 @@ function module$contents$safevalues$internals$attribute_impl_unwrapAttributePref
17480
17407
  throw Error(message);
17481
17408
  }
17482
17409
  module$exports$safevalues$internals$attribute_impl.unwrapAttributePrefix = module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix;
17483
- 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"],
17484
- ["\\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"};
17410
+ var $jscomp$templatelit$m425881384$5 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$m425881384$6 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\0"]), $jscomp$templatelit$m425881384$7 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$m425881384$8 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"], ["\\u0000"]), $jscomp$templatelit$m425881384$9 = $jscomp.createTemplateTagFirstArg([""]), $jscomp$templatelit$m425881384$10 = $jscomp.createTemplateTagFirstArgWithRaw(["\x00"],
17411
+ ["\\0"]), $jscomp$templatelit$m425881384$11 = $jscomp.createTemplateTagFirstArgWithRaw(["\n"], ["\\n"]), $jscomp$templatelit$m425881384$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"};
17485
17412
  function module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, numExprs) {
17486
17413
  if (!module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) || numExprs + 1 !== templateObj.length) {
17487
17414
  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 ##############################");
@@ -17495,14 +17422,14 @@ function module$contents$safevalues$internals$string_literal_checkTranspiled(fn)
17495
17422
  return -1 === fn.toString().indexOf("`");
17496
17423
  }
17497
17424
  var module$contents$safevalues$internals$string_literal_isTranspiled = module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
17498
- return tag($jscomp$templatelit$1274514361$5);
17425
+ return tag($jscomp$templatelit$m425881384$5);
17499
17426
  }) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
17500
- return tag($jscomp$templatelit$1274514361$6);
17427
+ return tag($jscomp$templatelit$m425881384$6);
17501
17428
  }) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
17502
- return tag($jscomp$templatelit$1274514361$7);
17429
+ return tag($jscomp$templatelit$m425881384$7);
17503
17430
  }) || module$contents$safevalues$internals$string_literal_checkTranspiled(function(tag) {
17504
- return tag($jscomp$templatelit$1274514361$8);
17505
- }), 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);
17431
+ return tag($jscomp$templatelit$m425881384$8);
17432
+ }), module$contents$safevalues$internals$string_literal_frozenTSA = module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$9) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$10) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$11) && module$contents$safevalues$internals$string_literal_checkFrozen($jscomp$templatelit$m425881384$12);
17506
17433
  function module$contents$safevalues$internals$string_literal_isTemplateObject(templateObj) {
17507
17434
  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)) ?
17508
17435
  !0 : !1;
@@ -17524,10 +17451,6 @@ function module$contents$safevalues$builders$attribute_builders_safeAttrPrefix(t
17524
17451
  return module$contents$safevalues$internals$attribute_impl_createAttributePrefixInternal(attrPrefix);
17525
17452
  }
17526
17453
  ;var module$exports$safevalues$builders$document_fragment_builders = {}, module$contents$safevalues$builders$document_fragment_builders_module = module$contents$safevalues$builders$document_fragment_builders_module || {id:"third_party/javascript/safevalues/builders/document_fragment_builders.closure.js"};
17527
- function module$contents$safevalues$builders$document_fragment_builders_safeFragment(templateObj) {
17528
- return module$contents$safevalues$builders$document_fragment_builders_htmlFragment(templateObj);
17529
- }
17530
- module$exports$safevalues$builders$document_fragment_builders.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
17531
17454
  function module$contents$safevalues$builders$document_fragment_builders_htmlFragment(templateObj) {
17532
17455
  goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, 0);
17533
17456
  return document.createRange().createContextualFragment(module$contents$safevalues$internals$html_impl_unwrapHtml(module$contents$safevalues$internals$html_impl_createHtmlInternal(templateObj[0])));
@@ -17576,11 +17499,7 @@ module$exports$safevalues$builders$style_sheet_builders.safeStyleSheet = functio
17576
17499
  module$exports$safevalues$builders$style_sheet_builders.concatStyleSheets = function(sheets) {
17577
17500
  return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(sheets.map(module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet).join(""));
17578
17501
  };
17579
- var module$contents$safevalues$internals$pure_module = module$contents$safevalues$internals$pure_module || {id:"third_party/javascript/safevalues/internals/pure.closure.js"};
17580
- function module$contents$safevalues$internals$pure_pure(valueOf) {
17581
- return {valueOf:valueOf}.valueOf();
17582
- }
17583
- ;var module$exports$safevalues$builders$url_builders = {}, module$contents$safevalues$builders$url_builders_module = module$contents$safevalues$builders$url_builders_module || {id:"third_party/javascript/safevalues/builders/url_builders.closure.js"};
17502
+ var module$exports$safevalues$builders$url_builders = {}, module$contents$safevalues$builders$url_builders_module = module$contents$safevalues$builders$url_builders_module || {id:"third_party/javascript/safevalues/builders/url_builders.closure.js"};
17584
17503
  function module$contents$safevalues$builders$url_builders_isSafeMimeType(mimeType) {
17585
17504
  var match = mimeType.match(/^([^;]+)(?:;\w+=(?:\w+|"[\w;,= ]+"))*$/i);
17586
17505
  return 2 === (null == match ? void 0 : match.length) && (module$contents$safevalues$builders$url_builders_isSafeImageMimeType(match[1]) || module$contents$safevalues$builders$url_builders_isSafeVideoMimeType(match[1]) || module$contents$safevalues$builders$url_builders_isSafeAudioMimeType(match[1]) || module$contents$safevalues$builders$url_builders_isSafeFontMimeType(match[1]));
@@ -17620,7 +17539,7 @@ module$exports$safevalues$builders$url_builders.SanitizableUrlScheme = {TEL:modu
17620
17539
  return /^[^:]*([/?#]|$)/.test(url);
17621
17540
  }), MAILTO:module$contents$safevalues$builders$url_builders_simpleScheme("mailto"), INTENT:module$contents$safevalues$builders$url_builders_simpleScheme("intent"), MARKET:module$contents$safevalues$builders$url_builders_simpleScheme("market"), ITMS:module$contents$safevalues$builders$url_builders_simpleScheme("itms"), ITMS_APPSS:module$contents$safevalues$builders$url_builders_simpleScheme("itms-appss"),
17622
17541
  ITMS_SERVICES:module$contents$safevalues$builders$url_builders_simpleScheme("itms-services"), FACEBOOK_MESSENGER:module$contents$safevalues$builders$url_builders_simpleScheme("fb-messenger"), WHATSAPP:module$contents$safevalues$builders$url_builders_simpleScheme("whatsapp"), SIP:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
17623
- return 0 === url.indexOf("sip://") || 0 === url.indexOf("sips://");
17542
+ return 0 === url.indexOf("sip:") || 0 === url.indexOf("sips:");
17624
17543
  }), SMS:module$contents$safevalues$builders$url_builders_simpleScheme("sms"), VND_YOUTUBE:module$contents$safevalues$builders$url_builders_simpleScheme("vnd.youtube")};
17625
17544
  var module$contents$safevalues$builders$url_builders_DEFAULT_SCHEMES = [module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.DATA, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.HTTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.HTTPS, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.MAILTO,
17626
17545
  module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.FTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.RELATIVE];
@@ -17890,8 +17809,8 @@ module$exports$safevalues$builders$html_formatter.HtmlFormatter = function() {
17890
17809
  this.replacements = new Map();
17891
17810
  };
17892
17811
  module$exports$safevalues$builders$html_formatter.HtmlFormatter.prototype.format = function(format) {
17893
- 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) {
17894
- return $jscomp$this$380122516$5.replaceFormattingString(openedTags, match);
17812
+ var $jscomp$this$1018007701$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) {
17813
+ return $jscomp$this$1018007701$5.replaceFormattingString(openedTags, match);
17895
17814
  });
17896
17815
  if (0 !== openedTags.length) {
17897
17816
  if (goog.DEBUG) {
@@ -18080,8 +17999,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
18080
17999
  return this.sanitizeToFragmentInternal(html, inertDocument);
18081
18000
  };
18082
18001
  module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeToFragmentInternal = function(html, inertDocument) {
18083
- 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) {
18084
- return $jscomp$this$m1803429925$10.nodeFilter(n);
18002
+ for (var $jscomp$this$m1085474118$10 = this, dirtyFragment = module$contents$safevalues$builders$html_sanitizer$inert_fragment_createInertFragment(html, inertDocument), treeWalker = document.createTreeWalker(dirtyFragment, 5, function(n) {
18003
+ return $jscomp$this$m1085474118$10.nodeFilter(n);
18085
18004
  }, !1), currentNode = treeWalker.nextNode(), sanitizedFragment = inertDocument.createDocumentFragment(), sanitizedParent = sanitizedFragment; null !== currentNode;) {
18086
18005
  var sanitizedNode = void 0;
18087
18006
  if (module$contents$safevalues$builders$html_sanitizer$no_clobber_isText(currentNode)) {
@@ -18108,8 +18027,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
18108
18027
  return document.createTextNode(textNode.data);
18109
18028
  };
18110
18029
  module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeElementNode = function(elementNode, inertDocument) {
18111
- for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$33 = $jscomp.makeIterator(dirtyAttributes), $jscomp$key$ = $jscomp$iter$33.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$33.next()) {
18112
- var $jscomp$destructuring$var33 = $jscomp$key$.value, name = $jscomp$destructuring$var33.name, value = $jscomp$destructuring$var33.value, policy = this.sanitizerTable.getAttributePolicy(name, elementName);
18030
+ for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$33 = $jscomp.makeIterator(dirtyAttributes), $jscomp$key$m1085474118$25$ = $jscomp$iter$33.next(); !$jscomp$key$m1085474118$25$.done; $jscomp$key$m1085474118$25$ = $jscomp$iter$33.next()) {
18031
+ var $jscomp$destructuring$var33 = $jscomp$key$m1085474118$25$.value, name = $jscomp$destructuring$var33.name, value = $jscomp$destructuring$var33.value, policy = this.sanitizerTable.getAttributePolicy(name, elementName);
18113
18032
  if (this.satisfiesAllConditions(policy.conditions, dirtyAttributes)) {
18114
18033
  switch(policy.policyAction) {
18115
18034
  case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP:
@@ -18162,8 +18081,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
18162
18081
  if (!conditions) {
18163
18082
  return !0;
18164
18083
  }
18165
- for (var $jscomp$iter$34 = $jscomp.makeIterator(conditions), $jscomp$key$ = $jscomp$iter$34.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$34.next()) {
18166
- var $jscomp$destructuring$var35 = $jscomp.makeIterator($jscomp$key$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var35.next().value, expectedValues = $jscomp$destructuring$var35.next().value, $jscomp$optchain$tmpm1803429925$0 = void 0, value = null == ($jscomp$optchain$tmpm1803429925$0 = attrs.getNamedItem(attrName__tsickle_destructured_1)) ? void 0 : $jscomp$optchain$tmpm1803429925$0.value;
18084
+ for (var $jscomp$iter$34 = $jscomp.makeIterator(conditions), $jscomp$key$m1085474118$26$ = $jscomp$iter$34.next(); !$jscomp$key$m1085474118$26$.done; $jscomp$key$m1085474118$26$ = $jscomp$iter$34.next()) {
18085
+ var $jscomp$destructuring$var35 = $jscomp.makeIterator($jscomp$key$m1085474118$26$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var35.next().value, expectedValues = $jscomp$destructuring$var35.next().value, $jscomp$optchain$tmpm1085474118$0 = void 0, value = null == ($jscomp$optchain$tmpm1085474118$0 = attrs.getNamedItem(attrName__tsickle_destructured_1)) ? void 0 : $jscomp$optchain$tmpm1085474118$0.value;
18167
18086
  if (value && !expectedValues.has(value)) {
18168
18087
  return !1;
18169
18088
  }
@@ -18217,8 +18136,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
18217
18136
  this.sanitizerTable = module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.defaultSanitizerTable;
18218
18137
  };
18219
18138
  module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowElements = function(elementSet) {
18220
- for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$35 = $jscomp.makeIterator(elementSet), $jscomp$key$element = $jscomp$iter$35.next(); !$jscomp$key$element.done; $jscomp$key$element = $jscomp$iter$35.next()) {
18221
- var element = $jscomp$key$element.value;
18139
+ for (var allowedElements = new Set(), allowedElementPolicies = new Map(), $jscomp$iter$35 = $jscomp.makeIterator(elementSet), $jscomp$key$435282654$0$element = $jscomp$iter$35.next(); !$jscomp$key$435282654$0$element.done; $jscomp$key$435282654$0$element = $jscomp$iter$35.next()) {
18140
+ var element = $jscomp$key$435282654$0$element.value;
18222
18141
  element = element.toUpperCase();
18223
18142
  if (!this.sanitizerTable.isAllowedElement(element)) {
18224
18143
  throw Error("Element: " + element + ", is not allowed by html5_contract.textpb");
@@ -18236,8 +18155,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
18236
18155
  throw Error("Element: " + element + " is not a custom element");
18237
18156
  }
18238
18157
  if (allowedAttributes) {
18239
- for (var elementPolicy = new Map(), $jscomp$iter$36 = $jscomp.makeIterator(allowedAttributes), $jscomp$key$attribute = $jscomp$iter$36.next(); !$jscomp$key$attribute.done; $jscomp$key$attribute = $jscomp$iter$36.next()) {
18240
- elementPolicy.set($jscomp$key$attribute.value, {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
18158
+ for (var elementPolicy = new Map(), $jscomp$iter$36 = $jscomp.makeIterator(allowedAttributes), $jscomp$key$435282654$1$attribute = $jscomp$iter$36.next(); !$jscomp$key$435282654$1$attribute.done; $jscomp$key$435282654$1$attribute = $jscomp$iter$36.next()) {
18159
+ elementPolicy.set($jscomp$key$435282654$1$attribute.value, {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP});
18241
18160
  }
18242
18161
  allowedElementPolicies.set(element, elementPolicy);
18243
18162
  } else {
@@ -18247,15 +18166,15 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
18247
18166
  return this;
18248
18167
  };
18249
18168
  module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.onlyAllowAttributes = function(attributeSet) {
18250
- for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$37 = $jscomp.makeIterator(attributeSet), $jscomp$key$attribute = $jscomp$iter$37.next(); !$jscomp$key$attribute.done; $jscomp$key$attribute = $jscomp$iter$37.next()) {
18251
- var attribute = $jscomp$key$attribute.value;
18169
+ for (var allowedGlobalAttributes = new Set(), globalAttributePolicies = new Map(), elementPolicies = new Map(), $jscomp$iter$37 = $jscomp.makeIterator(attributeSet), $jscomp$key$435282654$2$attribute = $jscomp$iter$37.next(); !$jscomp$key$435282654$2$attribute.done; $jscomp$key$435282654$2$attribute = $jscomp$iter$37.next()) {
18170
+ var attribute = $jscomp$key$435282654$2$attribute.value;
18252
18171
  this.sanitizerTable.allowedGlobalAttributes.has(attribute) && allowedGlobalAttributes.add(attribute);
18253
18172
  this.sanitizerTable.globalAttributePolicies.has(attribute) && globalAttributePolicies.set(attribute, this.sanitizerTable.globalAttributePolicies.get(attribute));
18254
18173
  }
18255
- for (var $jscomp$iter$39 = $jscomp.makeIterator(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$ = $jscomp$iter$39.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$39.next()) {
18256
- for (var $jscomp$destructuring$var37 = $jscomp.makeIterator($jscomp$key$.value), elementName__tsickle_destructured_1 = $jscomp$destructuring$var37.next().value, originalElementPolicy__tsickle_destructured_2 = $jscomp$destructuring$var37.next().value, elementName = elementName__tsickle_destructured_1, newElementPolicy = new Map(), $jscomp$iter$38 = $jscomp.makeIterator(originalElementPolicy__tsickle_destructured_2.entries()), $jscomp$key$$jscomp$0 = $jscomp$iter$38.next(); !$jscomp$key$$jscomp$0.done; $jscomp$key$$jscomp$0 =
18174
+ for (var $jscomp$iter$39 = $jscomp.makeIterator(this.sanitizerTable.elementPolicies.entries()), $jscomp$key$435282654$4$ = $jscomp$iter$39.next(); !$jscomp$key$435282654$4$.done; $jscomp$key$435282654$4$ = $jscomp$iter$39.next()) {
18175
+ for (var $jscomp$destructuring$var37 = $jscomp.makeIterator($jscomp$key$435282654$4$.value), elementName__tsickle_destructured_1 = $jscomp$destructuring$var37.next().value, originalElementPolicy__tsickle_destructured_2 = $jscomp$destructuring$var37.next().value, elementName = elementName__tsickle_destructured_1, newElementPolicy = new Map(), $jscomp$iter$38 = $jscomp.makeIterator(originalElementPolicy__tsickle_destructured_2.entries()), $jscomp$key$435282654$3$ = $jscomp$iter$38.next(); !$jscomp$key$435282654$3$.done; $jscomp$key$435282654$3$ =
18257
18176
  $jscomp$iter$38.next()) {
18258
- var $jscomp$destructuring$var39 = $jscomp.makeIterator($jscomp$key$$jscomp$0.value), attribute__tsickle_destructured_3 = $jscomp$destructuring$var39.next().value, attributePolicy__tsickle_destructured_4 = $jscomp$destructuring$var39.next().value, attribute$jscomp$0 = attribute__tsickle_destructured_3, attributePolicy = attributePolicy__tsickle_destructured_4;
18177
+ var $jscomp$destructuring$var39 = $jscomp.makeIterator($jscomp$key$435282654$3$.value), attribute__tsickle_destructured_3 = $jscomp$destructuring$var39.next().value, attributePolicy__tsickle_destructured_4 = $jscomp$destructuring$var39.next().value, attribute$jscomp$0 = attribute__tsickle_destructured_3, attributePolicy = attributePolicy__tsickle_destructured_4;
18259
18178
  attributeSet.has(attribute$jscomp$0) && newElementPolicy.set(attribute$jscomp$0, attributePolicy);
18260
18179
  }
18261
18180
  elementPolicies.set(elementName, newElementPolicy);
@@ -18264,8 +18183,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSan
18264
18183
  return this;
18265
18184
  };
18266
18185
  module$exports$safevalues$builders$html_sanitizer$html_sanitizer_builder.HtmlSanitizerBuilder.prototype.allowDataAttributes = function(attributes) {
18267
- for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$40 = $jscomp.makeIterator(attributes), $jscomp$key$attribute = $jscomp$iter$40.next(); !$jscomp$key$attribute.done; $jscomp$key$attribute = $jscomp$iter$40.next()) {
18268
- var attribute = $jscomp$key$attribute.value;
18186
+ for (var allowedGlobalAttributes = new Set(this.sanitizerTable.allowedGlobalAttributes), $jscomp$iter$40 = $jscomp.makeIterator(attributes), $jscomp$key$435282654$5$attribute = $jscomp$iter$40.next(); !$jscomp$key$435282654$5$attribute.done; $jscomp$key$435282654$5$attribute = $jscomp$iter$40.next()) {
18187
+ var attribute = $jscomp$key$435282654$5$attribute.value;
18269
18188
  if (0 !== attribute.indexOf("data-")) {
18270
18189
  throw Error("data attribute: " + attribute + ' does not begin with the prefix "data-"');
18271
18190
  }
@@ -18512,12 +18431,12 @@ function module$contents$safevalues$reporting$reporting_isChangedBySanitizing(s,
18512
18431
  }
18513
18432
  try {
18514
18433
  module$contents$safevalues$builders$html_sanitizer$html_sanitizer_lenientlySanitizeHtmlAssertUnchanged(s);
18515
- } catch ($jscomp$unused$catch$442189172$0) {
18434
+ } catch ($jscomp$unused$catch$696273141$0) {
18516
18435
  return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_RELAXED_SANITIZING), !0;
18517
18436
  }
18518
18437
  try {
18519
18438
  module$contents$safevalues$builders$html_sanitizer$html_sanitizer_sanitizeHtmlAssertUnchanged(s);
18520
- } catch ($jscomp$unused$catch$442189172$1) {
18439
+ } catch ($jscomp$unused$catch$696273141$1) {
18521
18440
  return module$contents$safevalues$reporting$reporting_reportLegacyConversion(options, module$contents$safevalues$reporting$reporting_ReportingType.HTML_CHANGED_BY_SANITIZING), !0;
18522
18441
  }
18523
18442
  return !1;
@@ -18542,7 +18461,6 @@ module$exports$safevalues$reporting$reporting.TEST_ONLY = {reset:function() {
18542
18461
  var module$exports$safevalues$index = {}, module$contents$safevalues$index_module = module$contents$safevalues$index_module || {id:"third_party/javascript/safevalues/index.closure.js"};
18543
18462
  module$exports$safevalues$index.safeAttrPrefix = module$contents$safevalues$builders$attribute_builders_safeAttrPrefix;
18544
18463
  module$exports$safevalues$index.htmlFragment = module$contents$safevalues$builders$document_fragment_builders_htmlFragment;
18545
- module$exports$safevalues$index.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
18546
18464
  module$exports$safevalues$index.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
18547
18465
  module$exports$safevalues$index.concatHtmls = module$exports$safevalues$builders$html_builders.concatHtmls;
18548
18466
  module$exports$safevalues$index.doctypeHtml = module$exports$safevalues$builders$html_builders.doctypeHtml;
@@ -18588,7 +18506,7 @@ module$exports$safevalues$index.TrustedResourceUrl = goog.html.TrustedResourceUr
18588
18506
  module$exports$safevalues$index.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
18589
18507
  module$exports$safevalues$index.EMPTY_SCRIPT = module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT;
18590
18508
  module$exports$safevalues$index.isScript = module$contents$safevalues$internals$script_impl_isScript;
18591
- module$exports$safevalues$index.SafeScript = module$contents$goog$html$SafeScript_SafeScript;
18509
+ module$exports$safevalues$index.SafeScript = module$exports$safevalues$internals$script_impl.SafeScript;
18592
18510
  module$exports$safevalues$index.unwrapScript = module$contents$safevalues$internals$script_impl_unwrapScript;
18593
18511
  module$exports$safevalues$index.isStyle = module$contents$safevalues$internals$style_impl_isStyle;
18594
18512
  module$exports$safevalues$index.SafeStyle = module$contents$goog$html$SafeStyle_SafeStyle;
@@ -18608,7 +18526,6 @@ module$exports$safevalues$index.styleSheetToHtml = module$exports$safevalues$bui
18608
18526
  module$exports$safevalues$index.safeStyleRule = module$exports$safevalues$builders$style_sheet_builders.safeStyleRule;
18609
18527
  safevalues.safeAttrPrefix = module$contents$safevalues$builders$attribute_builders_safeAttrPrefix;
18610
18528
  safevalues.htmlFragment = module$contents$safevalues$builders$document_fragment_builders_htmlFragment;
18611
- safevalues.safeFragment = module$contents$safevalues$builders$document_fragment_builders_safeFragment;
18612
18529
  safevalues.svgFragment = module$contents$safevalues$builders$document_fragment_builders_svgFragment;
18613
18530
  safevalues.concatHtmls = module$exports$safevalues$index.concatHtmls;
18614
18531
  safevalues.doctypeHtml = module$exports$safevalues$index.doctypeHtml;
@@ -18656,7 +18573,7 @@ safevalues.TrustedResourceUrl = goog.html.TrustedResourceUrl;
18656
18573
  safevalues.unwrapResourceUrl = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl;
18657
18574
  safevalues.EMPTY_SCRIPT = module$exports$safevalues$internals$script_impl.EMPTY_SCRIPT;
18658
18575
  safevalues.isScript = module$contents$safevalues$internals$script_impl_isScript;
18659
- safevalues.SafeScript = module$contents$goog$html$SafeScript_SafeScript;
18576
+ safevalues.SafeScript = module$exports$safevalues$internals$script_impl.SafeScript;
18660
18577
  safevalues.unwrapScript = module$contents$safevalues$internals$script_impl_unwrapScript;
18661
18578
  safevalues.isStyle = module$contents$safevalues$internals$style_impl_isStyle;
18662
18579
  safevalues.SafeStyle = module$contents$goog$html$SafeStyle_SafeStyle;
@@ -18674,11 +18591,11 @@ safevalues.HtmlFormatter = module$exports$safevalues$builders$html_formatter.Htm
18674
18591
  safevalues.createHtml = module$exports$safevalues$index.createHtml;
18675
18592
  safevalues.styleSheetToHtml = module$exports$safevalues$index.styleSheetToHtml;
18676
18593
  safevalues.safeStyleRule = module$exports$safevalues$index.safeStyleRule;
18677
- var $jscomp$templatelit$294235699$94 = $jscomp.createTemplateTagFirstArg(["https://apis.google.com/js/client.js?onload=", ""]);
18594
+ var $jscomp$templatelit$294235699$96 = $jscomp.createTemplateTagFirstArg(["https://accounts.google.com/gsi/client"]);
18678
18595
  ee.apiclient = {};
18679
18596
  var module$contents$ee$apiclient_apiclient = {};
18680
18597
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
18681
- ee.apiclient.API_CLIENT_VERSION = "0.1.386";
18598
+ ee.apiclient.API_CLIENT_VERSION = "0.1.389";
18682
18599
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
18683
18600
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
18684
18601
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -18839,8 +18756,8 @@ module$contents$ee$apiclient_BatchRequestService.prototype.send = function(param
18839
18756
  module$contents$ee$apiclient_BatchRequestService.prototype.makeRequest = function(params) {
18840
18757
  };
18841
18758
  module$contents$ee$apiclient_apiclient.parseBatchReply = function(contentType, responseText, handle) {
18842
- for (var boundary = contentType.split("; boundary=")[1], $jscomp$iter$41 = $jscomp.makeIterator(responseText.split("--" + boundary)), $jscomp$key$part = $jscomp$iter$41.next(); !$jscomp$key$part.done; $jscomp$key$part = $jscomp$iter$41.next()) {
18843
- var groups = $jscomp$key$part.value.split("\r\n\r\n");
18759
+ for (var boundary = contentType.split("; boundary=")[1], $jscomp$iter$41 = $jscomp.makeIterator(responseText.split("--" + boundary)), $jscomp$key$294235699$97$part = $jscomp$iter$41.next(); !$jscomp$key$294235699$97$part.done; $jscomp$key$294235699$97$part = $jscomp$iter$41.next()) {
18760
+ var groups = $jscomp$key$294235699$97$part.value.split("\r\n\r\n");
18844
18761
  if (!(3 > groups.length)) {
18845
18762
  var id = groups[0].match(/\r\nContent-ID: <response-([^>]*)>/)[1], status = Number(groups[1].match(/^HTTP\S*\s(\d+)\s/)[1]), text = groups.slice(2).join("\r\n\r\n");
18846
18763
  handle(id, status, text);
@@ -18879,13 +18796,12 @@ module$contents$ee$apiclient_apiclient.setAuthToken = function(clientId, tokenTy
18879
18796
  var tokenObject = {token_type:tokenType, access_token:accessToken, state:scopes.join(" "), expires_in:expiresIn};
18880
18797
  module$contents$ee$apiclient_apiclient.handleAuthResult_(void 0, void 0, tokenObject);
18881
18798
  !1 === updateAuthLibrary ? callback && callback() : module$contents$ee$apiclient_apiclient.ensureAuthLibLoaded_(function() {
18882
- goog.global.gapi.client.setToken(tokenObject);
18883
18799
  callback && callback();
18884
18800
  });
18885
18801
  };
18886
18802
  module$contents$ee$apiclient_apiclient.refreshAuthToken = function(success, error, onImmediateFailed) {
18887
18803
  if (module$contents$ee$apiclient_apiclient.isAuthTokenRefreshingEnabled_()) {
18888
- var authArgs = {client_id:String(module$contents$ee$apiclient_apiclient.authClientId_), immediate:!0, scope:module$contents$ee$apiclient_apiclient.authScopes_.join(" "), plugin_name:"earthengine"};
18804
+ var authArgs = {client_id:String(module$contents$ee$apiclient_apiclient.authClientId_), scope:module$contents$ee$apiclient_apiclient.authScopes_.join(" "), plugin_name:"earthengine"};
18889
18805
  module$contents$ee$apiclient_apiclient.authTokenRefresher_(authArgs, function(result) {
18890
18806
  if ("immediate_failed" == result.error && onImmediateFailed) {
18891
18807
  onImmediateFailed();
@@ -18894,7 +18810,7 @@ module$contents$ee$apiclient_apiclient.refreshAuthToken = function(success, erro
18894
18810
  try {
18895
18811
  module$contents$ee$apiclient_apiclient.ensureAuthLibLoaded_(function() {
18896
18812
  try {
18897
- goog.global.gapi.client.setToken(result), module$contents$ee$apiclient_apiclient.handleAuthResult_(success, error, result);
18813
+ module$contents$ee$apiclient_apiclient.handleAuthResult_(success, error, result);
18898
18814
  } catch (e) {
18899
18815
  error(e.toString());
18900
18816
  }
@@ -18969,8 +18885,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
18969
18885
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
18970
18886
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
18971
18887
  method = method || "POST";
18972
- var headers = {"Content-Type":contentType}, version = "0.1.386";
18973
- "0.1.386" === version && (version = "latest");
18888
+ var headers = {"Content-Type":contentType}, version = "0.1.389";
18889
+ "0.1.389" === version && (version = "latest");
18974
18890
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
18975
18891
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
18976
18892
  if (null != authToken) {
@@ -19079,22 +18995,14 @@ module$contents$ee$apiclient_apiclient.handleResponse_ = function(status, getRes
19079
18995
  };
19080
18996
  module$contents$ee$apiclient_apiclient.ensureAuthLibLoaded_ = function(callback) {
19081
18997
  var done = function() {
19082
- goog.global.gapi.config.update("client/cors", !0);
19083
- module$contents$ee$apiclient_apiclient.authTokenRefresher_ || module$contents$ee$apiclient_apiclient.setAuthTokenRefresher(goog.global.gapi.auth2.authorize);
18998
+ module$contents$ee$apiclient_apiclient.authTokenRefresher_ || module$contents$ee$apiclient_apiclient.setAuthTokenRefresher(function(authArgs, refresherCallback) {
18999
+ goog.global.google.accounts.oauth2.initTokenClient({client_id:authArgs.client_id, callback:refresherCallback, scope:authArgs.scope}).requestAccessToken();
19000
+ });
19084
19001
  callback();
19085
19002
  };
19086
- if (goog.isObject(goog.global.gapi) && goog.isObject(goog.global.gapi.auth2) && "function" === typeof goog.global.gapi.auth2.authorize) {
19087
- done();
19088
- } else {
19089
- for (var callbackName = Date.now().toString(36); callbackName in goog.global;) {
19090
- callbackName += "_";
19091
- }
19092
- goog.global[callbackName] = function() {
19093
- delete goog.global[callbackName];
19094
- done();
19095
- };
19096
- goog.net.jsloader.safeLoad(module$contents$safevalues$builders$resource_url_builders_trustedResourceUrl($jscomp$templatelit$294235699$94, callbackName));
19097
- }
19003
+ (function() {
19004
+ goog.isObject(goog.global.default_gsi) ? done() : goog.net.jsloader.safeLoad(module$contents$safevalues$builders$resource_url_builders_trustedResourceUrl($jscomp$templatelit$294235699$96)).addCallback(done);
19005
+ })();
19098
19006
  };
19099
19007
  module$contents$ee$apiclient_apiclient.handleAuthResult_ = function(success, error, result) {
19100
19008
  if (result.access_token) {
@@ -19111,8 +19019,8 @@ module$contents$ee$apiclient_apiclient.handleAuthResult_ = function(success, err
19111
19019
  }
19112
19020
  };
19113
19021
  module$contents$ee$apiclient_apiclient.makeRequest_ = function(params) {
19114
- for (var request = new goog.Uri.QueryData(), $jscomp$iter$42 = $jscomp.makeIterator(Object.entries(params)), $jscomp$key$ = $jscomp$iter$42.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$42.next()) {
19115
- var $jscomp$destructuring$var47 = $jscomp.makeIterator($jscomp$key$.value), name = $jscomp$destructuring$var47.next().value, item = $jscomp$destructuring$var47.next().value;
19022
+ for (var request = new goog.Uri.QueryData(), $jscomp$iter$42 = $jscomp.makeIterator(Object.entries(params)), $jscomp$key$294235699$98$ = $jscomp$iter$42.next(); !$jscomp$key$294235699$98$.done; $jscomp$key$294235699$98$ = $jscomp$iter$42.next()) {
19023
+ var $jscomp$destructuring$var47 = $jscomp.makeIterator($jscomp$key$294235699$98$.value), name = $jscomp$destructuring$var47.next().value, item = $jscomp$destructuring$var47.next().value;
19116
19024
  request.set(name, item);
19117
19025
  }
19118
19026
  return request;
@@ -19211,7 +19119,6 @@ module$contents$ee$apiclient_apiclient.AUTH_SCOPE_ = "https://www.googleapis.com
19211
19119
  module$contents$ee$apiclient_apiclient.READ_ONLY_AUTH_SCOPE_ = "https://www.googleapis.com/auth/earthengine.readonly";
19212
19120
  module$contents$ee$apiclient_apiclient.CLOUD_PLATFORM_SCOPE_ = "https://www.googleapis.com/auth/cloud-platform";
19213
19121
  module$contents$ee$apiclient_apiclient.DEFAULT_AUTH_SCOPES_ = [module$contents$ee$apiclient_apiclient.AUTH_SCOPE_, module$contents$ee$apiclient_apiclient.CLOUD_PLATFORM_SCOPE_];
19214
- module$contents$ee$apiclient_apiclient.AUTH_LIBRARY_URL_ = goog.string.Const.from("https://apis.google.com/js/client.js?onload=%{onload}");
19215
19122
  module$contents$ee$apiclient_apiclient.STORAGE_SCOPE_ = "https://www.googleapis.com/auth/devstorage.read_write";
19216
19123
  module$contents$ee$apiclient_apiclient.cloudApiKey_ = null;
19217
19124
  module$contents$ee$apiclient_apiclient.initialized_ = !1;
@@ -19230,6 +19137,8 @@ module$contents$ee$apiclient_apiclient.DEFAULT_API_BASE_URL_ = "https://eartheng
19230
19137
  module$contents$ee$apiclient_apiclient.DEFAULT_TILE_BASE_URL_ = "https://earthengine.googleapis.com";
19231
19138
  module$contents$ee$apiclient_apiclient.AuthArgs = function() {
19232
19139
  };
19140
+ var module$contents$ee$apiclient_TokenClient = function() {
19141
+ };
19233
19142
  module$contents$ee$apiclient_apiclient.AuthResponse = function() {
19234
19143
  };
19235
19144
  ee.apiclient.Call = module$contents$ee$apiclient_Call;
@@ -19465,8 +19374,8 @@ ee.rpc_convert.algorithms = function(result) {
19465
19374
  algorithm.deprecated && (internalAlgorithm.deprecated = algorithm.deprecationReason);
19466
19375
  algorithm.sourceCodeUri && (internalAlgorithm.sourceCodeUri = algorithm.sourceCodeUri);
19467
19376
  return internalAlgorithm;
19468
- }, internalAlgorithms = {}, $jscomp$iter$43 = $jscomp.makeIterator(result.algorithms || []), $jscomp$key$algorithm = $jscomp$iter$43.next(); !$jscomp$key$algorithm.done; $jscomp$key$algorithm = $jscomp$iter$43.next()) {
19469
- var algorithm = $jscomp$key$algorithm.value, name = algorithm.name.replace(/^algorithms\//, "");
19377
+ }, internalAlgorithms = {}, $jscomp$iter$43 = $jscomp.makeIterator(result.algorithms || []), $jscomp$key$1418108943$48$algorithm = $jscomp$iter$43.next(); !$jscomp$key$1418108943$48$algorithm.done; $jscomp$key$1418108943$48$algorithm = $jscomp$iter$43.next()) {
19378
+ var algorithm = $jscomp$key$1418108943$48$algorithm.value, name = algorithm.name.replace(/^algorithms\//, "");
19470
19379
  internalAlgorithms[name] = convertAlgorithm(algorithm);
19471
19380
  }
19472
19381
  return internalAlgorithms;
@@ -19615,8 +19524,8 @@ ee.rpc_convert.getListToListAssets = function(param) {
19615
19524
  param.bbox && param.region && console.warn("Multiple request parameters converted to region");
19616
19525
  for (var allKeys = "id num starttime endtime bbox region".split(" "), $jscomp$iter$44 = $jscomp.makeIterator(Object.keys(param).filter(function(k) {
19617
19526
  return !allKeys.includes(k);
19618
- })), $jscomp$key$key = $jscomp$iter$44.next(); !$jscomp$key$key.done; $jscomp$key$key = $jscomp$iter$44.next()) {
19619
- console.warn("Unrecognized key " + $jscomp$key$key.value + " ignored");
19527
+ })), $jscomp$key$1418108943$49$key = $jscomp$iter$44.next(); !$jscomp$key$1418108943$49$key.done; $jscomp$key$1418108943$49$key = $jscomp$iter$44.next()) {
19528
+ console.warn("Unrecognized key " + $jscomp$key$1418108943$49$key.value + " ignored");
19620
19529
  }
19621
19530
  return ee.rpc_convert.processListImagesParams(assetsRequest);
19622
19531
  };
@@ -19839,8 +19748,8 @@ ee.rpc_convert.parseFilterParamsFromListImages_ = function(params) {
19839
19748
  })) {
19840
19749
  throw Error('Filter parameter "properties" must be an array of strings');
19841
19750
  }
19842
- for (var $jscomp$iter$45 = $jscomp.makeIterator(params.properties), $jscomp$key$propertyQuery = $jscomp$iter$45.next(); !$jscomp$key$propertyQuery.done; $jscomp$key$propertyQuery = $jscomp$iter$45.next()) {
19843
- queryStrings.push($jscomp$key$propertyQuery.value.trim().replace(/^(properties\.)?/, "properties."));
19751
+ for (var $jscomp$iter$45 = $jscomp.makeIterator(params.properties), $jscomp$key$1418108943$50$propertyQuery = $jscomp$iter$45.next(); !$jscomp$key$1418108943$50$propertyQuery.done; $jscomp$key$1418108943$50$propertyQuery = $jscomp$iter$45.next()) {
19752
+ queryStrings.push($jscomp$key$1418108943$50$propertyQuery.value.trim().replace(/^(properties\.)?/, "properties."));
19844
19753
  }
19845
19754
  delete params.properties;
19846
19755
  }
@@ -20176,8 +20085,8 @@ ee.Serializer.encodeCloudApiPretty = function(obj) {
20176
20085
  if (!goog.isObject(object)) {
20177
20086
  return object;
20178
20087
  }
20179
- for (var ret = Array.isArray(object) ? [] : {}, isNode = object instanceof Object.getPrototypeOf(module$exports$eeapiclient$ee_api_client.ValueNode), $jscomp$iter$46 = $jscomp.makeIterator(Object.entries(isNode ? object.Serializable$values : object)), $jscomp$key$ = $jscomp$iter$46.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$46.next()) {
20180
- var $jscomp$destructuring$var51 = $jscomp.makeIterator($jscomp$key$.value), key = $jscomp$destructuring$var51.next().value, val = $jscomp$destructuring$var51.next().value;
20088
+ for (var ret = Array.isArray(object) ? [] : {}, isNode = object instanceof Object.getPrototypeOf(module$exports$eeapiclient$ee_api_client.ValueNode), $jscomp$iter$46 = $jscomp.makeIterator(Object.entries(isNode ? object.Serializable$values : object)), $jscomp$key$1175707268$28$ = $jscomp$iter$46.next(); !$jscomp$key$1175707268$28$.done; $jscomp$key$1175707268$28$ = $jscomp$iter$46.next()) {
20089
+ var $jscomp$destructuring$var51 = $jscomp.makeIterator($jscomp$key$1175707268$28$.value), key = $jscomp$destructuring$var51.next().value, val = $jscomp$destructuring$var51.next().value;
20181
20090
  isNode ? null !== val && (ret[key] = "functionDefinitionValue" === key && null != val.body ? {argumentNames:val.argumentNames, body:walkObject(values[val.body])} : "functionInvocationValue" === key && null != val.functionReference ? {arguments:module$contents$goog$object_map(val.arguments, walkObject), functionReference:walkObject(values[val.functionReference])} : "constantValue" === key ? val === module$exports$eeapiclient$domain_object.NULL_VALUE ?
20182
20091
  null : val : walkObject(val)) : ret[key] = walkObject(val);
20183
20092
  }
@@ -20300,8 +20209,8 @@ ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
20300
20209
  return storeInSourceMap(value, optimized$jscomp$1);
20301
20210
  }
20302
20211
  if (null != value.dictionaryValue) {
20303
- for (var values = {}, constantValues = {}, $jscomp$iter$47 = $jscomp.makeIterator(Object.entries(value.dictionaryValue.values || {})), $jscomp$key$ = $jscomp$iter$47.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$47.next()) {
20304
- var $jscomp$destructuring$var53 = $jscomp.makeIterator($jscomp$key$.value), k = $jscomp$destructuring$var53.next().value, v = $jscomp$destructuring$var53.next().value;
20212
+ for (var values = {}, constantValues = {}, $jscomp$iter$47 = $jscomp.makeIterator(Object.entries(value.dictionaryValue.values || {})), $jscomp$key$1175707268$29$ = $jscomp$iter$47.next(); !$jscomp$key$1175707268$29$.done; $jscomp$key$1175707268$29$ = $jscomp$iter$47.next()) {
20213
+ var $jscomp$destructuring$var53 = $jscomp.makeIterator($jscomp$key$1175707268$29$.value), k = $jscomp$destructuring$var53.next().value, v = $jscomp$destructuring$var53.next().value;
20305
20214
  values[k] = this.optimizeValue(v, depth + 3);
20306
20215
  null !== constantValues && isConst(values[k]) ? constantValues[k] = serializeConst(values[k].constantValue) : constantValues = null;
20307
20216
  }
@@ -20312,8 +20221,8 @@ ExpressionOptimizer.prototype.optimizeValue = function(value, depth) {
20312
20221
  return storeInSourceMap(value, optimized$jscomp$2);
20313
20222
  }
20314
20223
  if (null != value.functionInvocationValue) {
20315
- for (var inv = value.functionInvocationValue, args = {}, $jscomp$iter$48 = $jscomp.makeIterator(Object.keys(inv.arguments || {})), $jscomp$key$k = $jscomp$iter$48.next(); !$jscomp$key$k.done; $jscomp$key$k = $jscomp$iter$48.next()) {
20316
- var k$jscomp$0 = $jscomp$key$k.value;
20224
+ for (var inv = value.functionInvocationValue, args = {}, $jscomp$iter$48 = $jscomp.makeIterator(Object.keys(inv.arguments || {})), $jscomp$key$1175707268$30$k = $jscomp$iter$48.next(); !$jscomp$key$1175707268$30$k.done; $jscomp$key$1175707268$30$k = $jscomp$iter$48.next()) {
20225
+ var k$jscomp$0 = $jscomp$key$1175707268$30$k.value;
20317
20226
  args[k$jscomp$0] = this.optimizeValue(inv.arguments[k$jscomp$0], depth + 3);
20318
20227
  }
20319
20228
  var optimized$jscomp$3 = inv.functionName ? ee.rpc_node.functionByName(inv.functionName, args) : ee.rpc_node.functionByReference(this.optimizeReference(inv.functionReference || ""), args);
@@ -20654,7 +20563,7 @@ ee.data.authenticate = function(clientId, success, opt_error, opt_extraScopes, o
20654
20563
  };
20655
20564
  goog.exportSymbol("ee.data.authenticate", ee.data.authenticate);
20656
20565
  ee.data.authenticateViaPopup = function(opt_success, opt_error) {
20657
- goog.global.gapi.auth2.authorize({client_id:module$contents$ee$apiclient_apiclient.getAuthClientId(), immediate:!1, scope:module$contents$ee$apiclient_apiclient.getAuthScopes().join(" ")}, goog.partial(module$contents$ee$apiclient_apiclient.handleAuthResult_, opt_success, opt_error));
20566
+ goog.global.google.accounts.oauth2.initTokenClient({client_id:module$contents$ee$apiclient_apiclient.getAuthClientId(), callback:goog.partial(module$contents$ee$apiclient_apiclient.handleAuthResult_, opt_success, opt_error), scope:module$contents$ee$apiclient_apiclient.getAuthScopes().join(" ")}).requestAccessToken();
20658
20567
  };
20659
20568
  goog.exportSymbol("ee.data.authenticateViaPopup", ee.data.authenticateViaPopup);
20660
20569
  ee.data.authenticateViaPrivateKey = function(privateKey, opt_success, opt_error, opt_extraScopes, opt_suppressDefaultScopes) {
@@ -21195,8 +21104,8 @@ ee.data.createAsset = function(value, opt_path, opt_force, opt_properties, opt_c
21195
21104
  value.gcsLocation && !value.cloudStorageLocation && (value.cloudStorageLocation = value.gcsLocation, delete value.gcsLocation);
21196
21105
  value.cloudStorageLocation && (value.cloudStorageLocation = new module$exports$eeapiclient$ee_api_client.CloudStorageLocation(value.cloudStorageLocation));
21197
21106
  opt_properties && !value.properties && (value.properties = Object.assign({}, opt_properties));
21198
- for (var $jscomp$iter$49 = $jscomp.makeIterator(["title", "description"]), $jscomp$key$prop = $jscomp$iter$49.next(); !$jscomp$key$prop.done; $jscomp$key$prop = $jscomp$iter$49.next()) {
21199
- var prop = $jscomp$key$prop.value;
21107
+ for (var $jscomp$iter$49 = $jscomp.makeIterator(["title", "description"]), $jscomp$key$m358301524$123$prop = $jscomp$iter$49.next(); !$jscomp$key$m358301524$123$prop.done; $jscomp$key$m358301524$123$prop = $jscomp$iter$49.next()) {
21108
+ var prop = $jscomp$key$m358301524$123$prop.value;
21200
21109
  if (value[prop]) {
21201
21110
  var $jscomp$compprop17 = {};
21202
21111
  value.properties = Object.assign(($jscomp$compprop17[prop] = value[prop], $jscomp$compprop17), value.properties || {});
@@ -23468,8 +23377,8 @@ module$contents$ee$batch_Export.prefixImageFormatOptions_ = function(taskConfig,
23468
23377
  })) {
23469
23378
  throw Error("Parameter specified at least twice: once in config, and once in config format options.");
23470
23379
  }
23471
- for (var prefix = module$contents$ee$batch_FORMAT_PREFIX_MAP[imageFormat], validOptionKeys = module$contents$ee$batch_FORMAT_OPTIONS_MAP[imageFormat], prefixedOptions = {}, $jscomp$iter$50 = $jscomp.makeIterator(Object.entries(formatOptions)), $jscomp$key$ = $jscomp$iter$50.next(); !$jscomp$key$.done; $jscomp$key$ = $jscomp$iter$50.next()) {
23472
- var $jscomp$destructuring$var58 = $jscomp.makeIterator($jscomp$key$.value), key = $jscomp$destructuring$var58.next().value, value = $jscomp$destructuring$var58.next().value;
23380
+ for (var prefix = module$contents$ee$batch_FORMAT_PREFIX_MAP[imageFormat], validOptionKeys = module$contents$ee$batch_FORMAT_OPTIONS_MAP[imageFormat], prefixedOptions = {}, $jscomp$iter$50 = $jscomp.makeIterator(Object.entries(formatOptions)), $jscomp$key$m1704548930$35$ = $jscomp$iter$50.next(); !$jscomp$key$m1704548930$35$.done; $jscomp$key$m1704548930$35$ = $jscomp$iter$50.next()) {
23381
+ var $jscomp$destructuring$var58 = $jscomp.makeIterator($jscomp$key$m1704548930$35$.value), key = $jscomp$destructuring$var58.next().value, value = $jscomp$destructuring$var58.next().value;
23473
23382
  if (!module$contents$goog$array_contains(validOptionKeys, key)) {
23474
23383
  var validKeysMsg = validOptionKeys.join(", ");
23475
23384
  throw Error('"' + key + '" is not a valid option, the image format "' + imageFormat + '""may have the following options: ' + (validKeysMsg + '".'));
@@ -26528,28 +26437,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
26528
26437
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
26529
26438
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
26530
26439
  (function() {
26531
- var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toAsset ee.batch.Export.video.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toDrive ee.batch.Export.table.toBigQuery ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.sort ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.computeValue ee.data.cancelTask ee.data.setDefaultWorkloadTag ee.data.getThumbId ee.data.resetWorkloadTag ee.data.startIngestion ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.updateTask ee.data.updateAsset ee.data.startProcessing ee.data.getFilmstripThumbId ee.data.createFolder ee.data.getList ee.data.listAssets ee.data.setAssetAcl ee.data.makeThumbUrl ee.data.renameAsset ee.data.authenticateViaOauth ee.data.getTaskList ee.data.getMapId ee.data.setAssetProperties ee.data.getDownloadId ee.data.copyAsset ee.data.startTableIngestion ee.data.makeDownloadUrl ee.data.authenticate ee.data.getTaskListWithLimit ee.data.listImages ee.data.getTileUrl ee.data.cancelOperation ee.data.deleteAsset ee.data.getAssetRootQuota ee.data.listOperations ee.data.listBuckets ee.data.getTableDownloadId ee.data.getWorkloadTag ee.data.getAssetAcl ee.data.getAsset ee.data.makeTableDownloadUrl ee.data.getFeatureViewTilesKey ee.data.authenticateViaPopup ee.data.getAssetRoots ee.data.getInfo ee.data.getOperation ee.data.listFeatures ee.data.createAssetHome ee.data.newTaskId ee.data.setWorkloadTag ee.data.createAsset ee.data.authenticateViaPrivateKey ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Dictionary ee.TILE_SIZE ee.initialize ee.call ee.reset ee.Algorithms ee.InitState ee.apply ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.Filter.neq ee.Filter.gte ee.Filter.prototype.not ee.Filter.date ee.Filter.eq ee.Filter ee.Filter.bounds ee.Filter.metadata ee.Filter.and ee.Filter.gt ee.Filter.lte ee.Filter.lt ee.Filter.inList ee.Filter.or ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.prototype.serialize ee.Geometry.Point ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiLineString ee.Geometry.BBox ee.Geometry.prototype.toGeoJSONString ee.Geometry.LineString ee.Geometry.LinearRing ee.Geometry.MultiPoint ee.Geometry.Rectangle ee.Image ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.expression ee.Image.prototype.getMap ee.Image.rgb ee.Image.prototype.rename ee.Image.prototype.getDownloadURL ee.Image.prototype.getThumbId ee.Image.cat ee.Image.prototype.select ee.Image.prototype.clip ee.Image.prototype.getThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.toJSON ee.String ee.Terrain".split(" "),
26532
- orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
26533
- "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), ["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "),
26534
- "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "),
26535
- "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices".split(" "), ["name", "operator", "value"], ["geometry"], ["filter"], ["start", "opt_end"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["max", "opt_property", "opt_ascending"],
26536
- ["property", "opt_ascending"], ["func", "var_args"], ["callback"], ["opt_callback"], ["legacy"], ["obj", "opt_callback"], ["taskId", "opt_callback"], ["tag"], ["params", "opt_callback"], ["opt_resetDefault"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "action", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "params", "opt_callback"], ["params", "opt_callback"], ["path", "opt_force", "opt_callback"],
26537
- ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["id"], ["sourceId", "destinationId", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["opt_callback"], ["params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["taskId", "request", "opt_callback"], ["id"],
26538
- ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["opt_limit", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["id", "x", "y", "z"], ["operationName", "opt_callback"], ["assetId", "opt_callback"], ["rootId", "opt_callback"], ["opt_limit", "opt_callback"], ["project", "opt_callback"], ["params", "opt_callback"], [], ["assetId", "opt_callback"], ["id", "opt_callback"], ["id"], ["params", "opt_callback"], ["opt_success", "opt_error"], ["opt_callback"],
26539
- ["id", "opt_callback"], ["operationName", "opt_callback"], ["asset", "params", "opt_callback"], ["requestedId", "opt_callback"], ["opt_count", "opt_callback"], ["tag"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
26540
- ["func", "var_args"], [], [], [], ["func", "namedArgs"], ["var_args"], [], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["name", "value"], ["name", "value"], [], ["start", "opt_end"],
26541
- ["name", "value"], ["opt_filter"], ["geometry", "opt_errorMargin"], ["name", "operator", "value"], ["var_args"], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["var_args"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError",
26542
- "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["west", "south", "east", "north"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["opt_args"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["expression", "opt_map"], ["opt_visParams", "opt_callback"], ["r", "g", "b"], ["var_args"], ["params", "opt_callback"], ["params",
26543
- "opt_callback"], ["var_args"], ["var_args"], ["geometry"], ["params", "opt_callback"], [], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["args"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
26544
- [ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage,
26545
- module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toBigQuery, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.ComputedObject.prototype.aside,
26546
- ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.computeValue, ee.data.cancelTask, ee.data.setDefaultWorkloadTag, ee.data.getThumbId, ee.data.resetWorkloadTag, ee.data.startIngestion, ee.data.getVideoThumbId, ee.data.getTaskStatus, ee.data.updateTask, ee.data.updateAsset, ee.data.startProcessing, ee.data.getFilmstripThumbId, ee.data.createFolder, ee.data.getList, ee.data.listAssets, ee.data.setAssetAcl, ee.data.makeThumbUrl,
26547
- ee.data.renameAsset, ee.data.authenticateViaOauth, ee.data.getTaskList, ee.data.getMapId, ee.data.setAssetProperties, ee.data.getDownloadId, ee.data.copyAsset, ee.data.startTableIngestion, ee.data.makeDownloadUrl, ee.data.authenticate, ee.data.getTaskListWithLimit, ee.data.listImages, ee.data.getTileUrl, ee.data.cancelOperation, ee.data.deleteAsset, ee.data.getAssetRootQuota, ee.data.listOperations, ee.data.listBuckets, ee.data.getTableDownloadId, ee.data.getWorkloadTag, ee.data.getAssetAcl, ee.data.getAsset,
26548
- ee.data.makeTableDownloadUrl, ee.data.getFeatureViewTilesKey, ee.data.authenticateViaPopup, ee.data.getAssetRoots, ee.data.getInfo, ee.data.getOperation, ee.data.listFeatures, ee.data.createAssetHome, ee.data.newTaskId, ee.data.setWorkloadTag, ee.data.createAsset, ee.data.authenticateViaPrivateKey, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.fromJSON, ee.Deserializer.decodeCloudApi, ee.Dictionary, ee.TILE_SIZE, ee.initialize, ee.call, ee.reset, ee.Algorithms,
26549
- ee.InitState, ee.apply, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.Feature, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.Filter.neq, ee.Filter.gte, ee.Filter.prototype.not, ee.Filter.date, ee.Filter.eq, ee.Filter,
26550
- ee.Filter.bounds, ee.Filter.metadata, ee.Filter.and, ee.Filter.gt, ee.Filter.lte, ee.Filter.lt, ee.Filter.inList, ee.Filter.or, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.prototype.serialize, ee.Geometry.Point, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.MultiLineString, ee.Geometry.BBox, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.LineString, ee.Geometry.LinearRing, ee.Geometry.MultiPoint, ee.Geometry.Rectangle,
26551
- ee.Image, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.expression, ee.Image.prototype.getMap, ee.Image.rgb, ee.Image.prototype.rename, ee.Image.prototype.getDownloadURL, ee.Image.prototype.getThumbId, ee.Image.cat, ee.Image.prototype.select, ee.Image.prototype.clip, ee.Image.prototype.getThumbURL, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select,
26552
- ee.ImageCollection.prototype.linkCollection, ee.ImageCollection, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.List, ee.Number, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
26440
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction.lookup ee.ApiFunction._apply ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toDrive ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.video.toDrive ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filter ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.Collection.prototype.filterDate ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.data.authenticateViaPopup ee.data.getTableDownloadId ee.data.setWorkloadTag ee.data.getFeatureViewTilesKey ee.data.getAssetRoots ee.data.makeTableDownloadUrl ee.data.getAsset ee.data.createAssetHome ee.data.listFeatures ee.data.createAsset ee.data.setDefaultWorkloadTag ee.data.authenticateViaPrivateKey ee.data.resetWorkloadTag ee.data.getInfo ee.data.newTaskId ee.data.getOperation ee.data.computeValue ee.data.updateAsset ee.data.getThumbId ee.data.cancelTask ee.data.getVideoThumbId ee.data.createFolder ee.data.getTaskStatus ee.data.setAssetAcl ee.data.startIngestion ee.data.getFilmstripThumbId ee.data.updateTask ee.data.getList ee.data.renameAsset ee.data.startProcessing ee.data.listAssets ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.makeThumbUrl ee.data.getMapId ee.data.copyAsset ee.data.getTaskList ee.data.getAssetRootQuota ee.data.getWorkloadTag ee.data.authenticate ee.data.deleteAsset ee.data.getTileUrl ee.data.getDownloadId ee.data.listImages ee.data.makeDownloadUrl ee.data.startTableIngestion ee.data.getTaskListWithLimit ee.data.listBuckets ee.data.getAssetAcl ee.data.listOperations ee.data.cancelOperation ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.reset ee.Algorithms ee.InitState ee.apply ee.TILE_SIZE ee.initialize ee.call ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMapId ee.Filter ee.Filter.gte ee.Filter.eq ee.Filter.metadata ee.Filter.date ee.Filter.bounds ee.Filter.and ee.Filter.prototype.not ee.Filter.inList ee.Filter.neq ee.Filter.lt ee.Filter.gt ee.Filter.lte ee.Filter.or ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiLineString ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.MultiPoint ee.Geometry.Rectangle ee.Geometry ee.Geometry.MultiPolygon ee.Geometry.LineString ee.Geometry.prototype.serialize ee.Geometry.Polygon ee.Geometry.Point ee.Image.prototype.getThumbURL ee.Image.rgb ee.Image.prototype.getDownloadURL ee.Image.prototype.getThumbId ee.Image.prototype.select ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.rename ee.Image.prototype.expression ee.Image.prototype.clip ee.Image.prototype.getMap ee.Image ee.Image.cat ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.first ee.ImageCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.List ee.Number ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
26441
+ orderedParamLists = [["name", "var_args"], ["name"], ["name", "namedArgs"], ["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
26442
+ "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "),
26443
+ "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
26444
+ ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["filter"], ["name", "operator", "value"], ["max", "opt_property", "opt_ascending"], ["start", "opt_end"], ["property", "opt_ascending"], ["geometry"], ["func", "var_args"], ["legacy"], ["callback"],
26445
+ ["opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"], ["tag"], ["params", "opt_callback"], ["opt_callback"], ["id"], ["id", "opt_callback"], ["requestedId", "opt_callback"], ["asset", "params", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["tag"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_resetDefault"], ["id", "opt_callback"], ["opt_count", "opt_callback"], ["operationName",
26446
+ "opt_callback"], ["obj", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["taskId", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["taskId", "action", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["taskId", "params", "opt_callback"],
26447
+ ["parent", "opt_params", "opt_callback"], ["assetId", "properties", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["id"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], [], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["assetId", "opt_callback"], ["id", "x", "y", "z"], ["params", "opt_callback"],
26448
+ ["parent", "opt_params", "opt_callback"], ["id"], ["taskId", "request", "opt_callback"], ["opt_limit", "opt_callback"], ["project", "opt_callback"], ["assetId", "opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], [], [], ["func", "namedArgs"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], ["var_args"], [],
26449
+ ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["args", "opt_column"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_visParams", "opt_callback"], ["opt_filter"], ["name", "value"], ["name", "value"], ["name", "operator", "value"], ["start", "opt_end"], ["geometry", "opt_errorMargin"],
26450
+ ["var_args"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["namedArgs"], ["var_args"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["west", "south", "east", "north"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"],
26451
+ ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["params", "opt_callback"], ["r", "g", "b"], ["params", "opt_callback"], ["params", "opt_callback"], ["var_args"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["var_args"], ["expression", "opt_map"], ["geometry"], ["opt_visParams", "opt_callback"], ["opt_args"],
26452
+ ["var_args"], ["params", "opt_callback"], ["selectors", "opt_names"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["opt_visParams", "opt_callback"], [], ["args"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["list"], ["number"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
26453
+ [ee.ApiFunction._call, ee.ApiFunction.lookup, ee.ApiFunction._apply, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage,
26454
+ module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.video.toDrive, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filter, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.limit, ee.Collection.prototype.filterDate, ee.Collection.prototype.sort, ee.Collection.prototype.filterBounds, ee.ComputedObject.prototype.aside,
26455
+ ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.getInfo, ee.data.authenticateViaPopup, ee.data.getTableDownloadId, ee.data.setWorkloadTag, ee.data.getFeatureViewTilesKey, ee.data.getAssetRoots, ee.data.makeTableDownloadUrl, ee.data.getAsset, ee.data.createAssetHome, ee.data.listFeatures, ee.data.createAsset, ee.data.setDefaultWorkloadTag, ee.data.authenticateViaPrivateKey, ee.data.resetWorkloadTag, ee.data.getInfo, ee.data.newTaskId, ee.data.getOperation,
26456
+ ee.data.computeValue, ee.data.updateAsset, ee.data.getThumbId, ee.data.cancelTask, ee.data.getVideoThumbId, ee.data.createFolder, ee.data.getTaskStatus, ee.data.setAssetAcl, ee.data.startIngestion, ee.data.getFilmstripThumbId, ee.data.updateTask, ee.data.getList, ee.data.renameAsset, ee.data.startProcessing, ee.data.listAssets, ee.data.setAssetProperties, ee.data.authenticateViaOauth, ee.data.makeThumbUrl, ee.data.getMapId, ee.data.copyAsset, ee.data.getTaskList, ee.data.getAssetRootQuota, ee.data.getWorkloadTag,
26457
+ ee.data.authenticate, ee.data.deleteAsset, ee.data.getTileUrl, ee.data.getDownloadId, ee.data.listImages, ee.data.makeDownloadUrl, ee.data.startTableIngestion, ee.data.getTaskListWithLimit, ee.data.listBuckets, ee.data.getAssetAcl, ee.data.listOperations, ee.data.cancelOperation, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.decode, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.reset, ee.Algorithms, ee.InitState, ee.apply, ee.TILE_SIZE, ee.initialize,
26458
+ ee.call, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.Feature, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getMapId, ee.Filter, ee.Filter.gte, ee.Filter.eq, ee.Filter.metadata, ee.Filter.date, ee.Filter.bounds, ee.Filter.and,
26459
+ ee.Filter.prototype.not, ee.Filter.inList, ee.Filter.neq, ee.Filter.lt, ee.Filter.gt, ee.Filter.lte, ee.Filter.or, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.prototype.toGeoJSON, ee.Geometry.MultiLineString, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.BBox, ee.Geometry.MultiPoint, ee.Geometry.Rectangle, ee.Geometry, ee.Geometry.MultiPolygon, ee.Geometry.LineString, ee.Geometry.prototype.serialize, ee.Geometry.Polygon, ee.Geometry.Point, ee.Image.prototype.getThumbURL,
26460
+ ee.Image.rgb, ee.Image.prototype.getDownloadURL, ee.Image.prototype.getThumbId, ee.Image.prototype.select, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.rename, ee.Image.prototype.expression, ee.Image.prototype.clip, ee.Image.prototype.getMap, ee.Image, ee.Image.cat, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.first,
26461
+ ee.ImageCollection, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
26553
26462
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
26554
26463
  });
26555
26464
  goog.global.EXPORTED_FN_INFO = exportedFnInfo;