@google/earthengine 1.7.1 → 1.7.3

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
@@ -1346,7 +1346,7 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
1346
1346
  return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
1347
1347
  };
1348
1348
  }, "es8", "es3");
1349
- var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_context_per_component__enable:!1, GoogFlags__client_only_wiz_lazy_tsx__disable:!1, GoogFlags__client_only_wiz_queue_effect_and_on_init_initial_runs__disable:!1, GoogFlags__fixed_noopener_behavior__enable:!1, GoogFlags__jspb_deserialize_binary_int64s_as_gbigint__enable:!1, GoogFlags__jspb_disallow_message_tojson__enable:!1, GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable:!1,
1349
+ var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_context_per_component__enable:!1, GoogFlags__client_only_wiz_lazy_tsx__disable:!1, GoogFlags__client_only_wiz_queue_effect_and_on_init_initial_runs__disable:!1, GoogFlags__fixed_noopener_behavior__enable:!1, GoogFlags__jspb_deserialize_binary_int64s_as_gbigint__disable:!1, GoogFlags__jspb_disallow_message_tojson__enable:!1, GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable:!1,
1350
1350
  GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable:!1, GoogFlags__jspb_use_constant_default_pivot__enable:!1, GoogFlags__jspb_write_back_bigint__enable:!1, GoogFlags__optimize_get_ei_from_ved__enable:!1, GoogFlags__override_disable_toggles:!1, GoogFlags__testonly_debug_flag__enable:!1, GoogFlags__testonly_disabled_flag__enable:!1, GoogFlags__testonly_stable_flag__disable:!1, GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1,
1351
1351
  GoogFlags__wiz_enable_native_promise__enable:!1};
1352
1352
  /*
@@ -1354,7 +1354,7 @@ GoogFlags__wiz_enable_native_promise__enable:!1};
1354
1354
  Copyright The Closure Library Authors.
1355
1355
  SPDX-License-Identifier: Apache-2.0
1356
1356
  */
1357
- var isChrome87, goog = goog || {};
1357
+ var goog = goog || {};
1358
1358
  goog.global = this || self;
1359
1359
  goog.exportPath_ = function(name, object, overwriteImplicit, objectToExportTo) {
1360
1360
  for (var parts = name.split("."), cur = objectToExportTo || goog.global, part; parts.length && (part = parts.shift());) {
@@ -3665,7 +3665,8 @@ goog.inherits(module$contents$goog$debug$Error_DebugError, Error);
3665
3665
  module$contents$goog$debug$Error_DebugError.prototype.name = "CustomError";
3666
3666
  goog.debug.Error = module$contents$goog$debug$Error_DebugError;
3667
3667
  goog.dom = {};
3668
- goog.dom.NodeType = {ELEMENT:1, ATTRIBUTE:2, TEXT:3, CDATA_SECTION:4, ENTITY_REFERENCE:5, ENTITY:6, PROCESSING_INSTRUCTION:7, COMMENT:8, DOCUMENT:9, DOCUMENT_TYPE:10, DOCUMENT_FRAGMENT:11, NOTATION:12};
3668
+ var module$contents$goog$dom$NodeType_NodeType = {ELEMENT:1, ATTRIBUTE:2, TEXT:3, CDATA_SECTION:4, ENTITY_REFERENCE:5, ENTITY:6, PROCESSING_INSTRUCTION:7, COMMENT:8, DOCUMENT:9, DOCUMENT_TYPE:10, DOCUMENT_FRAGMENT:11, NOTATION:12};
3669
+ goog.dom.NodeType = module$contents$goog$dom$NodeType_NodeType;
3669
3670
  goog.asserts = {};
3670
3671
  goog.asserts.ENABLE_ASSERTS = module$exports$enable_goog_asserts.ENABLE_GOOG_ASSERTS;
3671
3672
  function module$contents$goog$asserts_AssertionError(messagePattern, messageArgs) {
@@ -3735,7 +3736,7 @@ goog.asserts.assertBoolean = function(value, opt_message, var_args) {
3735
3736
  return value;
3736
3737
  };
3737
3738
  goog.asserts.assertElement = function(value, opt_message, var_args) {
3738
- !module$exports$enable_goog_asserts.ENABLE_GOOG_ASSERTS || goog.isObject(value) && value.nodeType == goog.dom.NodeType.ELEMENT || module$contents$goog$asserts_doAssertFailure("Expected Element but got %s: %s.", [goog.typeOf(value), value], opt_message, Array.prototype.slice.call(arguments, 2));
3739
+ !module$exports$enable_goog_asserts.ENABLE_GOOG_ASSERTS || goog.isObject(value) && value.nodeType == module$contents$goog$dom$NodeType_NodeType.ELEMENT || module$contents$goog$asserts_doAssertFailure("Expected Element but got %s: %s.", [goog.typeOf(value), value], opt_message, Array.prototype.slice.call(arguments, 2));
3739
3740
  return value;
3740
3741
  };
3741
3742
  goog.asserts.assertInstanceof = function(value, type, opt_message, var_args) {
@@ -5600,8 +5601,8 @@ goog.structs.every = function(col, f, opt_obj) {
5600
5601
  };
5601
5602
  goog.uri = {};
5602
5603
  goog.uri.utils = {};
5603
- goog.uri.utils.CharCode_ = {AMPERSAND:38, EQUAL:61, HASH:35, QUESTION:63};
5604
- goog.uri.utils.buildFromEncodedParts = function(opt_scheme, opt_userInfo, opt_domain, opt_port, opt_path, opt_queryData, opt_fragment) {
5604
+ var module$contents$goog$uri$utils_CharCode = {AMPERSAND:38, EQUAL:61, HASH:35, QUESTION:63};
5605
+ function module$contents$goog$uri$utils_buildFromEncodedParts(opt_scheme, opt_userInfo, opt_domain, opt_port, opt_path, opt_queryData, opt_fragment) {
5605
5606
  var out = "";
5606
5607
  opt_scheme && (out += opt_scheme + ":");
5607
5608
  opt_domain && (out += "//", opt_userInfo && (out += opt_userInfo + "@"), out += opt_domain, opt_port && (out += ":" + opt_port));
@@ -5609,90 +5610,48 @@ goog.uri.utils.buildFromEncodedParts = function(opt_scheme, opt_userInfo, opt_do
5609
5610
  opt_queryData && (out += "?" + opt_queryData);
5610
5611
  opt_fragment && (out += "#" + opt_fragment);
5611
5612
  return out;
5612
- };
5613
- goog.uri.utils.splitRe_ = RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$");
5614
- goog.uri.utils.ComponentIndex = {SCHEME:1, USER_INFO:2, DOMAIN:3, PORT:4, PATH:5, QUERY_DATA:6, FRAGMENT:7};
5615
- goog.uri.utils.urlPackageSupportLoggingHandler_ = null;
5616
- goog.uri.utils.setUrlPackageSupportLoggingHandler = function(handler) {
5617
- goog.uri.utils.urlPackageSupportLoggingHandler_ = handler;
5618
- };
5619
- goog.uri.utils.split = function(uri) {
5620
- var result = uri.match(goog.uri.utils.splitRe_);
5621
- goog.uri.utils.urlPackageSupportLoggingHandler_ && ["http", "https", "ws", "wss", "ftp"].indexOf(result[goog.uri.utils.ComponentIndex.SCHEME]) >= 0 && goog.uri.utils.urlPackageSupportLoggingHandler_(uri);
5613
+ }
5614
+ var module$contents$goog$uri$utils_splitRe = RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$"), module$contents$goog$uri$utils_ComponentIndex = {SCHEME:1, USER_INFO:2, DOMAIN:3, PORT:4, PATH:5, QUERY_DATA:6, FRAGMENT:7}, module$contents$goog$uri$utils_urlPackageSupportLoggingHandler = null;
5615
+ function module$contents$goog$uri$utils_split(uri) {
5616
+ var result = uri.match(module$contents$goog$uri$utils_splitRe);
5617
+ module$contents$goog$uri$utils_urlPackageSupportLoggingHandler && ["http", "https", "ws", "wss", "ftp"].indexOf(result[module$contents$goog$uri$utils_ComponentIndex.SCHEME]) >= 0 && module$contents$goog$uri$utils_urlPackageSupportLoggingHandler(uri);
5622
5618
  return result;
5623
- };
5624
- goog.uri.utils.decodeIfPossible_ = function(uri, opt_preserveReserved) {
5619
+ }
5620
+ function module$contents$goog$uri$utils_decodeIfPossible(uri, opt_preserveReserved) {
5625
5621
  return uri ? opt_preserveReserved ? decodeURI(uri) : decodeURIComponent(uri) : uri;
5626
- };
5627
- goog.uri.utils.getComponentByIndex_ = function(componentIndex, uri) {
5628
- return goog.uri.utils.split(uri)[componentIndex] || null;
5629
- };
5630
- goog.uri.utils.getScheme = function(uri) {
5631
- return goog.uri.utils.getComponentByIndex_(goog.uri.utils.ComponentIndex.SCHEME, uri);
5632
- };
5633
- goog.uri.utils.getEffectiveScheme = function(uri) {
5634
- var scheme = goog.uri.utils.getScheme(uri);
5622
+ }
5623
+ function module$contents$goog$uri$utils_getComponentByIndex(componentIndex, uri) {
5624
+ return module$contents$goog$uri$utils_split(uri)[componentIndex] || null;
5625
+ }
5626
+ function module$contents$goog$uri$utils_getScheme(uri) {
5627
+ return module$contents$goog$uri$utils_getComponentByIndex(module$contents$goog$uri$utils_ComponentIndex.SCHEME, uri);
5628
+ }
5629
+ function module$contents$goog$uri$utils_getEffectiveScheme(uri) {
5630
+ var scheme = module$contents$goog$uri$utils_getScheme(uri);
5635
5631
  !scheme && goog.global.self && goog.global.self.location && (scheme = goog.global.self.location.protocol.slice(0, -1));
5636
5632
  return scheme ? scheme.toLowerCase() : "";
5637
- };
5638
- goog.uri.utils.getUserInfoEncoded = function(uri) {
5639
- return goog.uri.utils.getComponentByIndex_(goog.uri.utils.ComponentIndex.USER_INFO, uri);
5640
- };
5641
- goog.uri.utils.getUserInfo = function(uri) {
5642
- return goog.uri.utils.decodeIfPossible_(goog.uri.utils.getUserInfoEncoded(uri));
5643
- };
5644
- goog.uri.utils.getDomainEncoded = function(uri) {
5645
- return goog.uri.utils.getComponentByIndex_(goog.uri.utils.ComponentIndex.DOMAIN, uri);
5646
- };
5647
- goog.uri.utils.getDomain = function(uri) {
5648
- return goog.uri.utils.decodeIfPossible_(goog.uri.utils.getDomainEncoded(uri), !0);
5649
- };
5650
- goog.uri.utils.getPort = function(uri) {
5651
- return Number(goog.uri.utils.getComponentByIndex_(goog.uri.utils.ComponentIndex.PORT, uri)) || null;
5652
- };
5653
- goog.uri.utils.getPathEncoded = function(uri) {
5654
- return goog.uri.utils.getComponentByIndex_(goog.uri.utils.ComponentIndex.PATH, uri);
5655
- };
5656
- goog.uri.utils.getPath = function(uri) {
5657
- return goog.uri.utils.decodeIfPossible_(goog.uri.utils.getPathEncoded(uri), !0);
5658
- };
5659
- goog.uri.utils.getQueryData = function(uri) {
5660
- return goog.uri.utils.getComponentByIndex_(goog.uri.utils.ComponentIndex.QUERY_DATA, uri);
5661
- };
5662
- goog.uri.utils.getFragmentEncoded = function(uri) {
5633
+ }
5634
+ function module$contents$goog$uri$utils_getUserInfoEncoded(uri) {
5635
+ return module$contents$goog$uri$utils_getComponentByIndex(module$contents$goog$uri$utils_ComponentIndex.USER_INFO, uri);
5636
+ }
5637
+ function module$contents$goog$uri$utils_getDomainEncoded(uri) {
5638
+ return module$contents$goog$uri$utils_getComponentByIndex(module$contents$goog$uri$utils_ComponentIndex.DOMAIN, uri);
5639
+ }
5640
+ function module$contents$goog$uri$utils_getPathEncoded(uri) {
5641
+ return module$contents$goog$uri$utils_getComponentByIndex(module$contents$goog$uri$utils_ComponentIndex.PATH, uri);
5642
+ }
5643
+ function module$contents$goog$uri$utils_getFragmentEncoded(uri) {
5663
5644
  var hashIndex = uri.indexOf("#");
5664
5645
  return hashIndex < 0 ? null : uri.slice(hashIndex + 1);
5665
- };
5666
- goog.uri.utils.setFragmentEncoded = function(uri, fragment) {
5667
- return goog.uri.utils.removeFragment(uri) + (fragment ? "#" + fragment : "");
5668
- };
5669
- goog.uri.utils.getFragment = function(uri) {
5670
- return goog.uri.utils.decodeIfPossible_(goog.uri.utils.getFragmentEncoded(uri));
5671
- };
5672
- goog.uri.utils.getHost = function(uri) {
5673
- var pieces = goog.uri.utils.split(uri);
5674
- return goog.uri.utils.buildFromEncodedParts(pieces[goog.uri.utils.ComponentIndex.SCHEME], pieces[goog.uri.utils.ComponentIndex.USER_INFO], pieces[goog.uri.utils.ComponentIndex.DOMAIN], pieces[goog.uri.utils.ComponentIndex.PORT]);
5675
- };
5676
- goog.uri.utils.getOrigin = function(uri) {
5677
- var pieces = goog.uri.utils.split(uri);
5678
- return goog.uri.utils.buildFromEncodedParts(pieces[goog.uri.utils.ComponentIndex.SCHEME], null, pieces[goog.uri.utils.ComponentIndex.DOMAIN], pieces[goog.uri.utils.ComponentIndex.PORT]);
5679
- };
5680
- goog.uri.utils.getPathAndAfter = function(uri) {
5681
- var pieces = goog.uri.utils.split(uri);
5682
- return goog.uri.utils.buildFromEncodedParts(null, null, null, null, pieces[goog.uri.utils.ComponentIndex.PATH], pieces[goog.uri.utils.ComponentIndex.QUERY_DATA], pieces[goog.uri.utils.ComponentIndex.FRAGMENT]);
5683
- };
5684
- goog.uri.utils.removeFragment = function(uri) {
5646
+ }
5647
+ function module$contents$goog$uri$utils_removeFragment(uri) {
5685
5648
  var hashIndex = uri.indexOf("#");
5686
5649
  return hashIndex < 0 ? uri : uri.slice(0, hashIndex);
5687
- };
5688
- goog.uri.utils.haveSameDomain = function(uri1, uri2) {
5689
- var pieces1 = goog.uri.utils.split(uri1), pieces2 = goog.uri.utils.split(uri2);
5690
- return pieces1[goog.uri.utils.ComponentIndex.DOMAIN] == pieces2[goog.uri.utils.ComponentIndex.DOMAIN] && pieces1[goog.uri.utils.ComponentIndex.SCHEME] == pieces2[goog.uri.utils.ComponentIndex.SCHEME] && pieces1[goog.uri.utils.ComponentIndex.PORT] == pieces2[goog.uri.utils.ComponentIndex.PORT];
5691
- };
5692
- goog.uri.utils.assertNoFragmentsOrQueries_ = function(uri) {
5650
+ }
5651
+ function module$contents$goog$uri$utils_assertNoFragmentsOrQueries(uri) {
5693
5652
  goog.asserts.assert(uri.indexOf("#") < 0 && uri.indexOf("?") < 0, "goog.uri.utils: Fragment or query identifiers are not supported: [%s]", uri);
5694
- };
5695
- goog.uri.utils.parseQueryData = function(encodedQuery, callback) {
5653
+ }
5654
+ function module$contents$goog$uri$utils_parseQueryData(encodedQuery, callback) {
5696
5655
  if (encodedQuery) {
5697
5656
  for (var pairs = encodedQuery.split("&"), i = 0; i < pairs.length; i++) {
5698
5657
  var indexOfEquals = pairs[i].indexOf("="), name = null, value = null;
@@ -5700,8 +5659,8 @@ goog.uri.utils.parseQueryData = function(encodedQuery, callback) {
5700
5659
  callback(name, value ? goog.string.urlDecode(value) : "");
5701
5660
  }
5702
5661
  }
5703
- };
5704
- goog.uri.utils.splitQueryData_ = function(uri) {
5662
+ }
5663
+ function module$contents$goog$uri$utils_splitQueryData(uri) {
5705
5664
  var hashIndex = uri.indexOf("#");
5706
5665
  hashIndex < 0 && (hashIndex = uri.length);
5707
5666
  var questionIndex = uri.indexOf("?");
@@ -5712,77 +5671,116 @@ goog.uri.utils.splitQueryData_ = function(uri) {
5712
5671
  queryData = uri.substring(questionIndex + 1, hashIndex);
5713
5672
  }
5714
5673
  return [uri.slice(0, questionIndex), queryData, uri.slice(hashIndex)];
5715
- };
5716
- goog.uri.utils.joinQueryData_ = function(parts) {
5674
+ }
5675
+ function module$contents$goog$uri$utils_joinQueryData(parts) {
5717
5676
  return parts[0] + (parts[1] ? "?" + parts[1] : "") + parts[2];
5718
- };
5719
- goog.uri.utils.appendQueryData_ = function(queryData, newData) {
5677
+ }
5678
+ function module$contents$goog$uri$utils_appendQueryData(queryData, newData) {
5720
5679
  return newData ? queryData ? queryData + "&" + newData : newData : queryData;
5721
- };
5722
- goog.uri.utils.appendQueryDataToUri_ = function(uri, queryData) {
5680
+ }
5681
+ function module$contents$goog$uri$utils_appendQueryDataToUri(uri, queryData) {
5723
5682
  if (!queryData) {
5724
5683
  return uri;
5725
5684
  }
5726
- var parts = goog.uri.utils.splitQueryData_(uri);
5727
- parts[1] = goog.uri.utils.appendQueryData_(parts[1], queryData);
5728
- return goog.uri.utils.joinQueryData_(parts);
5729
- };
5730
- goog.uri.utils.appendKeyValuePairs_ = function(key, value, pairs) {
5685
+ var parts = module$contents$goog$uri$utils_splitQueryData(uri);
5686
+ parts[1] = module$contents$goog$uri$utils_appendQueryData(parts[1], queryData);
5687
+ return module$contents$goog$uri$utils_joinQueryData(parts);
5688
+ }
5689
+ function module$contents$goog$uri$utils_appendKeyValuePairs(key, value, pairs) {
5731
5690
  goog.asserts.assertString(key);
5732
5691
  if (Array.isArray(value)) {
5733
5692
  goog.asserts.assertArray(value);
5734
5693
  for (var j = 0; j < value.length; j++) {
5735
- goog.uri.utils.appendKeyValuePairs_(key, String(value[j]), pairs);
5694
+ module$contents$goog$uri$utils_appendKeyValuePairs(key, String(value[j]), pairs);
5736
5695
  }
5737
5696
  } else {
5738
5697
  value != null && pairs.push(key + (value === "" ? "" : "=" + goog.string.urlEncode(value)));
5739
5698
  }
5740
- };
5741
- goog.uri.utils.buildQueryData = function(keysAndValues, opt_startIndex) {
5699
+ }
5700
+ function module$contents$goog$uri$utils_buildQueryData(keysAndValues, opt_startIndex) {
5742
5701
  goog.asserts.assert(Math.max(keysAndValues.length - (opt_startIndex || 0), 0) % 2 == 0, "goog.uri.utils: Key/value lists must be even in length.");
5743
5702
  for (var params = [], i = opt_startIndex || 0; i < keysAndValues.length; i += 2) {
5744
- goog.uri.utils.appendKeyValuePairs_(keysAndValues[i], keysAndValues[i + 1], params);
5703
+ module$contents$goog$uri$utils_appendKeyValuePairs(keysAndValues[i], keysAndValues[i + 1], params);
5745
5704
  }
5746
5705
  return params.join("&");
5747
- };
5748
- goog.uri.utils.buildQueryDataFromMap = function(map) {
5706
+ }
5707
+ function module$contents$goog$uri$utils_buildQueryDataFromMap(map) {
5749
5708
  var params = [], key;
5750
5709
  for (key in map) {
5751
- goog.uri.utils.appendKeyValuePairs_(key, map[key], params);
5710
+ module$contents$goog$uri$utils_appendKeyValuePairs(key, map[key], params);
5752
5711
  }
5753
5712
  return params.join("&");
5754
- };
5755
- goog.uri.utils.appendParams = function(uri, var_args) {
5756
- var queryData = arguments.length == 2 ? goog.uri.utils.buildQueryData(arguments[1], 0) : goog.uri.utils.buildQueryData(arguments, 1);
5757
- return goog.uri.utils.appendQueryDataToUri_(uri, queryData);
5758
- };
5759
- goog.uri.utils.appendParamsFromMap = function(uri, map) {
5760
- var queryData = goog.uri.utils.buildQueryDataFromMap(map);
5761
- return goog.uri.utils.appendQueryDataToUri_(uri, queryData);
5762
- };
5763
- goog.uri.utils.appendParam = function(uri, key, opt_value) {
5713
+ }
5714
+ function module$contents$goog$uri$utils_appendParam(uri, key, opt_value) {
5764
5715
  var value = opt_value != null ? "=" + goog.string.urlEncode(opt_value) : "";
5765
- return goog.uri.utils.appendQueryDataToUri_(uri, key + value);
5766
- };
5767
- goog.uri.utils.findParam_ = function(uri, startIndex, keyEncoded, hashOrEndIndex) {
5716
+ return module$contents$goog$uri$utils_appendQueryDataToUri(uri, key + value);
5717
+ }
5718
+ function module$contents$goog$uri$utils_findParam(uri, startIndex, keyEncoded, hashOrEndIndex) {
5768
5719
  for (var index = startIndex, keyLength = keyEncoded.length; (index = uri.indexOf(keyEncoded, index)) >= 0 && index < hashOrEndIndex;) {
5769
5720
  var precedingChar = uri.charCodeAt(index - 1);
5770
- if (precedingChar == goog.uri.utils.CharCode_.AMPERSAND || precedingChar == goog.uri.utils.CharCode_.QUESTION) {
5721
+ if (precedingChar == module$contents$goog$uri$utils_CharCode.AMPERSAND || precedingChar == module$contents$goog$uri$utils_CharCode.QUESTION) {
5771
5722
  var followingChar = uri.charCodeAt(index + keyLength);
5772
- if (!followingChar || followingChar == goog.uri.utils.CharCode_.EQUAL || followingChar == goog.uri.utils.CharCode_.AMPERSAND || followingChar == goog.uri.utils.CharCode_.HASH) {
5723
+ if (!followingChar || followingChar == module$contents$goog$uri$utils_CharCode.EQUAL || followingChar == module$contents$goog$uri$utils_CharCode.AMPERSAND || followingChar == module$contents$goog$uri$utils_CharCode.HASH) {
5773
5724
  return index;
5774
5725
  }
5775
5726
  }
5776
5727
  index += keyLength + 1;
5777
5728
  }
5778
5729
  return -1;
5730
+ }
5731
+ var module$contents$goog$uri$utils_hashOrEndRe = /#|$/, module$contents$goog$uri$utils_trailingQueryPunctuationRe = /[?&]($|#)/;
5732
+ function module$contents$goog$uri$utils_removeParam(uri, keyEncoded) {
5733
+ for (var hashOrEndIndex = uri.search(module$contents$goog$uri$utils_hashOrEndRe), position = 0, foundIndex, buffer = []; (foundIndex = module$contents$goog$uri$utils_findParam(uri, position, keyEncoded, hashOrEndIndex)) >= 0;) {
5734
+ buffer.push(uri.substring(position, foundIndex)), position = Math.min(uri.indexOf("&", foundIndex) + 1 || hashOrEndIndex, hashOrEndIndex);
5735
+ }
5736
+ buffer.push(uri.slice(position));
5737
+ return buffer.join("").replace(module$contents$goog$uri$utils_trailingQueryPunctuationRe, "$1");
5738
+ }
5739
+ function module$contents$goog$uri$utils_setParam(uri, keyEncoded, value) {
5740
+ return module$contents$goog$uri$utils_appendParam(module$contents$goog$uri$utils_removeParam(uri, keyEncoded), keyEncoded, value);
5741
+ }
5742
+ var module$contents$goog$uri$utils_StandardQueryParam = {RANDOM:"zx"};
5743
+ goog.uri.utils.ComponentIndex = module$contents$goog$uri$utils_ComponentIndex;
5744
+ goog.uri.utils.StandardQueryParam = module$contents$goog$uri$utils_StandardQueryParam;
5745
+ goog.uri.utils.QueryArray = void 0;
5746
+ goog.uri.utils.QueryValue = void 0;
5747
+ goog.uri.utils.appendParam = module$contents$goog$uri$utils_appendParam;
5748
+ goog.uri.utils.appendParams = function(uri, var_args) {
5749
+ var queryData = arguments.length == 2 ? module$contents$goog$uri$utils_buildQueryData(arguments[1], 0) : module$contents$goog$uri$utils_buildQueryData(arguments, 1);
5750
+ return module$contents$goog$uri$utils_appendQueryDataToUri(uri, queryData);
5779
5751
  };
5780
- goog.uri.utils.hashOrEndRe_ = /#|$/;
5781
- goog.uri.utils.hasParam = function(uri, keyEncoded) {
5782
- return goog.uri.utils.findParam_(uri, 0, keyEncoded, uri.search(goog.uri.utils.hashOrEndRe_)) >= 0;
5752
+ goog.uri.utils.appendParamsFromMap = function(uri, map) {
5753
+ var queryData = module$contents$goog$uri$utils_buildQueryDataFromMap(map);
5754
+ return module$contents$goog$uri$utils_appendQueryDataToUri(uri, queryData);
5755
+ };
5756
+ goog.uri.utils.appendPath = function(baseUri, path) {
5757
+ module$contents$goog$uri$utils_assertNoFragmentsOrQueries(baseUri);
5758
+ goog.string.endsWith(baseUri, "/") && (baseUri = baseUri.slice(0, -1));
5759
+ goog.string.startsWith(path, "/") && (path = path.slice(1));
5760
+ return "" + baseUri + "/" + path;
5761
+ };
5762
+ goog.uri.utils.buildFromEncodedParts = module$contents$goog$uri$utils_buildFromEncodedParts;
5763
+ goog.uri.utils.buildQueryData = module$contents$goog$uri$utils_buildQueryData;
5764
+ goog.uri.utils.buildQueryDataFromMap = module$contents$goog$uri$utils_buildQueryDataFromMap;
5765
+ goog.uri.utils.getDomain = function(uri) {
5766
+ return module$contents$goog$uri$utils_decodeIfPossible(module$contents$goog$uri$utils_getDomainEncoded(uri), !0);
5767
+ };
5768
+ goog.uri.utils.getDomainEncoded = module$contents$goog$uri$utils_getDomainEncoded;
5769
+ goog.uri.utils.getEffectiveScheme = module$contents$goog$uri$utils_getEffectiveScheme;
5770
+ goog.uri.utils.getFragment = function(uri) {
5771
+ return module$contents$goog$uri$utils_decodeIfPossible(module$contents$goog$uri$utils_getFragmentEncoded(uri));
5772
+ };
5773
+ goog.uri.utils.getFragmentEncoded = module$contents$goog$uri$utils_getFragmentEncoded;
5774
+ goog.uri.utils.getHost = function(uri) {
5775
+ var pieces = module$contents$goog$uri$utils_split(uri);
5776
+ return module$contents$goog$uri$utils_buildFromEncodedParts(pieces[module$contents$goog$uri$utils_ComponentIndex.SCHEME], pieces[module$contents$goog$uri$utils_ComponentIndex.USER_INFO], pieces[module$contents$goog$uri$utils_ComponentIndex.DOMAIN], pieces[module$contents$goog$uri$utils_ComponentIndex.PORT]);
5777
+ };
5778
+ goog.uri.utils.getOrigin = function(uri) {
5779
+ var pieces = module$contents$goog$uri$utils_split(uri);
5780
+ return module$contents$goog$uri$utils_buildFromEncodedParts(pieces[module$contents$goog$uri$utils_ComponentIndex.SCHEME], null, pieces[module$contents$goog$uri$utils_ComponentIndex.DOMAIN], pieces[module$contents$goog$uri$utils_ComponentIndex.PORT]);
5783
5781
  };
5784
5782
  goog.uri.utils.getParamValue = function(uri, keyEncoded) {
5785
- var hashOrEndIndex = uri.search(goog.uri.utils.hashOrEndRe_), foundIndex = goog.uri.utils.findParam_(uri, 0, keyEncoded, hashOrEndIndex);
5783
+ var hashOrEndIndex = uri.search(module$contents$goog$uri$utils_hashOrEndRe), foundIndex = module$contents$goog$uri$utils_findParam(uri, 0, keyEncoded, hashOrEndIndex);
5786
5784
  if (foundIndex < 0) {
5787
5785
  return null;
5788
5786
  }
@@ -5794,7 +5792,7 @@ goog.uri.utils.getParamValue = function(uri, keyEncoded) {
5794
5792
  return goog.string.urlDecode(uri.slice(foundIndex, endPosition !== -1 ? endPosition : 0));
5795
5793
  };
5796
5794
  goog.uri.utils.getParamValues = function(uri, keyEncoded) {
5797
- for (var hashOrEndIndex = uri.search(goog.uri.utils.hashOrEndRe_), position = 0, foundIndex, result = []; (foundIndex = goog.uri.utils.findParam_(uri, position, keyEncoded, hashOrEndIndex)) >= 0;) {
5795
+ for (var hashOrEndIndex = uri.search(module$contents$goog$uri$utils_hashOrEndRe), position = 0, foundIndex, result = []; (foundIndex = module$contents$goog$uri$utils_findParam(uri, position, keyEncoded, hashOrEndIndex)) >= 0;) {
5798
5796
  position = uri.indexOf("&", foundIndex);
5799
5797
  if (position < 0 || position > hashOrEndIndex) {
5800
5798
  position = hashOrEndIndex;
@@ -5804,51 +5802,71 @@ goog.uri.utils.getParamValues = function(uri, keyEncoded) {
5804
5802
  }
5805
5803
  return result;
5806
5804
  };
5807
- goog.uri.utils.trailingQueryPunctuationRe_ = /[?&]($|#)/;
5808
- goog.uri.utils.removeParam = function(uri, keyEncoded) {
5809
- for (var hashOrEndIndex = uri.search(goog.uri.utils.hashOrEndRe_), position = 0, foundIndex, buffer = []; (foundIndex = goog.uri.utils.findParam_(uri, position, keyEncoded, hashOrEndIndex)) >= 0;) {
5810
- buffer.push(uri.substring(position, foundIndex)), position = Math.min(uri.indexOf("&", foundIndex) + 1 || hashOrEndIndex, hashOrEndIndex);
5811
- }
5812
- buffer.push(uri.slice(position));
5813
- return buffer.join("").replace(goog.uri.utils.trailingQueryPunctuationRe_, "$1");
5805
+ goog.uri.utils.getPath = function(uri) {
5806
+ return module$contents$goog$uri$utils_decodeIfPossible(module$contents$goog$uri$utils_getPathEncoded(uri), !0);
5807
+ };
5808
+ goog.uri.utils.getPathAndAfter = function(uri) {
5809
+ var pieces = module$contents$goog$uri$utils_split(uri);
5810
+ return module$contents$goog$uri$utils_buildFromEncodedParts(null, null, null, null, pieces[module$contents$goog$uri$utils_ComponentIndex.PATH], pieces[module$contents$goog$uri$utils_ComponentIndex.QUERY_DATA], pieces[module$contents$goog$uri$utils_ComponentIndex.FRAGMENT]);
5814
5811
  };
5815
- goog.uri.utils.setParam = function(uri, keyEncoded, value) {
5816
- return goog.uri.utils.appendParam(goog.uri.utils.removeParam(uri, keyEncoded), keyEncoded, value);
5812
+ goog.uri.utils.getPathEncoded = module$contents$goog$uri$utils_getPathEncoded;
5813
+ goog.uri.utils.getPort = function(uri) {
5814
+ return Number(module$contents$goog$uri$utils_getComponentByIndex(module$contents$goog$uri$utils_ComponentIndex.PORT, uri)) || null;
5815
+ };
5816
+ goog.uri.utils.getQueryData = function(uri) {
5817
+ return module$contents$goog$uri$utils_getComponentByIndex(module$contents$goog$uri$utils_ComponentIndex.QUERY_DATA, uri);
5817
5818
  };
5819
+ goog.uri.utils.getScheme = module$contents$goog$uri$utils_getScheme;
5820
+ goog.uri.utils.getUserInfo = function(uri) {
5821
+ return module$contents$goog$uri$utils_decodeIfPossible(module$contents$goog$uri$utils_getUserInfoEncoded(uri));
5822
+ };
5823
+ goog.uri.utils.getUserInfoEncoded = module$contents$goog$uri$utils_getUserInfoEncoded;
5824
+ goog.uri.utils.hasParam = function(uri, keyEncoded) {
5825
+ return module$contents$goog$uri$utils_findParam(uri, 0, keyEncoded, uri.search(module$contents$goog$uri$utils_hashOrEndRe)) >= 0;
5826
+ };
5827
+ goog.uri.utils.haveSameDomain = function(uri1, uri2) {
5828
+ var pieces1 = module$contents$goog$uri$utils_split(uri1), pieces2 = module$contents$goog$uri$utils_split(uri2);
5829
+ return pieces1[module$contents$goog$uri$utils_ComponentIndex.DOMAIN] == pieces2[module$contents$goog$uri$utils_ComponentIndex.DOMAIN] && pieces1[module$contents$goog$uri$utils_ComponentIndex.SCHEME] == pieces2[module$contents$goog$uri$utils_ComponentIndex.SCHEME] && pieces1[module$contents$goog$uri$utils_ComponentIndex.PORT] == pieces2[module$contents$goog$uri$utils_ComponentIndex.PORT];
5830
+ };
5831
+ goog.uri.utils.makeUnique = function(uri) {
5832
+ return module$contents$goog$uri$utils_setParam(uri, module$contents$goog$uri$utils_StandardQueryParam.RANDOM, goog.string.getRandomString());
5833
+ };
5834
+ goog.uri.utils.parseQueryData = module$contents$goog$uri$utils_parseQueryData;
5835
+ goog.uri.utils.removeFragment = module$contents$goog$uri$utils_removeFragment;
5836
+ goog.uri.utils.removeParam = module$contents$goog$uri$utils_removeParam;
5837
+ goog.uri.utils.setFragmentEncoded = function(uri, fragment) {
5838
+ return module$contents$goog$uri$utils_removeFragment(uri) + (fragment ? "#" + fragment : "");
5839
+ };
5840
+ goog.uri.utils.setParam = module$contents$goog$uri$utils_setParam;
5818
5841
  goog.uri.utils.setParamsFromMap = function(uri, params) {
5819
- var parts = goog.uri.utils.splitQueryData_(uri), queryData = parts[1], buffer = [];
5842
+ var parts = module$contents$goog$uri$utils_splitQueryData(uri), queryData = parts[1], buffer = [];
5820
5843
  queryData && queryData.split("&").forEach(function(pair) {
5821
5844
  var indexOfEquals = pair.indexOf("="), name = indexOfEquals >= 0 ? pair.slice(0, indexOfEquals) : pair;
5822
5845
  params.hasOwnProperty(name) || buffer.push(pair);
5823
5846
  });
5824
- parts[1] = goog.uri.utils.appendQueryData_(buffer.join("&"), goog.uri.utils.buildQueryDataFromMap(params));
5825
- return goog.uri.utils.joinQueryData_(parts);
5826
- };
5827
- goog.uri.utils.appendPath = function(baseUri, path) {
5828
- goog.uri.utils.assertNoFragmentsOrQueries_(baseUri);
5829
- goog.string.endsWith(baseUri, "/") && (baseUri = baseUri.slice(0, -1));
5830
- goog.string.startsWith(path, "/") && (path = path.slice(1));
5831
- return "" + baseUri + "/" + path;
5847
+ parts[1] = module$contents$goog$uri$utils_appendQueryData(buffer.join("&"), module$contents$goog$uri$utils_buildQueryDataFromMap(params));
5848
+ return module$contents$goog$uri$utils_joinQueryData(parts);
5832
5849
  };
5833
5850
  goog.uri.utils.setPath = function(uri, path) {
5834
5851
  goog.string.startsWith(path, "/") || (path = "/" + path);
5835
- var parts = goog.uri.utils.split(uri);
5836
- return goog.uri.utils.buildFromEncodedParts(parts[goog.uri.utils.ComponentIndex.SCHEME], parts[goog.uri.utils.ComponentIndex.USER_INFO], parts[goog.uri.utils.ComponentIndex.DOMAIN], parts[goog.uri.utils.ComponentIndex.PORT], path, parts[goog.uri.utils.ComponentIndex.QUERY_DATA], parts[goog.uri.utils.ComponentIndex.FRAGMENT]);
5852
+ var parts = module$contents$goog$uri$utils_split(uri);
5853
+ return module$contents$goog$uri$utils_buildFromEncodedParts(parts[module$contents$goog$uri$utils_ComponentIndex.SCHEME], parts[module$contents$goog$uri$utils_ComponentIndex.USER_INFO], parts[module$contents$goog$uri$utils_ComponentIndex.DOMAIN], parts[module$contents$goog$uri$utils_ComponentIndex.PORT], path, parts[module$contents$goog$uri$utils_ComponentIndex.QUERY_DATA], parts[module$contents$goog$uri$utils_ComponentIndex.FRAGMENT]);
5837
5854
  };
5838
- goog.uri.utils.StandardQueryParam = {RANDOM:"zx"};
5839
- goog.uri.utils.makeUnique = function(uri) {
5840
- return goog.uri.utils.setParam(uri, goog.uri.utils.StandardQueryParam.RANDOM, goog.string.getRandomString());
5855
+ goog.uri.utils.setUrlPackageSupportLoggingHandler = function(handler) {
5856
+ module$contents$goog$uri$utils_urlPackageSupportLoggingHandler = handler;
5841
5857
  };
5858
+ goog.uri.utils.split = module$contents$goog$uri$utils_split;
5842
5859
  goog.Uri = function(opt_uri, opt_ignoreCase) {
5843
5860
  this.domain_ = this.userInfo_ = this.scheme_ = "";
5844
5861
  this.port_ = null;
5845
5862
  this.fragment_ = this.path_ = "";
5846
5863
  this.ignoreCase_ = this.isReadOnly_ = !1;
5847
5864
  var m;
5848
- opt_uri instanceof goog.Uri ? (this.ignoreCase_ = opt_ignoreCase !== void 0 ? opt_ignoreCase : opt_uri.getIgnoreCase(), this.setScheme(opt_uri.getScheme()), this.setUserInfo(opt_uri.getUserInfo()), this.setDomain(opt_uri.getDomain()), this.setPort(opt_uri.getPort()), this.setPath(opt_uri.getPath()), this.setQueryData(opt_uri.getQueryData().clone()), this.setFragment(opt_uri.getFragment())) : opt_uri && (m = goog.uri.utils.split(String(opt_uri))) ? (this.ignoreCase_ = !!opt_ignoreCase, this.setScheme(m[goog.uri.utils.ComponentIndex.SCHEME] ||
5849
- "", !0), this.setUserInfo(m[goog.uri.utils.ComponentIndex.USER_INFO] || "", !0), this.setDomain(m[goog.uri.utils.ComponentIndex.DOMAIN] || "", !0), this.setPort(m[goog.uri.utils.ComponentIndex.PORT]), this.setPath(m[goog.uri.utils.ComponentIndex.PATH] || "", !0), this.setQueryData(m[goog.uri.utils.ComponentIndex.QUERY_DATA] || "", !0), this.setFragment(m[goog.uri.utils.ComponentIndex.FRAGMENT] || "", !0)) : (this.ignoreCase_ = !!opt_ignoreCase, this.queryData_ = new goog.Uri.QueryData(null, this.ignoreCase_));
5865
+ opt_uri instanceof goog.Uri ? (this.ignoreCase_ = opt_ignoreCase !== void 0 ? opt_ignoreCase : opt_uri.getIgnoreCase(), this.setScheme(opt_uri.getScheme()), this.setUserInfo(opt_uri.getUserInfo()), this.setDomain(opt_uri.getDomain()), this.setPort(opt_uri.getPort()), this.setPath(opt_uri.getPath()), this.setQueryData(opt_uri.getQueryData().clone()), this.setFragment(opt_uri.getFragment())) : opt_uri && (m = module$contents$goog$uri$utils_split(String(opt_uri))) ? (this.ignoreCase_ = !!opt_ignoreCase,
5866
+ this.setScheme(m[module$contents$goog$uri$utils_ComponentIndex.SCHEME] || "", !0), this.setUserInfo(m[module$contents$goog$uri$utils_ComponentIndex.USER_INFO] || "", !0), this.setDomain(m[module$contents$goog$uri$utils_ComponentIndex.DOMAIN] || "", !0), this.setPort(m[module$contents$goog$uri$utils_ComponentIndex.PORT]), this.setPath(m[module$contents$goog$uri$utils_ComponentIndex.PATH] || "", !0), this.setQueryData(m[module$contents$goog$uri$utils_ComponentIndex.QUERY_DATA] || "", !0), this.setFragment(m[module$contents$goog$uri$utils_ComponentIndex.FRAGMENT] ||
5867
+ "", !0)) : (this.ignoreCase_ = !!opt_ignoreCase, this.queryData_ = new goog.Uri.QueryData(null, this.ignoreCase_));
5850
5868
  };
5851
- goog.Uri.RANDOM_PARAM = goog.uri.utils.StandardQueryParam.RANDOM;
5869
+ goog.Uri.RANDOM_PARAM = module$contents$goog$uri$utils_StandardQueryParam.RANDOM;
5852
5870
  goog.Uri.prototype.toString = function() {
5853
5871
  var out = [], scheme = this.getScheme();
5854
5872
  scheme && out.push(goog.Uri.encodeSpecialChars_(scheme, goog.Uri.reDisallowedInSchemeOrUserInfo_, !0), ":");
@@ -6103,8 +6121,8 @@ goog.Uri.reDisallowedInAbsolutePath_ = /[#\?]/g;
6103
6121
  goog.Uri.reDisallowedInQuery_ = /[#\?@]/g;
6104
6122
  goog.Uri.reDisallowedInFragment_ = /#/g;
6105
6123
  goog.Uri.haveSameDomain = function(uri1String, uri2String) {
6106
- var pieces1 = goog.uri.utils.split(uri1String), pieces2 = goog.uri.utils.split(uri2String);
6107
- return pieces1[goog.uri.utils.ComponentIndex.DOMAIN] == pieces2[goog.uri.utils.ComponentIndex.DOMAIN] && pieces1[goog.uri.utils.ComponentIndex.PORT] == pieces2[goog.uri.utils.ComponentIndex.PORT];
6124
+ var pieces1 = module$contents$goog$uri$utils_split(uri1String), pieces2 = module$contents$goog$uri$utils_split(uri2String);
6125
+ return pieces1[module$contents$goog$uri$utils_ComponentIndex.DOMAIN] == pieces2[module$contents$goog$uri$utils_ComponentIndex.DOMAIN] && pieces1[module$contents$goog$uri$utils_ComponentIndex.PORT] == pieces2[module$contents$goog$uri$utils_ComponentIndex.PORT];
6108
6126
  };
6109
6127
  goog.Uri.QueryData = function(opt_query, opt_ignoreCase) {
6110
6128
  this.count_ = this.keyMap_ = null;
@@ -6114,7 +6132,7 @@ goog.Uri.QueryData = function(opt_query, opt_ignoreCase) {
6114
6132
  goog.Uri.QueryData.prototype.ensureKeyMapInitialized_ = function() {
6115
6133
  if (!this.keyMap_ && (this.keyMap_ = new Map(), this.count_ = 0, this.encodedQuery_)) {
6116
6134
  var self = this;
6117
- goog.uri.utils.parseQueryData(this.encodedQuery_, function(name, value) {
6135
+ module$contents$goog$uri$utils_parseQueryData(this.encodedQuery_, function(name, value) {
6118
6136
  self.add(goog.string.urlDecode(name), value);
6119
6137
  });
6120
6138
  }
@@ -6296,7 +6314,7 @@ var module$exports$goog$net$rpc$HttpCors = {HTTP_HEADERS_PARAM_NAME:"$httpHeader
6296
6314
  }
6297
6315
  var httpHeaders = module$exports$goog$net$rpc$HttpCors.generateHttpHeadersOverwriteParam(extraHeaders);
6298
6316
  if (typeof url === "string") {
6299
- return goog.uri.utils.appendParam(url, goog.string.urlEncode(urlParam), httpHeaders);
6317
+ return module$contents$goog$uri$utils_appendParam(url, goog.string.urlEncode(urlParam), httpHeaders);
6300
6318
  }
6301
6319
  url.setParameterValue(urlParam, httpHeaders);
6302
6320
  return url;
@@ -6560,7 +6578,7 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_mes
6560
6578
  module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_use_constant_default_pivot__enable = !1;
6561
6579
  module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable = !1;
6562
6580
  module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable = !1;
6563
- module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_deserialize_binary_int64s_as_gbigint__enable = !1;
6581
+ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_deserialize_binary_int64s_as_gbigint__disable = !1;
6564
6582
  module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_write_back_bigint__enable = !1;
6565
6583
  module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__optimize_get_ei_from_ved__enable = !1;
6566
6584
  module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable = !1;
@@ -6582,7 +6600,8 @@ goog.flags.JSPB_USE_CONSTANT_DEFAULT_PIVOT = module$exports$closure$flags$flags$
6582
6600
  goog.flags.JSPB_SERIALIZE_WITH_DYNAMIC_PIVOT_SELECTOR = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable : goog.readFlagInternalDoNotUseOrElse(748402146, goog.DEBUG);
6583
6601
  goog.flags.JSPB_THROW_IN_ARRAY_CONSTRUCTOR_IF_ARRAY_IS_ALREADY_CONSTRUCTED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable : goog.readFlagInternalDoNotUseOrElse(748402147,
6584
6602
  !0);
6585
- goog.flags.JSPB_DESERIALIZE_BINARY_INT64S_AS_GBIGINT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_deserialize_binary_int64s_as_gbigint__enable : goog.readFlagInternalDoNotUseOrElse(824648567, goog.DEBUG);
6603
+ goog.flags.JSPB_DESERIALIZE_BINARY_INT64S_AS_GBIGINT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.FLAGS_STAGING_DEFAULT && (module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_deserialize_binary_int64s_as_gbigint__disable) : goog.readFlagInternalDoNotUseOrElse(824648567,
6604
+ module$contents$goog$flags_STAGING);
6586
6605
  goog.flags.JSPB_WRITE_BACK_BIGINT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_write_back_bigint__enable : goog.readFlagInternalDoNotUseOrElse(824656860, goog.DEBUG);
6587
6606
  goog.flags.OPTIMIZE_GET_EI_FROM_VED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__optimize_get_ei_from_ved__enable : goog.readFlagInternalDoNotUseOrElse(333098724, !1);
6588
6607
  goog.flags.TESTONLY_DISABLED_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483644, !1);
@@ -7433,28 +7452,30 @@ goog.events.Listenable.prototype.getListener = function(type, listener, capture,
7433
7452
  };
7434
7453
  goog.events.Listenable.prototype.hasListener = function(opt_type, opt_capture) {
7435
7454
  };
7436
- goog.events.ListenableKey = function() {
7437
- };
7438
- goog.events.ListenableKey.counter_ = 0;
7439
- goog.events.ListenableKey.reserveKey = function() {
7440
- return ++goog.events.ListenableKey.counter_;
7455
+ function module$contents$goog$events$ListenableKey_ListenableKey() {
7456
+ }
7457
+ module$contents$goog$events$ListenableKey_ListenableKey.counter_ = 0;
7458
+ module$contents$goog$events$ListenableKey_ListenableKey.reserveKey = function() {
7459
+ return ++module$contents$goog$events$ListenableKey_ListenableKey.counter_;
7441
7460
  };
7442
- goog.events.Listener = function(listener, proxy, src, type, capture, opt_handler) {
7443
- goog.events.Listener.ENABLE_MONITORING && (this.creationStack = Error().stack);
7461
+ goog.events.ListenableKey = module$contents$goog$events$ListenableKey_ListenableKey;
7462
+ function module$contents$goog$events$Listener_Listener(listener, proxy, src, type, capture, opt_handler) {
7463
+ module$contents$goog$events$Listener_Listener.ENABLE_MONITORING && (this.creationStack = Error().stack);
7444
7464
  this.listener = listener;
7445
7465
  this.proxy = proxy;
7446
7466
  this.src = src;
7447
7467
  this.type = type;
7448
7468
  this.capture = !!capture;
7449
7469
  this.handler = opt_handler;
7450
- this.key = goog.events.ListenableKey.reserveKey();
7470
+ this.key = module$contents$goog$events$ListenableKey_ListenableKey.reserveKey();
7451
7471
  this.removed = this.callOnce = !1;
7452
- };
7453
- goog.events.Listener.ENABLE_MONITORING = !1;
7454
- goog.events.Listener.prototype.markAsRemoved = function() {
7472
+ }
7473
+ module$contents$goog$events$Listener_Listener.ENABLE_MONITORING = !1;
7474
+ module$contents$goog$events$Listener_Listener.prototype.markAsRemoved = function() {
7455
7475
  this.removed = !0;
7456
7476
  this.handler = this.src = this.proxy = this.listener = null;
7457
7477
  };
7478
+ goog.events.Listener = module$contents$goog$events$Listener_Listener;
7458
7479
  function module$contents$goog$events$ListenerMap_ListenerMap(src) {
7459
7480
  this.src = src;
7460
7481
  this.listeners = {};
@@ -7478,7 +7499,7 @@ module$contents$goog$events$ListenerMap_ListenerMap.prototype.add = function(typ
7478
7499
  var listenerObj = listenerArray[index];
7479
7500
  callOnce || (listenerObj.callOnce = !1);
7480
7501
  } else {
7481
- listenerObj = new goog.events.Listener(listener, null, this.src, typeStr, !!opt_useCapture, opt_listenerScope), listenerObj.callOnce = callOnce, listenerArray.push(listenerObj);
7502
+ listenerObj = new module$contents$goog$events$Listener_Listener(listener, null, this.src, typeStr, !!opt_useCapture, opt_listenerScope), listenerObj.callOnce = callOnce, listenerArray.push(listenerObj);
7482
7503
  }
7483
7504
  return listenerObj;
7484
7505
  };
@@ -8149,53 +8170,75 @@ goog.functions.isFunction = function(val) {
8149
8170
  return typeof val === "function";
8150
8171
  };
8151
8172
  goog.math = {};
8152
- goog.math.randomInt = function(a) {
8153
- return Math.floor(Math.random() * a);
8154
- };
8155
- goog.math.uniformRandom = function(a, b) {
8156
- return a + Math.random() * (b - a);
8157
- };
8158
- goog.math.clamp = function(value, min, max) {
8159
- return Math.min(Math.max(value, min), max);
8160
- };
8161
- goog.math.modulo = function(a, b) {
8173
+ function module$contents$goog$math_modulo(a, b) {
8162
8174
  var r = a % b;
8163
8175
  return r * b < 0 ? r + b : r;
8164
- };
8165
- goog.math.lerp = function(a, b, x) {
8166
- return a + x * (b - a);
8167
- };
8168
- goog.math.nearlyEquals = function(a, b, opt_tolerance) {
8169
- return Math.abs(a - b) <= (opt_tolerance || 1E-6);
8170
- };
8171
- goog.math.standardAngle = function(angle) {
8172
- return goog.math.modulo(angle, 360);
8173
- };
8174
- goog.math.standardAngleInRadians = function(angle) {
8175
- return goog.math.modulo(angle, 2 * Math.PI);
8176
- };
8177
- goog.math.toRadians = function(angleDegrees) {
8176
+ }
8177
+ function module$contents$goog$math_standardAngle(angle) {
8178
+ return module$contents$goog$math_modulo(angle, 360);
8179
+ }
8180
+ function module$contents$goog$math_toRadians(angleDegrees) {
8178
8181
  return angleDegrees * Math.PI / 180;
8179
- };
8180
- goog.math.toDegrees = function(angleRadians) {
8182
+ }
8183
+ function module$contents$goog$math_toDegrees(angleRadians) {
8181
8184
  return angleRadians * 180 / Math.PI;
8185
+ }
8186
+ function module$contents$goog$math_angle(x1, y1, x2, y2) {
8187
+ return module$contents$goog$math_standardAngle(module$contents$goog$math_toDegrees(Math.atan2(y2 - y1, x2 - x1)));
8188
+ }
8189
+ function module$contents$goog$math_sum(var_args) {
8190
+ return Array.prototype.reduce.call(arguments, function(sum, value) {
8191
+ return sum + value;
8192
+ }, 0);
8193
+ }
8194
+ function module$contents$goog$math_average(var_args) {
8195
+ return module$contents$goog$math_sum.apply(null, arguments) / arguments.length;
8196
+ }
8197
+ function module$contents$goog$math_sampleVariance(var_args) {
8198
+ var sampleSize = arguments.length;
8199
+ if (sampleSize < 2) {
8200
+ return 0;
8201
+ }
8202
+ var mean = module$contents$goog$math_average.apply(null, arguments);
8203
+ return module$contents$goog$math_sum.apply(null, Array.prototype.map.call(arguments, function(val) {
8204
+ return Math.pow(val - mean, 2);
8205
+ })) / (sampleSize - 1);
8206
+ }
8207
+ function module$contents$goog$math_isInt(num) {
8208
+ return isFinite(num) && num % 1 == 0;
8209
+ }
8210
+ goog.math.angle = module$contents$goog$math_angle;
8211
+ goog.math.angleDifference = function(startAngle, endAngle) {
8212
+ var d = module$contents$goog$math_standardAngle(endAngle) - module$contents$goog$math_standardAngle(startAngle);
8213
+ d > 180 ? d -= 360 : d <= -180 && (d = 360 + d);
8214
+ return d;
8182
8215
  };
8183
8216
  goog.math.angleDx = function(degrees, radius) {
8184
- return radius * Math.cos(goog.math.toRadians(degrees));
8217
+ return radius * Math.cos(module$contents$goog$math_toRadians(degrees));
8185
8218
  };
8186
8219
  goog.math.angleDy = function(degrees, radius) {
8187
- return radius * Math.sin(goog.math.toRadians(degrees));
8220
+ return radius * Math.sin(module$contents$goog$math_toRadians(degrees));
8188
8221
  };
8189
- goog.math.angle = function(x1, y1, x2, y2) {
8190
- return goog.math.standardAngle(goog.math.toDegrees(Math.atan2(y2 - y1, x2 - x1)));
8222
+ goog.math.average = module$contents$goog$math_average;
8223
+ goog.math.clamp = function(value, min, max) {
8224
+ return Math.min(Math.max(value, min), max);
8191
8225
  };
8192
- goog.math.angleDifference = function(startAngle, endAngle) {
8193
- var d = goog.math.standardAngle(endAngle) - goog.math.standardAngle(startAngle);
8194
- d > 180 ? d -= 360 : d <= -180 && (d = 360 + d);
8195
- return d;
8226
+ goog.math.isFiniteNumber = function(num) {
8227
+ return isFinite(num);
8196
8228
  };
8197
- goog.math.sign = function(x) {
8198
- return x > 0 ? 1 : x < 0 ? -1 : x;
8229
+ goog.math.isInt = module$contents$goog$math_isInt;
8230
+ goog.math.isNegativeZero = function(num) {
8231
+ return num == 0 && 1 / num < 0;
8232
+ };
8233
+ goog.math.lerp = function(a, b, x) {
8234
+ return a + x * (b - a);
8235
+ };
8236
+ goog.math.log10Floor = function(num) {
8237
+ if (num > 0) {
8238
+ var x = Math.round(Math.log(num) * Math.LOG10E);
8239
+ return x - (parseFloat("1e" + x) > num ? 1 : 0);
8240
+ }
8241
+ return num == 0 ? -Infinity : NaN;
8199
8242
  };
8200
8243
  goog.math.longestCommonSubsequence = function(array1, array2, opt_compareFn, opt_collectorFn) {
8201
8244
  var compare = opt_compareFn || function(a, b) {
@@ -8222,50 +8265,37 @@ goog.math.longestCommonSubsequence = function(array1, array2, opt_compareFn, opt
8222
8265
  }
8223
8266
  return result;
8224
8267
  };
8225
- goog.math.sum = function(var_args) {
8226
- return Array.prototype.reduce.call(arguments, function(sum, value) {
8227
- return sum + value;
8228
- }, 0);
8229
- };
8230
- goog.math.average = function(var_args) {
8231
- return goog.math.sum.apply(null, arguments) / arguments.length;
8232
- };
8233
- goog.math.sampleVariance = function(var_args) {
8234
- var sampleSize = arguments.length;
8235
- if (sampleSize < 2) {
8236
- return 0;
8237
- }
8238
- var mean = goog.math.average.apply(null, arguments);
8239
- return goog.math.sum.apply(null, Array.prototype.map.call(arguments, function(val) {
8240
- return Math.pow(val - mean, 2);
8241
- })) / (sampleSize - 1);
8242
- };
8243
- goog.math.standardDeviation = function(var_args) {
8244
- return Math.sqrt(goog.math.sampleVariance.apply(null, arguments));
8245
- };
8246
- goog.math.isInt = function(num) {
8247
- return isFinite(num) && num % 1 == 0;
8248
- };
8249
- goog.math.isFiniteNumber = function(num) {
8250
- return isFinite(num);
8268
+ goog.math.modulo = module$contents$goog$math_modulo;
8269
+ goog.math.nearlyEquals = function(a, b, opt_tolerance) {
8270
+ return Math.abs(a - b) <= (opt_tolerance || 1E-6);
8251
8271
  };
8252
- goog.math.isNegativeZero = function(num) {
8253
- return num == 0 && 1 / num < 0;
8272
+ goog.math.randomInt = function(a) {
8273
+ return Math.floor(Math.random() * a);
8254
8274
  };
8255
- goog.math.log10Floor = function(num) {
8256
- if (num > 0) {
8257
- var x = Math.round(Math.log(num) * Math.LOG10E);
8258
- return x - (parseFloat("1e" + x) > num ? 1 : 0);
8259
- }
8260
- return num == 0 ? -Infinity : NaN;
8275
+ goog.math.safeCeil = function(num, opt_epsilon) {
8276
+ goog.asserts.assert(opt_epsilon === void 0 || opt_epsilon > 0);
8277
+ return Math.ceil(num - (opt_epsilon || 2E-15));
8261
8278
  };
8262
8279
  goog.math.safeFloor = function(num, opt_epsilon) {
8263
8280
  goog.asserts.assert(opt_epsilon === void 0 || opt_epsilon > 0);
8264
8281
  return Math.floor(num + (opt_epsilon || 2E-15));
8265
8282
  };
8266
- goog.math.safeCeil = function(num, opt_epsilon) {
8267
- goog.asserts.assert(opt_epsilon === void 0 || opt_epsilon > 0);
8268
- return Math.ceil(num - (opt_epsilon || 2E-15));
8283
+ goog.math.sampleVariance = module$contents$goog$math_sampleVariance;
8284
+ goog.math.sign = function(x) {
8285
+ return x > 0 ? 1 : x < 0 ? -1 : x;
8286
+ };
8287
+ goog.math.standardAngle = module$contents$goog$math_standardAngle;
8288
+ goog.math.standardAngleInRadians = function(angle) {
8289
+ return module$contents$goog$math_modulo(angle, 2 * Math.PI);
8290
+ };
8291
+ goog.math.standardDeviation = function(var_args) {
8292
+ return Math.sqrt(module$contents$goog$math_sampleVariance.apply(null, arguments));
8293
+ };
8294
+ goog.math.sum = module$contents$goog$math_sum;
8295
+ goog.math.toDegrees = module$contents$goog$math_toDegrees;
8296
+ goog.math.toRadians = module$contents$goog$math_toRadians;
8297
+ goog.math.uniformRandom = function(a, b) {
8298
+ return a + Math.random() * (b - a);
8269
8299
  };
8270
8300
  goog.iter = {};
8271
8301
  goog.iter.Iterator = function() {
@@ -8676,7 +8706,7 @@ goog.iter.enumerate = function(iterable, opt_start) {
8676
8706
  return goog.iter.zip(goog.iter.count(opt_start), iterable);
8677
8707
  };
8678
8708
  goog.iter.limit = function(iterable, limitSize) {
8679
- goog.asserts.assert(goog.math.isInt(limitSize) && limitSize >= 0);
8709
+ goog.asserts.assert(module$contents$goog$math_isInt(limitSize) && limitSize >= 0);
8680
8710
  var iterator = goog.iter.toIterator(iterable), iter = new goog.iter.Iterator(), remaining = limitSize;
8681
8711
  iter.next = function() {
8682
8712
  return remaining-- > 0 ? iterator.next() : goog.iter.ES6_ITERATOR_DONE;
@@ -8684,16 +8714,16 @@ goog.iter.limit = function(iterable, limitSize) {
8684
8714
  return iter;
8685
8715
  };
8686
8716
  goog.iter.consume = function(iterable, count) {
8687
- goog.asserts.assert(goog.math.isInt(count) && count >= 0);
8717
+ goog.asserts.assert(module$contents$goog$math_isInt(count) && count >= 0);
8688
8718
  for (var iterator = goog.iter.toIterator(iterable); count-- > 0;) {
8689
8719
  goog.iter.nextOrValue(iterator, null);
8690
8720
  }
8691
8721
  return iterator;
8692
8722
  };
8693
8723
  goog.iter.slice = function(iterable, start, opt_end) {
8694
- goog.asserts.assert(goog.math.isInt(start) && start >= 0);
8724
+ goog.asserts.assert(module$contents$goog$math_isInt(start) && start >= 0);
8695
8725
  var iterator = goog.iter.consume(iterable, start);
8696
- typeof opt_end === "number" && (goog.asserts.assert(goog.math.isInt(opt_end) && opt_end >= start), iterator = goog.iter.limit(iterator, opt_end - start));
8726
+ typeof opt_end === "number" && (goog.asserts.assert(module$contents$goog$math_isInt(opt_end) && opt_end >= start), iterator = goog.iter.limit(iterator, opt_end - start));
8697
8727
  return iterator;
8698
8728
  };
8699
8729
  goog.iter.hasDuplicates_ = function(arr) {
@@ -15689,7 +15719,7 @@ goog.dom.TagName.VIDEO = "VIDEO";
15689
15719
  goog.dom.TagName.WBR = "WBR";
15690
15720
  goog.dom.element = {};
15691
15721
  var module$contents$goog$dom$element_isElement = function(value) {
15692
- return goog.isObject(value) && value.nodeType === goog.dom.NodeType.ELEMENT;
15722
+ return goog.isObject(value) && value.nodeType === module$contents$goog$dom$NodeType_NodeType.ELEMENT;
15693
15723
  }, module$contents$goog$dom$element_isHtmlElement = function(value) {
15694
15724
  return goog.isObject(value) && module$contents$goog$dom$element_isElement(value) && (!value.namespaceURI || value.namespaceURI === "http://www.w3.org/1999/xhtml");
15695
15725
  }, module$contents$goog$dom$element_isHtmlElementOfType = function(value, tagName) {
@@ -15836,7 +15866,7 @@ module$contents$goog$math$Coordinate_Coordinate.magnitude = function(a) {
15836
15866
  return Math.sqrt(a.x * a.x + a.y * a.y);
15837
15867
  };
15838
15868
  module$contents$goog$math$Coordinate_Coordinate.azimuth = function(a) {
15839
- return goog.math.angle(0, 0, a.x, a.y);
15869
+ return module$contents$goog$math_angle(0, 0, a.x, a.y);
15840
15870
  };
15841
15871
  module$contents$goog$math$Coordinate_Coordinate.squaredDistance = function(a, b) {
15842
15872
  var dx = a.x - b.x, dy = a.y - b.y;
@@ -15879,72 +15909,73 @@ module$contents$goog$math$Coordinate_Coordinate.prototype.rotateRadians = functi
15879
15909
  this.y = (x - center.x) * sin + (y - center.y) * cos + center.y;
15880
15910
  };
15881
15911
  module$contents$goog$math$Coordinate_Coordinate.prototype.rotateDegrees = function(degrees, opt_center) {
15882
- this.rotateRadians(goog.math.toRadians(degrees), opt_center);
15912
+ this.rotateRadians(module$contents$goog$math_toRadians(degrees), opt_center);
15883
15913
  };
15884
15914
  goog.math.Coordinate = module$contents$goog$math$Coordinate_Coordinate;
15885
- goog.math.Size = function(width, height) {
15915
+ function module$contents$goog$math$Size_Size(width, height) {
15886
15916
  this.width = width;
15887
15917
  this.height = height;
15888
- };
15889
- goog.math.Size.equals = function(a, b) {
15918
+ }
15919
+ module$contents$goog$math$Size_Size.equals = function(a, b) {
15890
15920
  return a == b ? !0 : a && b ? a.width == b.width && a.height == b.height : !1;
15891
15921
  };
15892
- goog.math.Size.prototype.clone = function() {
15893
- return new goog.math.Size(this.width, this.height);
15922
+ module$contents$goog$math$Size_Size.prototype.clone = function() {
15923
+ return new module$contents$goog$math$Size_Size(this.width, this.height);
15894
15924
  };
15895
- goog.DEBUG && (goog.math.Size.prototype.toString = function() {
15925
+ goog.DEBUG && (module$contents$goog$math$Size_Size.prototype.toString = function() {
15896
15926
  return "(" + this.width + " x " + this.height + ")";
15897
15927
  });
15898
- goog.math.Size.prototype.getLongest = function() {
15928
+ module$contents$goog$math$Size_Size.prototype.getLongest = function() {
15899
15929
  return Math.max(this.width, this.height);
15900
15930
  };
15901
- goog.math.Size.prototype.getShortest = function() {
15931
+ module$contents$goog$math$Size_Size.prototype.getShortest = function() {
15902
15932
  return Math.min(this.width, this.height);
15903
15933
  };
15904
- goog.math.Size.prototype.area = function() {
15934
+ module$contents$goog$math$Size_Size.prototype.area = function() {
15905
15935
  return this.width * this.height;
15906
15936
  };
15907
- goog.math.Size.prototype.perimeter = function() {
15937
+ module$contents$goog$math$Size_Size.prototype.perimeter = function() {
15908
15938
  return (this.width + this.height) * 2;
15909
15939
  };
15910
- goog.math.Size.prototype.aspectRatio = function() {
15940
+ module$contents$goog$math$Size_Size.prototype.aspectRatio = function() {
15911
15941
  return this.width / this.height;
15912
15942
  };
15913
- goog.math.Size.prototype.isEmpty = function() {
15943
+ module$contents$goog$math$Size_Size.prototype.isEmpty = function() {
15914
15944
  return !this.area();
15915
15945
  };
15916
- goog.math.Size.prototype.ceil = function() {
15946
+ module$contents$goog$math$Size_Size.prototype.ceil = function() {
15917
15947
  this.width = Math.ceil(this.width);
15918
15948
  this.height = Math.ceil(this.height);
15919
15949
  return this;
15920
15950
  };
15921
- goog.math.Size.prototype.fitsInside = function(target) {
15951
+ module$contents$goog$math$Size_Size.prototype.fitsInside = function(target) {
15922
15952
  return this.width <= target.width && this.height <= target.height;
15923
15953
  };
15924
- goog.math.Size.prototype.floor = function() {
15954
+ module$contents$goog$math$Size_Size.prototype.floor = function() {
15925
15955
  this.width = Math.floor(this.width);
15926
15956
  this.height = Math.floor(this.height);
15927
15957
  return this;
15928
15958
  };
15929
- goog.math.Size.prototype.round = function() {
15959
+ module$contents$goog$math$Size_Size.prototype.round = function() {
15930
15960
  this.width = Math.round(this.width);
15931
15961
  this.height = Math.round(this.height);
15932
15962
  return this;
15933
15963
  };
15934
- goog.math.Size.prototype.scale = function(sx, opt_sy) {
15964
+ module$contents$goog$math$Size_Size.prototype.scale = function(sx, opt_sy) {
15935
15965
  var sy;
15936
15966
  this.width *= sx;
15937
15967
  this.height *= typeof opt_sy === "number" ? opt_sy : sx;
15938
15968
  return this;
15939
15969
  };
15940
- goog.math.Size.prototype.scaleToCover = function(target) {
15970
+ module$contents$goog$math$Size_Size.prototype.scaleToCover = function(target) {
15941
15971
  var s = this.aspectRatio() <= target.aspectRatio() ? target.width / this.width : target.height / this.height;
15942
15972
  return this.scale(s);
15943
15973
  };
15944
- goog.math.Size.prototype.scaleToFit = function(target) {
15974
+ module$contents$goog$math$Size_Size.prototype.scaleToFit = function(target) {
15945
15975
  var s = this.aspectRatio() > target.aspectRatio() ? target.width / this.width : target.height / this.height;
15946
15976
  return this.scale(s);
15947
15977
  };
15978
+ goog.math.Size = module$contents$goog$math$Size_Size;
15948
15979
  goog.string.Const = function(opt_token, opt_content) {
15949
15980
  this.stringConstValueWithSecurityContract__googStringSecurityPrivate_ = opt_token === goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ && opt_content || "";
15950
15981
  this.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_ = goog.string.Const.TYPE_MARKER_;
@@ -17883,7 +17914,7 @@ goog.dom.getViewportSize = function(opt_window) {
17883
17914
  };
17884
17915
  goog.dom.getViewportSize_ = function(win) {
17885
17916
  var doc = win.document, el = goog.dom.isCss1CompatMode_(doc) ? doc.documentElement : doc.body;
17886
- return new goog.math.Size(el.clientWidth, el.clientHeight);
17917
+ return new module$contents$goog$math$Size_Size(el.clientWidth, el.clientHeight);
17887
17918
  };
17888
17919
  goog.dom.getDocumentHeight = function() {
17889
17920
  return goog.dom.getDocumentHeight_(window);
@@ -18003,7 +18034,7 @@ goog.dom.isCss1CompatMode_ = function(doc) {
18003
18034
  return goog.dom.COMPAT_MODE_KNOWN_ ? goog.dom.ASSUME_STANDARDS_MODE : doc.compatMode == "CSS1Compat";
18004
18035
  };
18005
18036
  goog.dom.canHaveChildren = function(node) {
18006
- if (node.nodeType != goog.dom.NodeType.ELEMENT) {
18037
+ if (node.nodeType != module$contents$goog$dom$NodeType_NodeType.ELEMENT) {
18007
18038
  return !1;
18008
18039
  }
18009
18040
  switch(node.tagName) {
@@ -18077,7 +18108,7 @@ goog.dom.copyContents = function(target, source) {
18077
18108
  };
18078
18109
  goog.dom.flattenElement = function(element) {
18079
18110
  var child, parent = element.parentNode;
18080
- if (parent && parent.nodeType != goog.dom.NodeType.DOCUMENT_FRAGMENT) {
18111
+ if (parent && parent.nodeType != module$contents$goog$dom$NodeType_NodeType.DOCUMENT_FRAGMENT) {
18081
18112
  if (element.removeNode) {
18082
18113
  return element.removeNode(!1);
18083
18114
  }
@@ -18089,7 +18120,7 @@ goog.dom.flattenElement = function(element) {
18089
18120
  };
18090
18121
  goog.dom.getChildren = function(element) {
18091
18122
  return goog.FEATURESET_YEAR > 2018 || element.children != void 0 ? element.children : Array.prototype.filter.call(element.childNodes, function(node) {
18092
- return node.nodeType == goog.dom.NodeType.ELEMENT;
18123
+ return node.nodeType == module$contents$goog$dom$NodeType_NodeType.ELEMENT;
18093
18124
  });
18094
18125
  };
18095
18126
  goog.dom.getFirstElementChild = function(node) {
@@ -18105,7 +18136,7 @@ goog.dom.getPreviousElementSibling = function(node) {
18105
18136
  return node.previousElementSibling !== void 0 ? node.previousElementSibling : goog.dom.getNextElementNode_(node.previousSibling, !1);
18106
18137
  };
18107
18138
  goog.dom.getNextElementNode_ = function(node, forward) {
18108
- for (; node && node.nodeType != goog.dom.NodeType.ELEMENT;) {
18139
+ for (; node && node.nodeType != module$contents$goog$dom$NodeType_NodeType.ELEMENT;) {
18109
18140
  node = forward ? node.nextSibling : node.previousSibling;
18110
18141
  }
18111
18142
  return node;
@@ -18138,7 +18169,7 @@ goog.dom.isNodeLike = function(obj) {
18138
18169
  return goog.isObject(obj) && obj.nodeType > 0;
18139
18170
  };
18140
18171
  goog.dom.isElement = function(obj) {
18141
- return goog.isObject(obj) && obj.nodeType == goog.dom.NodeType.ELEMENT;
18172
+ return goog.isObject(obj) && obj.nodeType == module$contents$goog$dom$NodeType_NodeType.ELEMENT;
18142
18173
  };
18143
18174
  goog.dom.isWindow = function(obj) {
18144
18175
  return goog.isObject(obj) && obj.window == obj;
@@ -18150,7 +18181,7 @@ goog.dom.contains = function(parent, descendant) {
18150
18181
  if (!parent || !descendant) {
18151
18182
  return !1;
18152
18183
  }
18153
- if (goog.FEATURESET_YEAR > 2018 || parent.contains && descendant.nodeType == goog.dom.NodeType.ELEMENT) {
18184
+ if (goog.FEATURESET_YEAR > 2018 || parent.contains && descendant.nodeType == module$contents$goog$dom$NodeType_NodeType.ELEMENT) {
18154
18185
  return parent == descendant || parent.contains(descendant);
18155
18186
  }
18156
18187
  if (typeof parent.compareDocumentPosition != "undefined") {
@@ -18169,7 +18200,7 @@ goog.dom.compareNodeOrder = function(node1, node2) {
18169
18200
  return node1.compareDocumentPosition(node2) & 2 ? 1 : -1;
18170
18201
  }
18171
18202
  if ("sourceIndex" in node1 || node1.parentNode && "sourceIndex" in node1.parentNode) {
18172
- var isElement1 = node1.nodeType == goog.dom.NodeType.ELEMENT, isElement2 = node2.nodeType == goog.dom.NodeType.ELEMENT;
18203
+ var isElement1 = node1.nodeType == module$contents$goog$dom$NodeType_NodeType.ELEMENT, isElement2 = node2.nodeType == module$contents$goog$dom$NodeType_NodeType.ELEMENT;
18173
18204
  if (isElement1 && isElement2) {
18174
18205
  return node1.sourceIndex - node2.sourceIndex;
18175
18206
  }
@@ -18235,7 +18266,7 @@ goog.dom.isInDocument = function(node) {
18235
18266
  };
18236
18267
  goog.dom.getOwnerDocument = function(node) {
18237
18268
  goog.asserts.assert(node, "Node cannot be null or undefined.");
18238
- return node.nodeType == goog.dom.NodeType.DOCUMENT ? node : node.ownerDocument || node.document;
18269
+ return node.nodeType == module$contents$goog$dom$NodeType_NodeType.DOCUMENT ? node : node.ownerDocument || node.document;
18239
18270
  };
18240
18271
  goog.dom.getFrameContentDocument = function(frame) {
18241
18272
  return frame.contentDocument || frame.contentWindow.document;
@@ -18251,9 +18282,9 @@ goog.dom.setTextContent = function(node, text) {
18251
18282
  goog.asserts.assert(node != null, "goog.dom.setTextContent expects a non-null value for node");
18252
18283
  if ("textContent" in node) {
18253
18284
  node.textContent = text;
18254
- } else if (node.nodeType == goog.dom.NodeType.TEXT) {
18285
+ } else if (node.nodeType == module$contents$goog$dom$NodeType_NodeType.TEXT) {
18255
18286
  node.data = String(text);
18256
- } else if (node.firstChild && node.firstChild.nodeType == goog.dom.NodeType.TEXT) {
18287
+ } else if (node.firstChild && node.firstChild.nodeType == module$contents$goog$dom$NodeType_NodeType.TEXT) {
18257
18288
  for (; node.lastChild != node.firstChild;) {
18258
18289
  node.removeChild(goog.asserts.assert(node.lastChild));
18259
18290
  }
@@ -18316,7 +18347,7 @@ goog.dom.findElements = function(root, pred) {
18316
18347
  return result;
18317
18348
  };
18318
18349
  goog.dom.getChildrenReverse_ = function(node) {
18319
- if (node.nodeType == goog.dom.NodeType.DOCUMENT) {
18350
+ if (node.nodeType == module$contents$goog$dom$NodeType_NodeType.DOCUMENT) {
18320
18351
  return [node.documentElement];
18321
18352
  }
18322
18353
  for (var children = [], c = node.lastElementChild; c; c = c.previousElementSibling) {
@@ -18366,7 +18397,7 @@ goog.dom.getRawTextContent = function(node) {
18366
18397
  };
18367
18398
  goog.dom.getTextContent_ = function(node, buf, normalizeWhitespace) {
18368
18399
  if (!(node.nodeName in goog.dom.TAGS_TO_IGNORE_)) {
18369
- if (node.nodeType == goog.dom.NodeType.TEXT) {
18400
+ if (node.nodeType == module$contents$goog$dom$NodeType_NodeType.TEXT) {
18370
18401
  normalizeWhitespace ? buf.push(String(node.nodeValue).replace(/(\r\n|\r|\n)/g, "")) : buf.push(node.nodeValue);
18371
18402
  } else if (node.nodeName in goog.dom.PREDEFINED_TAG_VALUES_) {
18372
18403
  buf.push(goog.dom.PREDEFINED_TAG_VALUES_[node.nodeName]);
@@ -18392,7 +18423,7 @@ goog.dom.getNodeTextOffset = function(node, opt_offsetParent) {
18392
18423
  goog.dom.getNodeAtOffset = function(parent, offset, opt_result) {
18393
18424
  for (var stack = [parent], pos = 0, cur = null; stack.length > 0 && pos < offset;) {
18394
18425
  if (cur = stack.pop(), !(cur.nodeName in goog.dom.TAGS_TO_IGNORE_)) {
18395
- if (cur.nodeType == goog.dom.NodeType.TEXT) {
18426
+ if (cur.nodeType == module$contents$goog$dom$NodeType_NodeType.TEXT) {
18396
18427
  var text = cur.nodeValue.replace(/(\r\n|\r|\n)/g, "").replace(/ +/g, " ");
18397
18428
  pos += text.length;
18398
18429
  } else if (cur.nodeName in goog.dom.PREDEFINED_TAG_VALUES_) {
@@ -18937,44 +18968,38 @@ goog.net.jsloader.Error = function(code, opt_message) {
18937
18968
  };
18938
18969
  goog.inherits(goog.net.jsloader.Error, module$contents$goog$debug$Error_DebugError);
18939
18970
  goog.json = {};
18940
- goog.json.USE_NATIVE_JSON = !1;
18941
- goog.json.isValid = function(s) {
18971
+ function module$contents$goog$json_isValid(s) {
18942
18972
  return /^\s*$/.test(s) ? !1 : /^[\],:{}\s\u2028\u2029]*$/.test(s.replace(/\\["\\\/bfnrtu]/g, "@").replace(/(?:"[^"\\\n\r\u2028\u2029\x00-\x08\x0a-\x1f]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?)[\s\u2028\u2029]*(?=:|,|]|}|$)/g, "]").replace(/(?:^|:|,)(?:[\s\u2028\u2029]*\[)+/g, ""));
18943
- };
18944
- goog.json.errorLogger_ = function() {
18945
- };
18946
- goog.json.setErrorLogger = function(errorLogger) {
18947
- goog.json.errorLogger_ = errorLogger;
18948
- };
18949
- goog.json.parse = goog.json.USE_NATIVE_JSON ? goog.global.JSON.parse : function(s) {
18973
+ }
18974
+ var module$contents$goog$json_errorLoggerInternal = function() {
18975
+ }, module$contents$goog$json_parse = function(s) {
18950
18976
  try {
18951
18977
  return goog.global.JSON.parse(s);
18952
18978
  } catch (ex) {
18953
18979
  var error = ex;
18954
18980
  }
18955
18981
  var o = String(s);
18956
- if (goog.json.isValid(o)) {
18982
+ if (module$contents$goog$json_isValid(o)) {
18957
18983
  try {
18958
18984
  var result = eval("(" + o + ")");
18959
- error && goog.json.errorLogger_("Invalid JSON: " + o, error);
18985
+ error && module$contents$goog$json_errorLoggerInternal("Invalid JSON: " + o, error);
18960
18986
  return result;
18961
18987
  } catch (ex) {
18962
18988
  }
18963
18989
  }
18964
18990
  throw Error("Invalid JSON string: " + o);
18991
+ }, module$contents$goog$json_serialize = function(object, opt_replacer) {
18992
+ return (new module$contents$goog$json_Serializer(opt_replacer)).serialize(object);
18965
18993
  };
18966
- goog.json.serialize = goog.json.USE_NATIVE_JSON ? goog.global.JSON.stringify : function(object, opt_replacer) {
18967
- return (new goog.json.Serializer(opt_replacer)).serialize(object);
18968
- };
18969
- goog.json.Serializer = function(opt_replacer) {
18994
+ function module$contents$goog$json_Serializer(opt_replacer) {
18970
18995
  this.replacer_ = opt_replacer;
18971
- };
18972
- goog.json.Serializer.prototype.serialize = function(object) {
18996
+ }
18997
+ module$contents$goog$json_Serializer.prototype.serialize = function(object) {
18973
18998
  var sb = [];
18974
18999
  this.serializeInternal(object, sb);
18975
19000
  return sb.join("");
18976
19001
  };
18977
- goog.json.Serializer.prototype.serializeInternal = function(object, sb) {
19002
+ module$contents$goog$json_Serializer.prototype.serializeInternal = function(object, sb) {
18978
19003
  if (object == null) {
18979
19004
  sb.push("null");
18980
19005
  } else {
@@ -19008,19 +19033,19 @@ goog.json.Serializer.prototype.serializeInternal = function(object, sb) {
19008
19033
  }
19009
19034
  }
19010
19035
  };
19011
- goog.json.Serializer.charToJsonCharCache_ = {'"':'\\"', "\\":"\\\\", "/":"\\/", "\b":"\\b", "\f":"\\f", "\n":"\\n", "\r":"\\r", "\t":"\\t", "\v":"\\u000b"};
19012
- goog.json.Serializer.charsToReplace_ = /\uffff/.test("\uffff") ? /[\\"\x00-\x1f\x7f-\uffff]/g : /[\\"\x00-\x1f\x7f-\xff]/g;
19013
- goog.json.Serializer.prototype.serializeString_ = function(s, sb) {
19014
- sb.push('"', s.replace(goog.json.Serializer.charsToReplace_, function(c) {
19015
- var rv = goog.json.Serializer.charToJsonCharCache_[c];
19016
- rv || (rv = "\\u" + (c.charCodeAt(0) | 65536).toString(16).slice(1), goog.json.Serializer.charToJsonCharCache_[c] = rv);
19036
+ module$contents$goog$json_Serializer.charToJsonCharCache_ = {'"':'\\"', "\\":"\\\\", "/":"\\/", "\b":"\\b", "\f":"\\f", "\n":"\\n", "\r":"\\r", "\t":"\\t", "\v":"\\u000b"};
19037
+ module$contents$goog$json_Serializer.charsToReplace_ = /\uffff/.test("\uffff") ? /[\\"\x00-\x1f\x7f-\uffff]/g : /[\\"\x00-\x1f\x7f-\xff]/g;
19038
+ module$contents$goog$json_Serializer.prototype.serializeString_ = function(s, sb) {
19039
+ sb.push('"', s.replace(module$contents$goog$json_Serializer.charsToReplace_, function(c) {
19040
+ var rv = module$contents$goog$json_Serializer.charToJsonCharCache_[c];
19041
+ rv || (rv = "\\u" + (c.charCodeAt(0) | 65536).toString(16).slice(1), module$contents$goog$json_Serializer.charToJsonCharCache_[c] = rv);
19017
19042
  return rv;
19018
19043
  }), '"');
19019
19044
  };
19020
- goog.json.Serializer.prototype.serializeNumber_ = function(n, sb) {
19045
+ module$contents$goog$json_Serializer.prototype.serializeNumber_ = function(n, sb) {
19021
19046
  sb.push(isFinite(n) && !isNaN(n) ? String(n) : "null");
19022
19047
  };
19023
- goog.json.Serializer.prototype.serializeArray = function(arr, sb) {
19048
+ module$contents$goog$json_Serializer.prototype.serializeArray = function(arr, sb) {
19024
19049
  var l = arr.length;
19025
19050
  sb.push("[");
19026
19051
  for (var sep = "", i = 0; i < l; i++) {
@@ -19031,7 +19056,7 @@ goog.json.Serializer.prototype.serializeArray = function(arr, sb) {
19031
19056
  }
19032
19057
  sb.push("]");
19033
19058
  };
19034
- goog.json.Serializer.prototype.serializeObject_ = function(obj, sb) {
19059
+ module$contents$goog$json_Serializer.prototype.serializeObject_ = function(obj, sb) {
19035
19060
  sb.push("{");
19036
19061
  var sep = "", key;
19037
19062
  for (key in obj) {
@@ -19042,16 +19067,17 @@ goog.json.Serializer.prototype.serializeObject_ = function(obj, sb) {
19042
19067
  }
19043
19068
  sb.push("}");
19044
19069
  };
19045
- goog.json.hybrid = {};
19046
- var module$contents$goog$json$hybrid_stringify = goog.json.USE_NATIVE_JSON ? goog.global.JSON.stringify : function(obj) {
19047
- if (goog.global.JSON) {
19048
- try {
19049
- return goog.global.JSON.stringify(obj);
19050
- } catch (e) {
19051
- }
19052
- }
19053
- return goog.json.serialize(obj);
19070
+ goog.json.Replacer = void 0;
19071
+ goog.json.Reviver = void 0;
19072
+ goog.json.Serializer = module$contents$goog$json_Serializer;
19073
+ goog.json.USE_NATIVE_JSON = !1;
19074
+ goog.json.isValid = module$contents$goog$json_isValid;
19075
+ goog.json.parse = module$contents$goog$json_parse;
19076
+ goog.json.serialize = module$contents$goog$json_serialize;
19077
+ goog.json.setErrorLogger = function(errorLogger) {
19078
+ module$contents$goog$json_errorLoggerInternal = errorLogger;
19054
19079
  };
19080
+ goog.json.hybrid = {};
19055
19081
  function module$contents$goog$json$hybrid_parseInternal(jsonString, fallbackParser) {
19056
19082
  if (goog.global.JSON) {
19057
19083
  try {
@@ -19063,38 +19089,46 @@ function module$contents$goog$json$hybrid_parseInternal(jsonString, fallbackPars
19063
19089
  }
19064
19090
  return fallbackParser(jsonString);
19065
19091
  }
19066
- var module$contents$goog$json$hybrid_parse = goog.json.USE_NATIVE_JSON ? goog.global.JSON.parse : function(jsonString) {
19067
- return module$contents$goog$json$hybrid_parseInternal(jsonString, goog.json.parse);
19092
+ var module$contents$goog$json$hybrid_parse = function(jsonString) {
19093
+ return module$contents$goog$json$hybrid_parseInternal(jsonString, module$contents$goog$json_parse);
19068
19094
  };
19069
19095
  goog.json.hybrid.parse = module$contents$goog$json$hybrid_parse;
19070
- goog.json.hybrid.stringify = module$contents$goog$json$hybrid_stringify;
19071
- goog.net.ErrorCode = {NO_ERROR:0, ACCESS_DENIED:1, FILE_NOT_FOUND:2, FF_SILENT_ERROR:3, CUSTOM_ERROR:4, EXCEPTION:5, HTTP_ERROR:6, ABORT:7, TIMEOUT:8, OFFLINE:9};
19072
- goog.net.ErrorCode.getDebugMessage = function(errorCode) {
19096
+ goog.json.hybrid.stringify = function(obj) {
19097
+ if (goog.global.JSON) {
19098
+ try {
19099
+ return goog.global.JSON.stringify(obj);
19100
+ } catch (e) {
19101
+ }
19102
+ }
19103
+ return module$contents$goog$json_serialize(obj);
19104
+ };
19105
+ var module$contents$goog$net$ErrorCode_ErrorCode = {NO_ERROR:0, ACCESS_DENIED:1, FILE_NOT_FOUND:2, FF_SILENT_ERROR:3, CUSTOM_ERROR:4, EXCEPTION:5, HTTP_ERROR:6, ABORT:7, TIMEOUT:8, OFFLINE:9, getDebugMessage:function(errorCode) {
19073
19106
  switch(errorCode) {
19074
- case goog.net.ErrorCode.NO_ERROR:
19107
+ case module$contents$goog$net$ErrorCode_ErrorCode.NO_ERROR:
19075
19108
  return "No Error";
19076
- case goog.net.ErrorCode.ACCESS_DENIED:
19109
+ case module$contents$goog$net$ErrorCode_ErrorCode.ACCESS_DENIED:
19077
19110
  return "Access denied to content document";
19078
- case goog.net.ErrorCode.FILE_NOT_FOUND:
19111
+ case module$contents$goog$net$ErrorCode_ErrorCode.FILE_NOT_FOUND:
19079
19112
  return "File not found";
19080
- case goog.net.ErrorCode.FF_SILENT_ERROR:
19113
+ case module$contents$goog$net$ErrorCode_ErrorCode.FF_SILENT_ERROR:
19081
19114
  return "Firefox silently errored";
19082
- case goog.net.ErrorCode.CUSTOM_ERROR:
19115
+ case module$contents$goog$net$ErrorCode_ErrorCode.CUSTOM_ERROR:
19083
19116
  return "Application custom error";
19084
- case goog.net.ErrorCode.EXCEPTION:
19117
+ case module$contents$goog$net$ErrorCode_ErrorCode.EXCEPTION:
19085
19118
  return "An exception occurred";
19086
- case goog.net.ErrorCode.HTTP_ERROR:
19119
+ case module$contents$goog$net$ErrorCode_ErrorCode.HTTP_ERROR:
19087
19120
  return "Http response at 400 or 500 level";
19088
- case goog.net.ErrorCode.ABORT:
19121
+ case module$contents$goog$net$ErrorCode_ErrorCode.ABORT:
19089
19122
  return "Request was aborted";
19090
- case goog.net.ErrorCode.TIMEOUT:
19123
+ case module$contents$goog$net$ErrorCode_ErrorCode.TIMEOUT:
19091
19124
  return "Request timed out";
19092
- case goog.net.ErrorCode.OFFLINE:
19125
+ case module$contents$goog$net$ErrorCode_ErrorCode.OFFLINE:
19093
19126
  return "The resource is not available offline";
19094
19127
  default:
19095
19128
  return "Unrecognized error code";
19096
19129
  }
19097
- };
19130
+ }};
19131
+ goog.net.ErrorCode = module$contents$goog$net$ErrorCode_ErrorCode;
19098
19132
  goog.net.EventType = {COMPLETE:"complete", SUCCESS:"success", ERROR:"error", ABORT:"abort", READY:"ready", READY_STATE_CHANGE:"readystatechange", TIMEOUT:"timeout", INCREMENTAL_DATA:"incrementaldata", PROGRESS:"progress", DOWNLOAD_PROGRESS:"downloadprogress", UPLOAD_PROGRESS:"uploadprogress"};
19099
19133
  goog.net.HttpStatus = {CONTINUE:100, SWITCHING_PROTOCOLS:101, OK:200, CREATED:201, ACCEPTED:202, NON_AUTHORITATIVE_INFORMATION:203, NO_CONTENT:204, RESET_CONTENT:205, PARTIAL_CONTENT:206, MULTI_STATUS:207, MULTIPLE_CHOICES:300, MOVED_PERMANENTLY:301, FOUND:302, SEE_OTHER:303, NOT_MODIFIED:304, USE_PROXY:305, TEMPORARY_REDIRECT:307, PERMANENT_REDIRECT:308, BAD_REQUEST:400, UNAUTHORIZED:401, PAYMENT_REQUIRED:402, FORBIDDEN:403, NOT_FOUND:404, METHOD_NOT_ALLOWED:405, NOT_ACCEPTABLE:406, PROXY_AUTHENTICATION_REQUIRED:407,
19100
19134
  REQUEST_TIMEOUT:408, CONFLICT:409, GONE:410, LENGTH_REQUIRED:411, PRECONDITION_FAILED:412, REQUEST_ENTITY_TOO_LARGE:413, REQUEST_URI_TOO_LONG:414, UNSUPPORTED_MEDIA_TYPE:415, REQUEST_RANGE_NOT_SATISFIABLE:416, EXPECTATION_FAILED:417, UNPROCESSABLE_ENTITY:422, LOCKED:423, FAILED_DEPENDENCY:424, PRECONDITION_REQUIRED:428, TOO_MANY_REQUESTS:429, REQUEST_HEADER_FIELDS_TOO_LARGE:431, CLIENT_CLOSED_REQUEST:499, INTERNAL_SERVER_ERROR:500, NOT_IMPLEMENTED:501, BAD_GATEWAY:502, SERVICE_UNAVAILABLE:503, GATEWAY_TIMEOUT:504,
@@ -19113,22 +19147,24 @@ goog.net.HttpStatus.isSuccess = function(status) {
19113
19147
  return !1;
19114
19148
  }
19115
19149
  };
19116
- goog.net.XhrLike = function() {
19117
- };
19118
- goog.net.XhrLike.prototype.open = function(method, url, opt_async, opt_user, opt_password) {
19150
+ function module$contents$goog$net$XhrLike_XhrLike() {
19151
+ }
19152
+ module$contents$goog$net$XhrLike_XhrLike.prototype.open = function(method, url, opt_async, opt_user, opt_password) {
19119
19153
  };
19120
- goog.net.XhrLike.prototype.send = function(opt_data) {
19154
+ module$contents$goog$net$XhrLike_XhrLike.prototype.send = function(opt_data) {
19121
19155
  };
19122
- goog.net.XhrLike.prototype.abort = function() {
19156
+ module$contents$goog$net$XhrLike_XhrLike.prototype.abort = function() {
19123
19157
  };
19124
- goog.net.XhrLike.prototype.setRequestHeader = function(header, value) {
19158
+ module$contents$goog$net$XhrLike_XhrLike.prototype.setRequestHeader = function(header, value) {
19125
19159
  };
19126
- goog.net.XhrLike.prototype.getResponseHeader = function(header) {
19160
+ module$contents$goog$net$XhrLike_XhrLike.prototype.getResponseHeader = function(header) {
19127
19161
  };
19128
- goog.net.XhrLike.prototype.getAllResponseHeaders = function() {
19162
+ module$contents$goog$net$XhrLike_XhrLike.prototype.getAllResponseHeaders = function() {
19129
19163
  };
19130
- goog.net.XhrLike.prototype.setTrustToken = function(trustTokenAttribute) {
19164
+ module$contents$goog$net$XhrLike_XhrLike.prototype.setTrustToken = function(trustTokenAttribute) {
19131
19165
  };
19166
+ goog.net.XhrLike = module$contents$goog$net$XhrLike_XhrLike;
19167
+ module$contents$goog$net$XhrLike_XhrLike.OrNative = void 0;
19132
19168
  function module$contents$goog$net$XmlHttpFactory_XmlHttpFactory() {
19133
19169
  }
19134
19170
  goog.net.XmlHttpFactory = module$contents$goog$net$XmlHttpFactory_XmlHttpFactory;
@@ -19153,7 +19189,7 @@ goog.net.XhrIo = function(opt_xmlHttpFactory) {
19153
19189
  this.active_ = !1;
19154
19190
  this.xhr_ = null;
19155
19191
  this.lastMethod_ = this.lastUri_ = "";
19156
- this.lastErrorCode_ = goog.net.ErrorCode.NO_ERROR;
19192
+ this.lastErrorCode_ = module$contents$goog$net$ErrorCode_ErrorCode.NO_ERROR;
19157
19193
  this.lastError_ = "";
19158
19194
  this.inAbort_ = this.inOpen_ = this.inSend_ = this.errorDispatched_ = !1;
19159
19195
  this.timeoutInterval_ = 0;
@@ -19237,7 +19273,7 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
19237
19273
  var method = opt_method ? opt_method.toUpperCase() : "GET";
19238
19274
  this.lastUri_ = url;
19239
19275
  this.lastError_ = "";
19240
- this.lastErrorCode_ = goog.net.ErrorCode.NO_ERROR;
19276
+ this.lastErrorCode_ = module$contents$goog$net$ErrorCode_ErrorCode.NO_ERROR;
19241
19277
  this.lastMethod_ = method;
19242
19278
  this.errorDispatched_ = !1;
19243
19279
  this.active_ = !0;
@@ -19250,7 +19286,7 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
19250
19286
  goog.log.fine(this.logger_, this.formatMsg_("Opening Xhr")), this.inOpen_ = !0, this.xhr_.open(method, String(url), !0), this.inOpen_ = !1;
19251
19287
  } catch (err) {
19252
19288
  goog.log.fine(this.logger_, this.formatMsg_("Error opening Xhr: " + err.message));
19253
- this.error_(goog.net.ErrorCode.EXCEPTION, err);
19289
+ this.error_(module$contents$goog$net$ErrorCode_ErrorCode.EXCEPTION, err);
19254
19290
  return;
19255
19291
  }
19256
19292
  var content = opt_content || "", headers = new Map(this.headers);
@@ -19295,14 +19331,14 @@ goog.net.XhrIo.prototype.send = function(url, opt_method, opt_content, opt_heade
19295
19331
  try {
19296
19332
  this.cleanUpTimeoutTimer_(), this.timeoutInterval_ > 0 && (goog.log.fine(this.logger_, this.formatMsg_("Will abort after " + this.timeoutInterval_ + "ms if incomplete")), this.timeoutId_ = setTimeout(this.timeout_.bind(this), this.timeoutInterval_)), goog.log.fine(this.logger_, this.formatMsg_("Sending request")), this.inSend_ = !0, this.xhr_.send(content), this.inSend_ = !1;
19297
19333
  } catch (err) {
19298
- goog.log.fine(this.logger_, this.formatMsg_("Send error: " + err.message)), this.error_(goog.net.ErrorCode.EXCEPTION, err);
19334
+ goog.log.fine(this.logger_, this.formatMsg_("Send error: " + err.message)), this.error_(module$contents$goog$net$ErrorCode_ErrorCode.EXCEPTION, err);
19299
19335
  }
19300
19336
  };
19301
19337
  goog.net.XhrIo.prototype.createXhr = function() {
19302
19338
  return this.xmlHttpFactory_ ? this.xmlHttpFactory_.createInstance() : goog.net.XmlHttp();
19303
19339
  };
19304
19340
  goog.net.XhrIo.prototype.timeout_ = function() {
19305
- typeof goog != "undefined" && this.xhr_ && (this.lastError_ = "Timed out after " + this.timeoutInterval_ + "ms, aborting", this.lastErrorCode_ = goog.net.ErrorCode.TIMEOUT, goog.log.fine(this.logger_, this.formatMsg_(this.lastError_)), this.dispatchEvent(goog.net.EventType.TIMEOUT), this.abort(goog.net.ErrorCode.TIMEOUT));
19341
+ typeof goog != "undefined" && this.xhr_ && (this.lastError_ = "Timed out after " + this.timeoutInterval_ + "ms, aborting", this.lastErrorCode_ = module$contents$goog$net$ErrorCode_ErrorCode.TIMEOUT, goog.log.fine(this.logger_, this.formatMsg_(this.lastError_)), this.dispatchEvent(goog.net.EventType.TIMEOUT), this.abort(module$contents$goog$net$ErrorCode_ErrorCode.TIMEOUT));
19306
19342
  };
19307
19343
  goog.net.XhrIo.prototype.error_ = function(errorCode, err) {
19308
19344
  this.active_ = !1;
@@ -19316,7 +19352,7 @@ goog.net.XhrIo.prototype.dispatchErrors_ = function() {
19316
19352
  this.errorDispatched_ || (this.errorDispatched_ = !0, this.dispatchEvent(goog.net.EventType.COMPLETE), this.dispatchEvent(goog.net.EventType.ERROR));
19317
19353
  };
19318
19354
  goog.net.XhrIo.prototype.abort = function(opt_failureCode) {
19319
- this.xhr_ && this.active_ && (goog.log.fine(this.logger_, this.formatMsg_("Aborting")), this.active_ = !1, this.inAbort_ = !0, this.xhr_.abort(), this.inAbort_ = !1, this.lastErrorCode_ = opt_failureCode || goog.net.ErrorCode.ABORT, this.dispatchEvent(goog.net.EventType.COMPLETE), this.dispatchEvent(goog.net.EventType.ABORT), this.cleanUpXhr_());
19355
+ this.xhr_ && this.active_ && (goog.log.fine(this.logger_, this.formatMsg_("Aborting")), this.active_ = !1, this.inAbort_ = !0, this.xhr_.abort(), this.inAbort_ = !1, this.lastErrorCode_ = opt_failureCode || module$contents$goog$net$ErrorCode_ErrorCode.ABORT, this.dispatchEvent(goog.net.EventType.COMPLETE), this.dispatchEvent(goog.net.EventType.ABORT), this.cleanUpXhr_());
19320
19356
  };
19321
19357
  goog.net.XhrIo.prototype.disposeInternal = function() {
19322
19358
  this.xhr_ && (this.active_ && (this.active_ = !1, this.inAbort_ = !0, this.xhr_.abort(), this.inAbort_ = !1), this.cleanUpXhr_(!0));
@@ -19343,7 +19379,7 @@ goog.net.XhrIo.prototype.onReadyStateChangeHelper_ = function() {
19343
19379
  goog.log.fine(this.logger_, this.formatMsg_("Request complete"));
19344
19380
  this.active_ = !1;
19345
19381
  try {
19346
- this.isSuccess() ? (this.dispatchEvent(goog.net.EventType.COMPLETE), this.dispatchEvent(goog.net.EventType.SUCCESS)) : (this.lastErrorCode_ = goog.net.ErrorCode.HTTP_ERROR, this.lastError_ = this.getStatusText() + " [" + this.getStatus() + "]", this.dispatchErrors_());
19382
+ this.isSuccess() ? (this.dispatchEvent(goog.net.EventType.COMPLETE), this.dispatchEvent(goog.net.EventType.SUCCESS)) : (this.lastErrorCode_ = module$contents$goog$net$ErrorCode_ErrorCode.HTTP_ERROR, this.lastError_ = this.getStatusText() + " [" + this.getStatus() + "]", this.dispatchErrors_());
19347
19383
  } finally {
19348
19384
  this.cleanUpXhr_();
19349
19385
  }
@@ -19386,7 +19422,7 @@ goog.net.XhrIo.prototype.isSuccess = function() {
19386
19422
  return goog.net.HttpStatus.isSuccess(status) || status === 0 && !this.isLastUriEffectiveSchemeHttp_();
19387
19423
  };
19388
19424
  goog.net.XhrIo.prototype.isLastUriEffectiveSchemeHttp_ = function() {
19389
- var scheme = goog.uri.utils.getEffectiveScheme(String(this.lastUri_));
19425
+ var scheme = module$contents$goog$uri$utils_getEffectiveScheme(String(this.lastUri_));
19390
19426
  return goog.net.XhrIo.HTTP_SCHEME_PATTERN.test(scheme);
19391
19427
  };
19392
19428
  goog.net.XhrIo.prototype.getReadyState = function() {
@@ -19510,7 +19546,7 @@ var $jscomp$templatelit$m1153655765$101 = $jscomp.createTemplateTagFirstArg(["ht
19510
19546
  ee.apiclient = {};
19511
19547
  var module$contents$ee$apiclient_apiclient = {};
19512
19548
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
19513
- ee.apiclient.API_CLIENT_VERSION = "1.7.1";
19549
+ ee.apiclient.API_CLIENT_VERSION = "1.7.3";
19514
19550
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
19515
19551
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
19516
19552
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -19815,8 +19851,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
19815
19851
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
19816
19852
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
19817
19853
  method = method || "POST";
19818
- var headers = {"Content-Type":contentType}, version = "1.7.1";
19819
- version === "1.7.1" && (version = "latest");
19854
+ var headers = {"Content-Type":contentType}, version = "1.7.3";
19855
+ version === "1.7.3" && (version = "latest");
19820
19856
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
19821
19857
  module$contents$ee$apiclient_apiclient.userAgent_ && (headers["User-Agent"] = module$contents$ee$apiclient_apiclient.userAgent_);
19822
19858
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
@@ -20920,7 +20956,7 @@ ee.Serializer = function(opt_isCompound) {
20920
20956
  this.unboundName = void 0;
20921
20957
  };
20922
20958
  goog.exportSymbol("ee.Serializer", ee.Serializer);
20923
- ee.Serializer.jsonSerializer_ = new goog.json.Serializer();
20959
+ ee.Serializer.jsonSerializer_ = new module$contents$goog$json_Serializer();
20924
20960
  ee.Serializer.hash_ = new module$contents$goog$crypt$Md5_Md5();
20925
20961
  ee.Serializer.encode = function(obj, opt_isCompound) {
20926
20962
  return (new ee.Serializer(opt_isCompound !== void 0 ? opt_isCompound : !0)).encode_(obj);
@@ -21397,7 +21433,7 @@ ee.rpc_convert_batch.buildDriveDestination_ = function(params) {
21397
21433
  return new module$exports$eeapiclient$ee_api_client.DriveDestination({folder:stringOrNull_(params.driveFolder), filenamePrefix:stringOrNull_(params.driveFileNamePrefix)});
21398
21434
  };
21399
21435
  ee.rpc_convert_batch.buildEarthEngineDestination_ = function(params) {
21400
- return new module$exports$eeapiclient$ee_api_client.EarthEngineDestination({name:ee.rpc_convert.assetIdToAssetName(params.assetId)});
21436
+ return new module$exports$eeapiclient$ee_api_client.EarthEngineDestination({name:ee.rpc_convert.assetIdToAssetName(params.assetId), overwrite:!!params.overwrite});
21401
21437
  };
21402
21438
  ee.rpc_convert_batch.buildFeatureViewDestination_ = function(params) {
21403
21439
  return new module$exports$eeapiclient$ee_api_client.FeatureViewDestination({name:ee.rpc_convert.assetIdToAssetName(params.mapName)});
@@ -22788,7 +22824,7 @@ ee.Geometry = function(geoJson, opt_proj, opt_geodesic, opt_evenOdd) {
22788
22824
  if (goog.isObject(geoJson.crs) && geoJson.crs.type == "name" && goog.isObject(geoJson.crs.properties) && typeof geoJson.crs.properties.name === "string") {
22789
22825
  this.proj_ = geoJson.crs.properties.name;
22790
22826
  } else {
22791
- throw Error("Invalid CRS declaration in GeoJSON: " + (new goog.json.Serializer()).serialize(geoJson.crs));
22827
+ throw Error("Invalid CRS declaration in GeoJSON: " + (new module$contents$goog$json_Serializer()).serialize(geoJson.crs));
22792
22828
  }
22793
22829
  }
22794
22830
  this.geodesic_ = opt_geodesic;
@@ -22951,7 +22987,7 @@ ee.Geometry.prototype.toGeoJSONString = function() {
22951
22987
  if (this.func) {
22952
22988
  throw Error("Can't convert a computed Geometry to GeoJSON. Use evaluate() instead.");
22953
22989
  }
22954
- return (new goog.json.Serializer()).serialize(this.toGeoJSON());
22990
+ return (new module$contents$goog$json_Serializer()).serialize(this.toGeoJSON());
22955
22991
  };
22956
22992
  goog.exportProperty(ee.Geometry.prototype, "toGeoJSONString", ee.Geometry.prototype.toGeoJSONString);
22957
22993
  ee.Geometry.prototype.serialize = function(legacy) {
@@ -23981,7 +24017,7 @@ module$contents$ee$batch_ExportTask.prototype.start = function(opt_success, opt_
23981
24017
  }
23982
24018
  };
23983
24019
  goog.exportProperty(module$contents$ee$batch_ExportTask.prototype, "start", module$contents$ee$batch_ExportTask.prototype.start);
23984
- module$contents$ee$batch_Export.image.toAsset = function(image, opt_description, opt_assetId, opt_pyramidingPolicy, opt_dimensions, opt_region, opt_scale, opt_crs, opt_crsTransform, opt_maxPixels, opt_shardSize, opt_priority) {
24020
+ module$contents$ee$batch_Export.image.toAsset = function(image, opt_description, opt_assetId, opt_pyramidingPolicy, opt_dimensions, opt_region, opt_scale, opt_crs, opt_crsTransform, opt_maxPixels, opt_shardSize, opt_priority, opt_overwrite) {
23985
24021
  var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.image.toAsset, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.ASSET, ee.data.ExportType.IMAGE);
23986
24022
  return module$contents$ee$batch_ExportTask.create(serverConfig);
23987
24023
  };
@@ -24013,7 +24049,7 @@ module$contents$ee$batch_Export.table.toDrive = function(collection, opt_descrip
24013
24049
  return module$contents$ee$batch_ExportTask.create(serverConfig);
24014
24050
  };
24015
24051
  goog.exportSymbol("module$contents$ee$batch_Export.table.toDrive", module$contents$ee$batch_Export.table.toDrive);
24016
- module$contents$ee$batch_Export.table.toAsset = function(collection, opt_description, opt_assetId, opt_maxVertices, opt_priority) {
24052
+ module$contents$ee$batch_Export.table.toAsset = function(collection, opt_description, opt_assetId, opt_maxVertices, opt_priority, opt_overwrite) {
24017
24053
  var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.table.toAsset, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.ASSET, ee.data.ExportType.TABLE);
24018
24054
  return module$contents$ee$batch_ExportTask.create(serverConfig);
24019
24055
  };
@@ -24149,6 +24185,7 @@ module$contents$ee$batch_Export.prepareDestination_ = function(taskConfig, desti
24149
24185
  break;
24150
24186
  case ee.data.ExportDestination.ASSET:
24151
24187
  taskConfig.assetId = taskConfig.assetId || "";
24188
+ taskConfig.overwrite = taskConfig.overwrite || !1;
24152
24189
  break;
24153
24190
  case ee.data.ExportDestination.FEATURE_VIEW:
24154
24191
  taskConfig.mapName = taskConfig.mapName || "";
@@ -25077,21 +25114,21 @@ module$contents$ee$layers$AbstractOverlayStats_AbstractOverlayStats.LayerStatsFo
25077
25114
  module$contents$ee$layers$AbstractOverlayStats_AbstractOverlayStats.Summary = function() {
25078
25115
  };
25079
25116
  ee.layers.AbstractOverlayStats = module$contents$ee$layers$AbstractOverlayStats_AbstractOverlayStats;
25080
- goog.events.EventHandler = function(opt_scope) {
25117
+ function module$contents$goog$events$EventHandler_EventHandler(opt_scope) {
25081
25118
  goog.Disposable.call(this);
25082
25119
  this.handler_ = opt_scope;
25083
25120
  this.keys_ = {};
25084
- };
25085
- goog.inherits(goog.events.EventHandler, goog.Disposable);
25086
- goog.events.EventHandler.typeArray_ = [];
25087
- goog.events.EventHandler.prototype.listen = function(src, type, opt_fn, opt_options) {
25121
+ }
25122
+ goog.inherits(module$contents$goog$events$EventHandler_EventHandler, goog.Disposable);
25123
+ module$contents$goog$events$EventHandler_EventHandler.typeArray_ = [];
25124
+ module$contents$goog$events$EventHandler_EventHandler.prototype.listen = function(src, type, opt_fn, opt_options) {
25088
25125
  return this.listen_(src, type, opt_fn, opt_options);
25089
25126
  };
25090
- goog.events.EventHandler.prototype.listenWithScope = function(src, type, fn, options, scope) {
25127
+ module$contents$goog$events$EventHandler_EventHandler.prototype.listenWithScope = function(src, type, fn, options, scope) {
25091
25128
  return this.listen_(src, type, fn, options, scope);
25092
25129
  };
25093
- goog.events.EventHandler.prototype.listen_ = function(src, type, opt_fn, opt_options, opt_scope) {
25094
- Array.isArray(type) || (type && (goog.events.EventHandler.typeArray_[0] = type.toString()), type = goog.events.EventHandler.typeArray_);
25130
+ module$contents$goog$events$EventHandler_EventHandler.prototype.listen_ = function(src, type, opt_fn, opt_options, opt_scope) {
25131
+ Array.isArray(type) || (type && (module$contents$goog$events$EventHandler_EventHandler.typeArray_[0] = type.toString()), type = module$contents$goog$events$EventHandler_EventHandler.typeArray_);
25095
25132
  for (var i = 0; i < type.length; i++) {
25096
25133
  var listenerObj = goog.events.listen(src, type[i], opt_fn || this.handleEvent, opt_options || !1, opt_scope || this.handler_ || this);
25097
25134
  if (!listenerObj) {
@@ -25101,13 +25138,13 @@ goog.events.EventHandler.prototype.listen_ = function(src, type, opt_fn, opt_opt
25101
25138
  }
25102
25139
  return this;
25103
25140
  };
25104
- goog.events.EventHandler.prototype.listenOnce = function(src, type, opt_fn, opt_options) {
25141
+ module$contents$goog$events$EventHandler_EventHandler.prototype.listenOnce = function(src, type, opt_fn, opt_options) {
25105
25142
  return this.listenOnce_(src, type, opt_fn, opt_options);
25106
25143
  };
25107
- goog.events.EventHandler.prototype.listenOnceWithScope = function(src, type, fn, capture, scope) {
25144
+ module$contents$goog$events$EventHandler_EventHandler.prototype.listenOnceWithScope = function(src, type, fn, capture, scope) {
25108
25145
  return this.listenOnce_(src, type, fn, capture, scope);
25109
25146
  };
25110
- goog.events.EventHandler.prototype.listenOnce_ = function(src, type, opt_fn, opt_options, opt_scope) {
25147
+ module$contents$goog$events$EventHandler_EventHandler.prototype.listenOnce_ = function(src, type, opt_fn, opt_options, opt_scope) {
25111
25148
  if (Array.isArray(type)) {
25112
25149
  for (var i = 0; i < type.length; i++) {
25113
25150
  this.listenOnce_(src, type[i], opt_fn, opt_options, opt_scope);
@@ -25121,24 +25158,24 @@ goog.events.EventHandler.prototype.listenOnce_ = function(src, type, opt_fn, opt
25121
25158
  }
25122
25159
  return this;
25123
25160
  };
25124
- goog.events.EventHandler.prototype.listenWithWrapper = function(src, wrapper, listener, opt_capt) {
25161
+ module$contents$goog$events$EventHandler_EventHandler.prototype.listenWithWrapper = function(src, wrapper, listener, opt_capt) {
25125
25162
  return this.listenWithWrapper_(src, wrapper, listener, opt_capt);
25126
25163
  };
25127
- goog.events.EventHandler.prototype.listenWithWrapperAndScope = function(src, wrapper, listener, capture, scope) {
25164
+ module$contents$goog$events$EventHandler_EventHandler.prototype.listenWithWrapperAndScope = function(src, wrapper, listener, capture, scope) {
25128
25165
  return this.listenWithWrapper_(src, wrapper, listener, capture, scope);
25129
25166
  };
25130
- goog.events.EventHandler.prototype.listenWithWrapper_ = function(src, wrapper, listener, opt_capt, opt_scope) {
25167
+ module$contents$goog$events$EventHandler_EventHandler.prototype.listenWithWrapper_ = function(src, wrapper, listener, opt_capt, opt_scope) {
25131
25168
  wrapper.listen(src, listener, opt_capt, opt_scope || this.handler_ || this, this);
25132
25169
  return this;
25133
25170
  };
25134
- goog.events.EventHandler.prototype.getListenerCount = function() {
25171
+ module$contents$goog$events$EventHandler_EventHandler.prototype.getListenerCount = function() {
25135
25172
  var count = 0, key;
25136
25173
  for (key in this.keys_) {
25137
25174
  Object.prototype.hasOwnProperty.call(this.keys_, key) && count++;
25138
25175
  }
25139
25176
  return count;
25140
25177
  };
25141
- goog.events.EventHandler.prototype.unlisten = function(src, type, opt_fn, opt_options, opt_scope) {
25178
+ module$contents$goog$events$EventHandler_EventHandler.prototype.unlisten = function(src, type, opt_fn, opt_options, opt_scope) {
25142
25179
  if (Array.isArray(type)) {
25143
25180
  for (var i = 0; i < type.length; i++) {
25144
25181
  this.unlisten(src, type[i], opt_fn, opt_options, opt_scope);
@@ -25149,41 +25186,42 @@ goog.events.EventHandler.prototype.unlisten = function(src, type, opt_fn, opt_op
25149
25186
  }
25150
25187
  return this;
25151
25188
  };
25152
- goog.events.EventHandler.prototype.unlistenWithWrapper = function(src, wrapper, listener, opt_capt, opt_scope) {
25189
+ module$contents$goog$events$EventHandler_EventHandler.prototype.unlistenWithWrapper = function(src, wrapper, listener, opt_capt, opt_scope) {
25153
25190
  wrapper.unlisten(src, listener, opt_capt, opt_scope || this.handler_ || this, this);
25154
25191
  return this;
25155
25192
  };
25156
- goog.events.EventHandler.prototype.removeAll = function() {
25193
+ module$contents$goog$events$EventHandler_EventHandler.prototype.removeAll = function() {
25157
25194
  module$contents$goog$object_forEach(this.keys_, function(listenerObj, key) {
25158
25195
  this.keys_.hasOwnProperty(key) && goog.events.unlistenByKey(listenerObj);
25159
25196
  }, this);
25160
25197
  this.keys_ = {};
25161
25198
  };
25162
- goog.events.EventHandler.prototype.disposeInternal = function() {
25163
- goog.events.EventHandler.superClass_.disposeInternal.call(this);
25199
+ module$contents$goog$events$EventHandler_EventHandler.prototype.disposeInternal = function() {
25200
+ module$contents$goog$events$EventHandler_EventHandler.superClass_.disposeInternal.call(this);
25164
25201
  this.removeAll();
25165
25202
  };
25166
- goog.events.EventHandler.prototype.handleEvent = function(e) {
25203
+ module$contents$goog$events$EventHandler_EventHandler.prototype.handleEvent = function(e) {
25167
25204
  throw Error("EventHandler.handleEvent not implemented");
25168
25205
  };
25206
+ goog.events.EventHandler = module$contents$goog$events$EventHandler_EventHandler;
25169
25207
  goog.fs = {};
25170
- goog.fs.DOMErrorLike = function() {
25171
- };
25172
- goog.fs.Error = function(error, action) {
25208
+ function module$contents$goog$fs$Error_DOMErrorLike() {
25209
+ }
25210
+ function module$contents$goog$fs$Error_FsError(error, action) {
25173
25211
  if (error.name !== void 0) {
25174
- this.name = error.name, this.code = goog.fs.Error.getCodeFromName_(error.name);
25212
+ this.name = error.name, this.code = module$contents$goog$fs$Error_FsError.getCodeFromName_(error.name);
25175
25213
  } else {
25176
25214
  var code = goog.asserts.assertNumber(error.code);
25177
25215
  this.code = code;
25178
- this.name = goog.fs.Error.getNameFromCode_(code);
25216
+ this.name = module$contents$goog$fs$Error_FsError.getNameFromCode_(code);
25179
25217
  }
25180
25218
  module$contents$goog$debug$Error_DebugError.call(this, goog.string.subs("%s %s", this.name, action));
25181
- };
25182
- goog.inherits(goog.fs.Error, module$contents$goog$debug$Error_DebugError);
25183
- goog.fs.Error.ErrorName = {ABORT:"AbortError", ENCODING:"EncodingError", INVALID_MODIFICATION:"InvalidModificationError", INVALID_STATE:"InvalidStateError", NOT_FOUND:"NotFoundError", NOT_READABLE:"NotReadableError", NO_MODIFICATION_ALLOWED:"NoModificationAllowedError", PATH_EXISTS:"PathExistsError", QUOTA_EXCEEDED:"QuotaExceededError", SECURITY:"SecurityError", SYNTAX:"SyntaxError", TYPE_MISMATCH:"TypeMismatchError"};
25184
- goog.fs.Error.ErrorCode = {NOT_FOUND:1, SECURITY:2, ABORT:3, NOT_READABLE:4, ENCODING:5, NO_MODIFICATION_ALLOWED:6, INVALID_STATE:7, SYNTAX:8, INVALID_MODIFICATION:9, QUOTA_EXCEEDED:10, TYPE_MISMATCH:11, PATH_EXISTS:12};
25185
- goog.fs.Error.getNameFromCode_ = function(code) {
25186
- var name = module$contents$goog$object_findKey(goog.fs.Error.NameToCodeMap_, function(c) {
25219
+ }
25220
+ goog.inherits(module$contents$goog$fs$Error_FsError, module$contents$goog$debug$Error_DebugError);
25221
+ module$contents$goog$fs$Error_FsError.ErrorName = {ABORT:"AbortError", ENCODING:"EncodingError", INVALID_MODIFICATION:"InvalidModificationError", INVALID_STATE:"InvalidStateError", NOT_FOUND:"NotFoundError", NOT_READABLE:"NotReadableError", NO_MODIFICATION_ALLOWED:"NoModificationAllowedError", PATH_EXISTS:"PathExistsError", QUOTA_EXCEEDED:"QuotaExceededError", SECURITY:"SecurityError", SYNTAX:"SyntaxError", TYPE_MISMATCH:"TypeMismatchError"};
25222
+ module$contents$goog$fs$Error_FsError.ErrorCode = {NOT_FOUND:1, SECURITY:2, ABORT:3, NOT_READABLE:4, ENCODING:5, NO_MODIFICATION_ALLOWED:6, INVALID_STATE:7, SYNTAX:8, INVALID_MODIFICATION:9, QUOTA_EXCEEDED:10, TYPE_MISMATCH:11, PATH_EXISTS:12};
25223
+ module$contents$goog$fs$Error_FsError.getNameFromCode_ = function(code) {
25224
+ var name = module$contents$goog$object_findKey(module$contents$goog$fs$Error_FsError.NameToCodeMap_, function(c) {
25187
25225
  return code == c;
25188
25226
  });
25189
25227
  if (name === void 0) {
@@ -25191,13 +25229,15 @@ goog.fs.Error.getNameFromCode_ = function(code) {
25191
25229
  }
25192
25230
  return name;
25193
25231
  };
25194
- goog.fs.Error.getCodeFromName_ = function(name) {
25195
- return goog.fs.Error.NameToCodeMap_[name];
25232
+ module$contents$goog$fs$Error_FsError.getCodeFromName_ = function(name) {
25233
+ return module$contents$goog$fs$Error_FsError.NameToCodeMap_[name];
25196
25234
  };
25197
25235
  var $jscomp$compprop18 = {};
25198
- goog.fs.Error.NameToCodeMap_ = ($jscomp$compprop18[goog.fs.Error.ErrorName.ABORT] = goog.fs.Error.ErrorCode.ABORT, $jscomp$compprop18[goog.fs.Error.ErrorName.ENCODING] = goog.fs.Error.ErrorCode.ENCODING, $jscomp$compprop18[goog.fs.Error.ErrorName.INVALID_MODIFICATION] = goog.fs.Error.ErrorCode.INVALID_MODIFICATION, $jscomp$compprop18[goog.fs.Error.ErrorName.INVALID_STATE] = goog.fs.Error.ErrorCode.INVALID_STATE, $jscomp$compprop18[goog.fs.Error.ErrorName.NOT_FOUND] = goog.fs.Error.ErrorCode.NOT_FOUND,
25199
- $jscomp$compprop18[goog.fs.Error.ErrorName.NOT_READABLE] = goog.fs.Error.ErrorCode.NOT_READABLE, $jscomp$compprop18[goog.fs.Error.ErrorName.NO_MODIFICATION_ALLOWED] = goog.fs.Error.ErrorCode.NO_MODIFICATION_ALLOWED, $jscomp$compprop18[goog.fs.Error.ErrorName.PATH_EXISTS] = goog.fs.Error.ErrorCode.PATH_EXISTS, $jscomp$compprop18[goog.fs.Error.ErrorName.QUOTA_EXCEEDED] = goog.fs.Error.ErrorCode.QUOTA_EXCEEDED, $jscomp$compprop18[goog.fs.Error.ErrorName.SECURITY] = goog.fs.Error.ErrorCode.SECURITY,
25200
- $jscomp$compprop18[goog.fs.Error.ErrorName.SYNTAX] = goog.fs.Error.ErrorCode.SYNTAX, $jscomp$compprop18[goog.fs.Error.ErrorName.TYPE_MISMATCH] = goog.fs.Error.ErrorCode.TYPE_MISMATCH, $jscomp$compprop18);
25236
+ module$contents$goog$fs$Error_FsError.NameToCodeMap_ = ($jscomp$compprop18[module$contents$goog$fs$Error_FsError.ErrorName.ABORT] = module$contents$goog$fs$Error_FsError.ErrorCode.ABORT, $jscomp$compprop18[module$contents$goog$fs$Error_FsError.ErrorName.ENCODING] = module$contents$goog$fs$Error_FsError.ErrorCode.ENCODING, $jscomp$compprop18[module$contents$goog$fs$Error_FsError.ErrorName.INVALID_MODIFICATION] = module$contents$goog$fs$Error_FsError.ErrorCode.INVALID_MODIFICATION, $jscomp$compprop18[module$contents$goog$fs$Error_FsError.ErrorName.INVALID_STATE] =
25237
+ module$contents$goog$fs$Error_FsError.ErrorCode.INVALID_STATE, $jscomp$compprop18[module$contents$goog$fs$Error_FsError.ErrorName.NOT_FOUND] = module$contents$goog$fs$Error_FsError.ErrorCode.NOT_FOUND, $jscomp$compprop18[module$contents$goog$fs$Error_FsError.ErrorName.NOT_READABLE] = module$contents$goog$fs$Error_FsError.ErrorCode.NOT_READABLE, $jscomp$compprop18[module$contents$goog$fs$Error_FsError.ErrorName.NO_MODIFICATION_ALLOWED] = module$contents$goog$fs$Error_FsError.ErrorCode.NO_MODIFICATION_ALLOWED,
25238
+ $jscomp$compprop18[module$contents$goog$fs$Error_FsError.ErrorName.PATH_EXISTS] = module$contents$goog$fs$Error_FsError.ErrorCode.PATH_EXISTS, $jscomp$compprop18[module$contents$goog$fs$Error_FsError.ErrorName.QUOTA_EXCEEDED] = module$contents$goog$fs$Error_FsError.ErrorCode.QUOTA_EXCEEDED, $jscomp$compprop18[module$contents$goog$fs$Error_FsError.ErrorName.SECURITY] = module$contents$goog$fs$Error_FsError.ErrorCode.SECURITY, $jscomp$compprop18[module$contents$goog$fs$Error_FsError.ErrorName.SYNTAX] =
25239
+ module$contents$goog$fs$Error_FsError.ErrorCode.SYNTAX, $jscomp$compprop18[module$contents$goog$fs$Error_FsError.ErrorName.TYPE_MISMATCH] = module$contents$goog$fs$Error_FsError.ErrorCode.TYPE_MISMATCH, $jscomp$compprop18);
25240
+ goog.fs.Error = module$contents$goog$fs$Error_FsError;
25201
25241
  function module$contents$goog$fs$ProgressEvent_GoogProgressEvent(event, target) {
25202
25242
  goog.events.Event.call(this, event.type, target);
25203
25243
  this.event_ = event;
@@ -25230,7 +25270,7 @@ goog.fs.FileReader.prototype.abort = function() {
25230
25270
  try {
25231
25271
  this.reader_.abort();
25232
25272
  } catch (e) {
25233
- throw new goog.fs.Error(e, "aborting read");
25273
+ throw new module$contents$goog$fs$Error_FsError(e, "aborting read");
25234
25274
  }
25235
25275
  };
25236
25276
  goog.fs.FileReader.prototype.getReadyState = function() {
@@ -25240,7 +25280,7 @@ goog.fs.FileReader.prototype.getResult = function() {
25240
25280
  return this.reader_.result;
25241
25281
  };
25242
25282
  goog.fs.FileReader.prototype.getError = function() {
25243
- return this.reader_.error && new goog.fs.Error(this.reader_.error, "reading file");
25283
+ return this.reader_.error && new module$contents$goog$fs$Error_FsError(this.reader_.error, "reading file");
25244
25284
  };
25245
25285
  goog.fs.FileReader.prototype.dispatchProgressEvent_ = function(event) {
25246
25286
  this.dispatchEvent(new module$contents$goog$fs$ProgressEvent_GoogProgressEvent(event, this));
@@ -25506,7 +25546,7 @@ module$contents$goog$math$Rect_Rect.prototype.distance = function(point) {
25506
25546
  return Math.sqrt(this.squaredDistance(point));
25507
25547
  };
25508
25548
  module$contents$goog$math$Rect_Rect.prototype.getSize = function() {
25509
- return new goog.math.Size(this.width, this.height);
25549
+ return new module$contents$goog$math$Size_Size(this.width, this.height);
25510
25550
  };
25511
25551
  module$contents$goog$math$Rect_Rect.prototype.getTopLeft = function() {
25512
25552
  return new module$contents$goog$math$Coordinate_Coordinate(this.left, this.top);
@@ -25666,7 +25706,7 @@ goog.style.getBoundingClientRect_ = function(el) {
25666
25706
  };
25667
25707
  goog.style.getOffsetParent = function(element) {
25668
25708
  for (var doc = goog.dom.getOwnerDocument(element), positionStyle = goog.style.getStyle_(element, "position"), skipStatic = positionStyle == "fixed" || positionStyle == "absolute", parent = element.parentNode; parent && parent != doc; parent = parent.parentNode) {
25669
- if (parent.nodeType == goog.dom.NodeType.DOCUMENT_FRAGMENT && parent.host && (parent = parent.host), positionStyle = goog.style.getStyle_(parent, "position"), skipStatic = skipStatic && positionStyle == "static" && parent != doc.documentElement && parent != doc.body, !skipStatic && (parent.scrollWidth > parent.clientWidth || parent.scrollHeight > parent.clientHeight || positionStyle == "fixed" || positionStyle == "absolute" || positionStyle == "relative")) {
25709
+ if (parent.nodeType == module$contents$goog$dom$NodeType_NodeType.DOCUMENT_FRAGMENT && parent.host && (parent = parent.host), positionStyle = goog.style.getStyle_(parent, "position"), skipStatic = skipStatic && positionStyle == "static" && parent != doc.documentElement && parent != doc.body, !skipStatic && (parent.scrollWidth > parent.clientWidth || parent.scrollHeight > parent.clientHeight || positionStyle == "fixed" || positionStyle == "absolute" || positionStyle == "relative")) {
25670
25710
  return parent;
25671
25711
  }
25672
25712
  }
@@ -25761,7 +25801,7 @@ goog.style.getClientPositionForElement_ = function(el) {
25761
25801
  };
25762
25802
  goog.style.getClientPosition = function(el) {
25763
25803
  goog.asserts.assert(el);
25764
- if (el.nodeType == goog.dom.NodeType.ELEMENT) {
25804
+ if (el.nodeType == module$contents$goog$dom$NodeType_NodeType.ELEMENT) {
25765
25805
  return goog.style.getClientPositionForElement_(el);
25766
25806
  }
25767
25807
  var targetEvent = el.changedTouches ? el.changedTouches[0] : el;
@@ -25774,7 +25814,7 @@ goog.style.setPageOffset = function(el, x, opt_y) {
25774
25814
  goog.style.setPosition(el, el.offsetLeft + dx, el.offsetTop + (Number(opt_y) - cur.y));
25775
25815
  };
25776
25816
  goog.style.setSize = function(element, w, opt_h) {
25777
- if (w instanceof goog.math.Size) {
25817
+ if (w instanceof module$contents$goog$math$Size_Size) {
25778
25818
  var h = w.height;
25779
25819
  w = w.width;
25780
25820
  } else {
@@ -25817,16 +25857,16 @@ goog.style.getSizeWithDisplay_ = function(element) {
25817
25857
  var offsetWidth = element.offsetWidth, offsetHeight = element.offsetHeight, webkitOffsetsZero = goog.userAgent.WEBKIT && !offsetWidth && !offsetHeight;
25818
25858
  if ((offsetWidth === void 0 || webkitOffsetsZero) && element.getBoundingClientRect) {
25819
25859
  var clientRect = goog.style.getBoundingClientRect_(element);
25820
- return new goog.math.Size(clientRect.right - clientRect.left, clientRect.bottom - clientRect.top);
25860
+ return new module$contents$goog$math$Size_Size(clientRect.right - clientRect.left, clientRect.bottom - clientRect.top);
25821
25861
  }
25822
- return new goog.math.Size(offsetWidth, offsetHeight);
25862
+ return new module$contents$goog$math$Size_Size(offsetWidth, offsetHeight);
25823
25863
  };
25824
25864
  goog.style.getTransformedSize = function(element) {
25825
25865
  if (!element.getBoundingClientRect) {
25826
25866
  return null;
25827
25867
  }
25828
25868
  var clientRect = goog.style.evaluateWithTemporaryDisplay_(goog.style.getBoundingClientRect_, element);
25829
- return new goog.math.Size(clientRect.right - clientRect.left, clientRect.bottom - clientRect.top);
25869
+ return new module$contents$goog$math$Size_Size(clientRect.right - clientRect.left, clientRect.bottom - clientRect.top);
25830
25870
  };
25831
25871
  goog.style.getBounds = function(element) {
25832
25872
  var o = goog.style.getPageOffset(element), s = goog.style.getSize(element);
@@ -25923,14 +25963,14 @@ goog.style.setUnselectable = function(el, unselectable, opt_noRecurse) {
25923
25963
  }
25924
25964
  };
25925
25965
  goog.style.getBorderBoxSize = function(element) {
25926
- return new goog.math.Size(element.offsetWidth, element.offsetHeight);
25966
+ return new module$contents$goog$math$Size_Size(element.offsetWidth, element.offsetHeight);
25927
25967
  };
25928
25968
  goog.style.setBorderBoxSize = function(element, size) {
25929
25969
  goog.style.setBoxSizingSize_(element, size, "border-box");
25930
25970
  };
25931
25971
  goog.style.getContentBoxSize = function(element) {
25932
25972
  var borderBoxSize = goog.style.getBorderBoxSize(element), paddingBox = goog.style.getPaddingBox(element), borderBox = goog.style.getBorderBox(element);
25933
- return new goog.math.Size(borderBoxSize.width - borderBox.left - paddingBox.left - paddingBox.right - borderBox.right, borderBoxSize.height - borderBox.top - paddingBox.top - paddingBox.bottom - borderBox.bottom);
25973
+ return new module$contents$goog$math$Size_Size(borderBoxSize.width - borderBox.left - paddingBox.left - paddingBox.right - borderBox.right, borderBoxSize.height - borderBox.top - paddingBox.top - paddingBox.bottom - borderBox.bottom);
25934
25974
  };
25935
25975
  goog.style.setContentBoxSize = function(element, size) {
25936
25976
  goog.style.setBoxSizingSize_(element, size, "content-box");
@@ -26074,7 +26114,7 @@ ee.layers.AbstractOverlay = function(tileSource, opt_options) {
26074
26114
  this.tilesById = new module$contents$goog$structs$Map_Map();
26075
26115
  this.tileCounter = 0;
26076
26116
  this.tileSource = tileSource;
26077
- this.handler = new goog.events.EventHandler(this);
26117
+ this.handler = new module$contents$goog$events$EventHandler_EventHandler(this);
26078
26118
  this.radius = 0;
26079
26119
  };
26080
26120
  $jscomp.inherits(ee.layers.AbstractOverlay, goog.events.EventTarget);
@@ -26337,7 +26377,7 @@ goog.net.ImageLoader = function(opt_parent) {
26337
26377
  goog.events.EventTarget.call(this);
26338
26378
  this.imageIdToRequestMap_ = {};
26339
26379
  this.imageIdToImageMap_ = {};
26340
- this.handler_ = new goog.events.EventHandler(this);
26380
+ this.handler_ = new module$contents$goog$events$EventHandler_EventHandler(this);
26341
26381
  this.parent_ = opt_parent;
26342
26382
  this.completionFired_ = !1;
26343
26383
  };
@@ -27357,28 +27397,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
27357
27397
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
27358
27398
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
27359
27399
  (function() {
27360
- var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.image.toAsset ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.video.toDrive ee.batch.Export.table.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.table.toDrive ee.Collection.prototype.sort ee.Collection.prototype.filter ee.Collection.prototype.map ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.limit ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.data.setAssetProperties ee.data.makeTableDownloadUrl ee.data.authenticateViaPrivateKey ee.data.getWorkloadTag ee.data.getAssetRoots ee.data.getAssetRootQuota ee.data.newTaskId ee.data.createAssetHome ee.data.startIngestion ee.data.getTaskStatus ee.data.createAsset ee.data.setWorkloadTag ee.data.getMapId ee.data.setDefaultWorkloadTag ee.data.createFolder ee.data.resetWorkloadTag ee.data.getTaskList ee.data.getTileUrl ee.data.listOperations ee.data.startTableIngestion ee.data.renameAsset ee.data.getTaskListWithLimit ee.data.copyAsset ee.data.getFeatureViewTilesKey ee.data.cancelOperation ee.data.startProcessing ee.data.deleteAsset ee.data.getAsset ee.data.listFeatures ee.data.computeValue ee.data.getOperation ee.data.getAssetAcl ee.data.getThumbId ee.data.getInfo ee.data.cancelTask ee.data.updateTask ee.data.authenticateViaOauth ee.data.getVideoThumbId ee.data.getList ee.data.listAssets ee.data.getFilmstripThumbId ee.data.authenticate ee.data.makeThumbUrl ee.data.updateAsset ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.listImages ee.data.listBuckets ee.data.setAssetAcl ee.data.getTableDownloadId ee.Date ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Dictionary ee.initialize ee.Algorithms ee.reset ee.InitState ee.call ee.apply ee.TILE_SIZE ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getMap ee.Filter.prototype.not ee.Filter.bounds ee.Filter.gt ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.metadata ee.Filter.lte ee.Filter.neq ee.Filter.inList ee.Filter.lt ee.Filter.or ee.Filter.gte ee.Filter.and ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry ee.Geometry.LinearRing ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry.MultiPolygon ee.Geometry.MultiLineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.prototype.toGeoJSONString ee.Geometry.prototype.serialize ee.Geometry.Point ee.Image.prototype.getDownloadURL ee.Image.prototype.select ee.Image.prototype.getMap ee.Image.prototype.getMapId ee.Image.prototype.getInfo ee.Image.prototype.getThumbId ee.Image.rgb ee.Image.cat ee.Image.prototype.expression ee.Image.prototype.clip ee.Image.prototype.rename ee.Image ee.Image.prototype.getThumbURL ee.ImageCollection ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getInfo ee.List ee.Number ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toReadableCloudApiJSON ee.Serializer.toJSON ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
27361
- orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),
27362
- "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".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 opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
27363
- "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), ["classifier", "opt_description", "opt_assetId", "opt_priority"], "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), ["collection",
27364
- "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), ["property", "opt_ascending"], ["filter"], ["algorithm", "opt_dropNulls"], ["name", "operator", "value"], ["start", "opt_end"], ["max", "opt_property",
27365
- "opt_ascending"], ["algorithm", "opt_first"], ["geometry"], ["legacy"], ["opt_callback"], ["callback"], ["func", "var_args"], ["assetId", "properties", "opt_callback"], ["id"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], [], ["opt_callback"], ["rootId", "opt_callback"], ["opt_count", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "request", "opt_callback"], ["taskId", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties",
27366
- "opt_callback"], ["tag"], ["params", "opt_callback"], ["tag"], ["path", "opt_force", "opt_callback"], ["opt_resetDefault"], ["opt_callback"], ["id", "x", "y", "z"], ["opt_limit", "opt_callback"], ["taskId", "request", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["opt_limit", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "params", "opt_callback"], ["assetId", "opt_callback"],
27367
- ["id", "opt_callback"], ["asset", "params", "opt_callback"], ["obj", "opt_callback"], ["operationName", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["id", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "action", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["params", "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"],
27368
- ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["opt_success", "opt_error"], ["id"], ["parent", "opt_params", "opt_callback"], ["project", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["params", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
27369
- [], [], [], ["func", "var_args"], ["func", "namedArgs"], [], ["var_args"], [], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_callback"], ["args", "opt_column"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], [], ["geometry", "opt_errorMargin"], ["name", "value"], ["opt_filter"],
27370
- ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["var_args"], ["name", "value"], ["var_args"], ["var_args"], ["namedArgs"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError",
27371
- "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["legacy"], ["coords", "opt_proj"], ["params", "opt_callback"], ["var_args"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["r", "g", "b"], ["var_args"], ["expression",
27372
- "opt_map"], ["geometry"], ["var_args"], ["opt_args"], ["params", "opt_callback"], ["args"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["selectors", "opt_names"], ["params", "opt_callback"], [], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["list"], ["number"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
27373
- [ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.classifier.toAsset,
27374
- module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.table.toDrive, ee.Collection.prototype.sort, ee.Collection.prototype.filter, ee.Collection.prototype.map, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterDate, ee.Collection.prototype.limit, ee.Collection.prototype.iterate, ee.Collection.prototype.filterBounds, ee.ComputedObject.prototype.serialize,
27375
- ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.aside, ee.data.setAssetProperties, ee.data.makeTableDownloadUrl, ee.data.authenticateViaPrivateKey, ee.data.getWorkloadTag, ee.data.getAssetRoots, ee.data.getAssetRootQuota, ee.data.newTaskId, ee.data.createAssetHome, ee.data.startIngestion, ee.data.getTaskStatus, ee.data.createAsset, ee.data.setWorkloadTag, ee.data.getMapId, ee.data.setDefaultWorkloadTag, ee.data.createFolder, ee.data.resetWorkloadTag,
27376
- ee.data.getTaskList, ee.data.getTileUrl, ee.data.listOperations, ee.data.startTableIngestion, ee.data.renameAsset, ee.data.getTaskListWithLimit, ee.data.copyAsset, ee.data.getFeatureViewTilesKey, ee.data.cancelOperation, ee.data.startProcessing, ee.data.deleteAsset, ee.data.getAsset, ee.data.listFeatures, ee.data.computeValue, ee.data.getOperation, ee.data.getAssetAcl, ee.data.getThumbId, ee.data.getInfo, ee.data.cancelTask, ee.data.updateTask, ee.data.authenticateViaOauth, ee.data.getVideoThumbId,
27377
- ee.data.getList, ee.data.listAssets, ee.data.getFilmstripThumbId, ee.data.authenticate, ee.data.makeThumbUrl, ee.data.updateAsset, ee.data.getDownloadId, ee.data.authenticateViaPopup, ee.data.makeDownloadUrl, ee.data.listImages, ee.data.listBuckets, ee.data.setAssetAcl, ee.data.getTableDownloadId, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.decode, ee.Dictionary, ee.initialize, ee.Algorithms, ee.reset, ee.InitState, ee.call,
27378
- ee.apply, ee.TILE_SIZE, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getMap, ee.Filter.prototype.not, ee.Filter.bounds, ee.Filter.gt, ee.Filter, ee.Filter.eq, ee.Filter.date,
27379
- ee.Filter.metadata, ee.Filter.lte, ee.Filter.neq, ee.Filter.inList, ee.Filter.lt, ee.Filter.or, ee.Filter.gte, ee.Filter.and, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry, ee.Geometry.LinearRing, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry.MultiPolygon, ee.Geometry.MultiLineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.prototype.serialize, ee.Geometry.Point,
27380
- ee.Image.prototype.getDownloadURL, ee.Image.prototype.select, ee.Image.prototype.getMap, ee.Image.prototype.getMapId, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbId, ee.Image.rgb, ee.Image.cat, ee.Image.prototype.expression, ee.Image.prototype.clip, ee.Image.prototype.rename, ee.Image, ee.Image.prototype.getThumbURL, ee.ImageCollection, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.first,
27381
- ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getInfo, ee.List, ee.Number, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toJSON, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
27400
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction._apply ee.ApiFunction.lookup ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.classifier.toAsset ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.Collection.prototype.limit ee.Collection.prototype.filter ee.Collection.prototype.filterMetadata ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.serialize ee.data.createAsset ee.data.getTaskStatus ee.data.listBuckets ee.data.newTaskId ee.data.setWorkloadTag ee.data.getTileUrl ee.data.getAssetRoots ee.data.getMapId ee.data.getWorkloadTag ee.data.createAssetHome ee.data.setDefaultWorkloadTag ee.data.startIngestion ee.data.resetWorkloadTag ee.data.createFolder ee.data.getTaskList ee.data.getFeatureViewTilesKey ee.data.getTaskListWithLimit ee.data.listOperations ee.data.renameAsset ee.data.copyAsset ee.data.listFeatures ee.data.startTableIngestion ee.data.computeValue ee.data.cancelOperation ee.data.getVideoThumbId ee.data.deleteAsset ee.data.getThumbId ee.data.getAssetAcl ee.data.getAsset ee.data.authenticateViaOauth ee.data.getOperation ee.data.getFilmstripThumbId ee.data.getInfo ee.data.cancelTask ee.data.authenticate ee.data.makeThumbUrl ee.data.getList ee.data.updateTask ee.data.authenticateViaPopup ee.data.updateAsset ee.data.listAssets ee.data.getDownloadId ee.data.getTableDownloadId ee.data.listImages ee.data.startProcessing ee.data.makeDownloadUrl ee.data.setAssetAcl ee.data.authenticateViaPrivateKey ee.data.getAssetRootQuota ee.data.makeTableDownloadUrl ee.data.setAssetProperties ee.Date ee.Deserializer.fromJSON ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Deserializer.decodeCloudApi ee.Dictionary ee.InitState ee.call ee.apply ee.TILE_SIZE ee.initialize ee.reset ee.Algorithms ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getMapId ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.Filter.and ee.Filter.bounds ee.Filter.or ee.Filter.prototype.not ee.Filter.date ee.Filter ee.Filter.gte ee.Filter.metadata ee.Filter.gt ee.Filter.inList ee.Filter.neq ee.Filter.lte ee.Filter.lt ee.Filter.eq ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.prototype.serialize ee.Geometry.MultiLineString ee.Geometry.Point ee.Geometry.BBox ee.Geometry.prototype.toGeoJSON ee.Geometry ee.Geometry.MultiPoint ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSONString ee.Geometry.Rectangle ee.Geometry.MultiPolygon ee.Geometry.LinearRing ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.prototype.clip ee.Image.prototype.getThumbId ee.Image.prototype.expression ee.Image.prototype.select ee.Image.prototype.rename ee.Image.prototype.getMapId ee.Image.rgb ee.Image ee.Image.cat ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.ImageCollection ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encode ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
27401
+ orderedParamLists = [["name", "var_args"], ["name", "namedArgs"], ["name"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
27402
+ "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_assetId opt_maxVertices opt_priority opt_overwrite".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
27403
+ "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority opt_overwrite".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),
27404
+ ["classifier", "opt_description", "opt_assetId", "opt_priority"], "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
27405
+ ["max", "opt_property", "opt_ascending"], ["filter"], ["name", "operator", "value"], ["property", "opt_ascending"], ["geometry"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["start", "opt_end"], ["callback"], ["opt_callback"], ["func", "var_args"], ["legacy"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["taskId", "opt_callback"], ["project", "opt_callback"], ["opt_count", "opt_callback"], ["tag"], ["id", "x", "y", "z"], ["opt_callback"], ["params", "opt_callback"],
27406
+ [], ["requestedId", "opt_callback"], ["tag"], ["taskId", "request", "opt_callback"], ["opt_resetDefault"], ["path", "opt_force", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["opt_limit", "opt_callback"], ["opt_limit", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["asset", "params", "opt_callback"], ["taskId", "request", "opt_callback"], ["obj", "opt_callback"], ["operationName", "opt_callback"],
27407
+ ["params", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["id", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["operationName", "opt_callback"], ["params", "opt_callback"], ["id", "opt_callback"], ["taskId", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id"], ["params", "opt_callback"], ["taskId", "action", "opt_callback"],
27408
+ ["opt_success", "opt_error"], ["assetId", "asset", "updateFields", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["taskId", "params", "opt_callback"], ["id"], ["assetId", "aclUpdate", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["rootId", "opt_callback"], ["id"], ["assetId", "properties", "opt_callback"], ["date", "opt_tz"],
27409
+ ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], ["func", "var_args"], ["func", "namedArgs"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], [], ["var_args"], [], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_callback"], ["opt_visParams", "opt_callback"],
27410
+ ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["var_args"], ["geometry", "opt_errorMargin"], ["var_args"], [], ["start", "opt_end"], ["opt_filter"], ["name", "value"], ["name", "operator", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["name", "value"], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
27411
+ ["coords", "opt_proj"], ["west", "south", "east", "north"], [], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["opt_visParams", "opt_callback"], ["params",
27412
+ "opt_callback"], ["geometry"], ["params", "opt_callback"], ["expression", "opt_map"], ["var_args"], ["var_args"], ["opt_visParams", "opt_callback"], ["r", "g", "b"], ["opt_args"], ["var_args"], ["opt_callback"], ["params", "opt_callback"], ["args"], ["opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["selectors", "opt_names"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"],
27413
+ [], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["string"], []];
27414
+ [ee.ApiFunction._call, ee.ApiFunction._apply, ee.ApiFunction.lookup, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toFeatureView,
27415
+ module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, ee.Collection.prototype.limit, ee.Collection.prototype.filter, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.sort, ee.Collection.prototype.filterBounds, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filterDate, ee.ComputedObject.prototype.evaluate,
27416
+ ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.serialize, ee.data.createAsset, ee.data.getTaskStatus, ee.data.listBuckets, ee.data.newTaskId, ee.data.setWorkloadTag, ee.data.getTileUrl, ee.data.getAssetRoots, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.createAssetHome, ee.data.setDefaultWorkloadTag, ee.data.startIngestion, ee.data.resetWorkloadTag, ee.data.createFolder, ee.data.getTaskList, ee.data.getFeatureViewTilesKey, ee.data.getTaskListWithLimit,
27417
+ ee.data.listOperations, ee.data.renameAsset, ee.data.copyAsset, ee.data.listFeatures, ee.data.startTableIngestion, ee.data.computeValue, ee.data.cancelOperation, ee.data.getVideoThumbId, ee.data.deleteAsset, ee.data.getThumbId, ee.data.getAssetAcl, ee.data.getAsset, ee.data.authenticateViaOauth, ee.data.getOperation, ee.data.getFilmstripThumbId, ee.data.getInfo, ee.data.cancelTask, ee.data.authenticate, ee.data.makeThumbUrl, ee.data.getList, ee.data.updateTask, ee.data.authenticateViaPopup, ee.data.updateAsset,
27418
+ ee.data.listAssets, ee.data.getDownloadId, ee.data.getTableDownloadId, ee.data.listImages, ee.data.startProcessing, ee.data.makeDownloadUrl, ee.data.setAssetAcl, ee.data.authenticateViaPrivateKey, ee.data.getAssetRootQuota, ee.data.makeTableDownloadUrl, ee.data.setAssetProperties, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decodeCloudApi, ee.Dictionary, ee.InitState, ee.call, ee.apply, ee.TILE_SIZE, ee.initialize, ee.reset, ee.Algorithms,
27419
+ ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getMap, ee.Feature.prototype.getMapId, ee.Feature.prototype.getInfo, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.Filter.and, ee.Filter.bounds, ee.Filter.or, ee.Filter.prototype.not, ee.Filter.date, ee.Filter, ee.Filter.gte, ee.Filter.metadata,
27420
+ ee.Filter.gt, ee.Filter.inList, ee.Filter.neq, ee.Filter.lte, ee.Filter.lt, ee.Filter.eq, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.prototype.serialize, ee.Geometry.MultiLineString, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.prototype.toGeoJSON, ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Rectangle, ee.Geometry.MultiPolygon, ee.Geometry.LinearRing, ee.Image.prototype.getMap,
27421
+ ee.Image.prototype.getDownloadURL, ee.Image.prototype.clip, ee.Image.prototype.getThumbId, ee.Image.prototype.expression, ee.Image.prototype.select, ee.Image.prototype.rename, ee.Image.prototype.getMapId, ee.Image.rgb, ee.Image, ee.Image.cat, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbURL, ee.ImageCollection, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getMapId,
27422
+ ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.first, ee.List, ee.Number, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toJSON, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encode, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApi, ee.String, ee.Terrain].forEach(function(fn, i) {
27382
27423
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
27383
27424
  });
27384
27425
  goog.global.EXPORTED_FN_INFO = exportedFnInfo;