@google/earthengine 1.4.4 → 1.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/browser.js +547 -504
- package/build/ee_api_js.js +292 -291
- package/build/ee_api_js_debug.js +525 -481
- package/build/ee_api_js_npm.js +547 -504
- package/build/main.js +547 -504
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/data.js +0 -15
- package/src/geometry.js +0 -3
- package/src/layers/featureviewtilesource.js +1 -2
- package/src/serializer.js +1 -1
package/build/ee_api_js_npm.js
CHANGED
|
@@ -169,7 +169,7 @@ $jscomp.underscoreProtoCanBeSet = function() {
|
|
|
169
169
|
}
|
|
170
170
|
return !1;
|
|
171
171
|
};
|
|
172
|
-
$jscomp.setPrototypeOf = $jscomp.TRUST_ES6_POLYFILLS && typeof Object.setPrototypeOf == "function" ? Object.setPrototypeOf : $jscomp.underscoreProtoCanBeSet() ? function(target, proto) {
|
|
172
|
+
$jscomp.setPrototypeOf = $jscomp.ASSUME_ES6 || $jscomp.TRUST_ES6_POLYFILLS && typeof Object.setPrototypeOf == "function" ? Object.setPrototypeOf : $jscomp.underscoreProtoCanBeSet() ? function(target, proto) {
|
|
173
173
|
target.__proto__ = proto;
|
|
174
174
|
if (target.__proto__ !== proto) {
|
|
175
175
|
throw new TypeError(target + " is not extensible");
|
|
@@ -179,7 +179,7 @@ $jscomp.setPrototypeOf = $jscomp.TRUST_ES6_POLYFILLS && typeof Object.setPrototy
|
|
|
179
179
|
$jscomp.inherits = function(childCtor, parentCtor) {
|
|
180
180
|
childCtor.prototype = $jscomp.objectCreate(parentCtor.prototype);
|
|
181
181
|
childCtor.prototype.constructor = childCtor;
|
|
182
|
-
if ($jscomp.setPrototypeOf) {
|
|
182
|
+
if ($jscomp.ASSUME_ES6 || $jscomp.setPrototypeOf) {
|
|
183
183
|
var setPrototypeOf = $jscomp.setPrototypeOf;
|
|
184
184
|
setPrototypeOf(childCtor, parentCtor);
|
|
185
185
|
} else {
|
|
@@ -1256,8 +1256,8 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1256
1256
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1257
1257
|
};
|
|
1258
1258
|
}, "es8", "es3");
|
|
1259
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1,
|
|
1260
|
-
|
|
1259
|
+
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__jspb_ignore_implicit_extension_deps__disable:!1, GoogFlags__jspb_readonly_repeated_fields__disable:!1, GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__disable:!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,
|
|
1260
|
+
GoogFlags__use_user_agent_client_hints__enable:!1, GoogFlags__wiz_enable_native_promise__enable:!1};
|
|
1261
1261
|
/*
|
|
1262
1262
|
|
|
1263
1263
|
Copyright The Closure Library Authors.
|
|
@@ -1682,7 +1682,7 @@ goog.createTrustedTypesPolicy = function(name) {
|
|
|
1682
1682
|
}
|
|
1683
1683
|
return policy;
|
|
1684
1684
|
};
|
|
1685
|
-
goog.CodeLocation = {};
|
|
1685
|
+
goog.CodeLocation = {DO_NOT_USE:"", DO_NOT_USE_ME_EITHER:"."};
|
|
1686
1686
|
goog.callerLocation = function() {
|
|
1687
1687
|
var stack;
|
|
1688
1688
|
return "";
|
|
@@ -1699,6 +1699,9 @@ module$exports$tslib.__extends = function(d, b) {
|
|
|
1699
1699
|
function __() {
|
|
1700
1700
|
this.constructor = d;
|
|
1701
1701
|
}
|
|
1702
|
+
if (typeof b !== "function" && b !== null && (b === void 0 || b !== goog.global.Event)) {
|
|
1703
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
1704
|
+
}
|
|
1702
1705
|
module$contents$tslib_extendStatics(d, b);
|
|
1703
1706
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
1704
1707
|
};
|
|
@@ -1726,7 +1729,7 @@ module$exports$tslib.__rest = function(s, e) {
|
|
|
1726
1729
|
};
|
|
1727
1730
|
module$exports$tslib.__decorate = function(decorators, target, key, desc) {
|
|
1728
1731
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1729
|
-
if (typeof Reflect === "object" &&
|
|
1732
|
+
if (Reflect && typeof Reflect === "object" && typeof Reflect.decorate === "function") {
|
|
1730
1733
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
1731
1734
|
} else {
|
|
1732
1735
|
for (var i = decorators.length - 1; i >= 0; i--) {
|
|
@@ -1747,7 +1750,7 @@ module$exports$tslib.__setFunctionName = function(f, name, prefix) {
|
|
|
1747
1750
|
return Object.defineProperty(f, "name", {configurable:!0, value:prefix ? "".concat(prefix, " ", name) : name});
|
|
1748
1751
|
};
|
|
1749
1752
|
module$exports$tslib.__metadata = function(metadataKey, metadataValue) {
|
|
1750
|
-
if (typeof Reflect === "object" &&
|
|
1753
|
+
if (Reflect && typeof Reflect === "object" && typeof Reflect.metadata === "function") {
|
|
1751
1754
|
return Reflect.metadata(metadataKey, metadataValue);
|
|
1752
1755
|
}
|
|
1753
1756
|
};
|
|
@@ -1788,7 +1791,7 @@ module$exports$tslib.__generator = function(thisArg, body) {
|
|
|
1788
1791
|
if (f) {
|
|
1789
1792
|
throw new TypeError("Generator is already executing.");
|
|
1790
1793
|
}
|
|
1791
|
-
for (; _;) {
|
|
1794
|
+
for (; g && (g = 0, op[0] && (_ = 0)), _;) {
|
|
1792
1795
|
try {
|
|
1793
1796
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) {
|
|
1794
1797
|
return t;
|
|
@@ -1850,22 +1853,28 @@ module$exports$tslib.__generator = function(thisArg, body) {
|
|
|
1850
1853
|
throw t[1];
|
|
1851
1854
|
}
|
|
1852
1855
|
return t[1];
|
|
1853
|
-
}, trys:[], ops:[]}, f, y, t, g;
|
|
1854
|
-
return g =
|
|
1855
|
-
return
|
|
1856
|
+
}, trys:[], ops:[]}, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
1857
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() {
|
|
1858
|
+
return this;
|
|
1856
1859
|
}), g;
|
|
1857
1860
|
};
|
|
1858
1861
|
module$exports$tslib.__exportStar = function(m, o) {
|
|
1859
1862
|
for (var p in m) {
|
|
1860
|
-
|
|
1863
|
+
p === "default" || Object.prototype.hasOwnProperty.call(o, p) || (o[p] = m[p]);
|
|
1861
1864
|
}
|
|
1862
1865
|
};
|
|
1863
1866
|
module$exports$tslib.__values = function(o) {
|
|
1864
|
-
var
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1867
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
1868
|
+
if (m) {
|
|
1869
|
+
return m.call(o);
|
|
1870
|
+
}
|
|
1871
|
+
if (o && typeof o.length === "number") {
|
|
1872
|
+
return {next:function() {
|
|
1873
|
+
o && i >= o.length && (o = void 0);
|
|
1874
|
+
return {value:o && o[i++], done:!o};
|
|
1875
|
+
}};
|
|
1876
|
+
}
|
|
1877
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
1869
1878
|
};
|
|
1870
1879
|
module$exports$tslib.__read = function(o, n) {
|
|
1871
1880
|
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
@@ -1909,9 +1918,6 @@ module$exports$tslib.__spreadArrays = function() {
|
|
|
1909
1918
|
return r;
|
|
1910
1919
|
};
|
|
1911
1920
|
module$exports$tslib.__spreadArray = function(to, from, pack) {
|
|
1912
|
-
if (!(Array.isArray(from) || from instanceof NodeList) && Object.prototype.toString.call(from) !== "[object Arguments]") {
|
|
1913
|
-
throw new TypeError("Expected an Array, NodeList, or or Arguments: " + String(from));
|
|
1914
|
-
}
|
|
1915
1921
|
if (pack || arguments.length === 2) {
|
|
1916
1922
|
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
1917
1923
|
!ar && i in from || (ar || (ar = Array.prototype.slice.call(from, 0, i)), ar[i] = from[i]);
|
|
@@ -1953,7 +1959,7 @@ module$exports$tslib.__asyncGenerator = function(thisArg, _arguments, generator)
|
|
|
1953
1959
|
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
1954
1960
|
}
|
|
1955
1961
|
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
1956
|
-
return i =
|
|
1962
|
+
return i = Object.create((typeof AsyncIterator === "function" ? AsyncIterator : Object).prototype), verb("next"), verb("throw"), verb("return", function(f) {
|
|
1957
1963
|
return function(v) {
|
|
1958
1964
|
return Promise.resolve(v).then(f, reject);
|
|
1959
1965
|
};
|
|
@@ -1964,14 +1970,14 @@ module$exports$tslib.__asyncGenerator = function(thisArg, _arguments, generator)
|
|
|
1964
1970
|
module$exports$tslib.__asyncDelegator = function(o) {
|
|
1965
1971
|
function verb(n, f) {
|
|
1966
1972
|
i[n] = o[n] ? function(v) {
|
|
1967
|
-
return (p = !p) ? {value:new module$exports$tslib.__await(o[n](v)), done
|
|
1973
|
+
return (p = !p) ? {value:new module$exports$tslib.__await(o[n](v)), done:!1} : f ? f(v) : v;
|
|
1968
1974
|
} : f;
|
|
1969
1975
|
}
|
|
1970
1976
|
var i, p;
|
|
1971
1977
|
return i = {}, verb("next"), verb("throw", function(e) {
|
|
1972
1978
|
throw e;
|
|
1973
1979
|
}), verb("return"), i[Symbol.iterator] = function() {
|
|
1974
|
-
return
|
|
1980
|
+
return this;
|
|
1975
1981
|
}, i;
|
|
1976
1982
|
};
|
|
1977
1983
|
module$exports$tslib.__asyncValues = function(o) {
|
|
@@ -2068,24 +2074,34 @@ module$exports$tslib.__disposeResources = function(env) {
|
|
|
2068
2074
|
env.hasError = !0;
|
|
2069
2075
|
}
|
|
2070
2076
|
function next() {
|
|
2071
|
-
for (; env.stack.
|
|
2072
|
-
var rec = env.stack.pop();
|
|
2077
|
+
for (; r = env.stack.pop();) {
|
|
2073
2078
|
try {
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2079
|
+
if (!r.async && s === 1) {
|
|
2080
|
+
return s = 0, env.stack.push(r), Promise.resolve().then(next);
|
|
2081
|
+
}
|
|
2082
|
+
if (r.dispose) {
|
|
2083
|
+
var result = r.dispose.call(r.value);
|
|
2084
|
+
if (r.async) {
|
|
2085
|
+
return s |= 2, Promise.resolve(result).then(next, function(e) {
|
|
2086
|
+
fail(e);
|
|
2087
|
+
return next();
|
|
2088
|
+
});
|
|
2089
|
+
}
|
|
2090
|
+
} else {
|
|
2091
|
+
s |= 1;
|
|
2080
2092
|
}
|
|
2081
2093
|
} catch (e) {
|
|
2082
2094
|
fail(e);
|
|
2083
2095
|
}
|
|
2084
2096
|
}
|
|
2097
|
+
if (s === 1) {
|
|
2098
|
+
return env.hasError ? Promise.reject(env.error) : Promise.resolve();
|
|
2099
|
+
}
|
|
2085
2100
|
if (env.hasError) {
|
|
2086
2101
|
throw env.error;
|
|
2087
2102
|
}
|
|
2088
2103
|
}
|
|
2104
|
+
var r, s = 0;
|
|
2089
2105
|
return next();
|
|
2090
2106
|
};
|
|
2091
2107
|
var module$exports$enable_goog_asserts = {}, module$contents$enable_goog_asserts_module = module$contents$enable_goog_asserts_module || {id:"javascript/common/asserts/enable_goog_asserts.closure.js"};
|
|
@@ -2717,86 +2733,93 @@ goog.object.transpose = function(obj) {
|
|
|
2717
2733
|
goog.object.unsafeClone = module$contents$goog$object_unsafeClone;
|
|
2718
2734
|
goog.string = {};
|
|
2719
2735
|
goog.string.internal = {};
|
|
2720
|
-
goog
|
|
2736
|
+
function module$contents$goog$string$internal_startsWith(str, prefix) {
|
|
2721
2737
|
return str.lastIndexOf(prefix, 0) == 0;
|
|
2722
|
-
}
|
|
2723
|
-
goog
|
|
2738
|
+
}
|
|
2739
|
+
function module$contents$goog$string$internal_endsWith(str, suffix) {
|
|
2724
2740
|
var l = str.length - suffix.length;
|
|
2725
2741
|
return l >= 0 && str.indexOf(suffix, l) == l;
|
|
2726
|
-
}
|
|
2727
|
-
goog
|
|
2728
|
-
return goog
|
|
2729
|
-
}
|
|
2730
|
-
goog
|
|
2731
|
-
return goog
|
|
2732
|
-
}
|
|
2733
|
-
goog
|
|
2742
|
+
}
|
|
2743
|
+
function module$contents$goog$string$internal_caseInsensitiveStartsWith(str, prefix) {
|
|
2744
|
+
return module$contents$goog$string$internal_caseInsensitiveCompare(prefix, str.slice(0, prefix.length)) == 0;
|
|
2745
|
+
}
|
|
2746
|
+
function module$contents$goog$string$internal_caseInsensitiveEndsWith(str, suffix) {
|
|
2747
|
+
return module$contents$goog$string$internal_caseInsensitiveCompare(suffix, str.slice(str.length - suffix.length)) == 0;
|
|
2748
|
+
}
|
|
2749
|
+
function module$contents$goog$string$internal_caseInsensitiveEquals(str1, str2) {
|
|
2734
2750
|
return str1.toLowerCase() == str2.toLowerCase();
|
|
2735
|
-
}
|
|
2736
|
-
goog
|
|
2751
|
+
}
|
|
2752
|
+
function module$contents$goog$string$internal_isEmptyOrWhitespace(str) {
|
|
2737
2753
|
return /^[\s\xa0]*$/.test(str);
|
|
2738
|
-
}
|
|
2739
|
-
goog
|
|
2754
|
+
}
|
|
2755
|
+
var module$contents$goog$string$internal_trim = goog.TRUSTED_SITE && (goog.FEATURESET_YEAR >= 2018 || String.prototype.trim) ? function(str) {
|
|
2740
2756
|
return str.trim();
|
|
2741
2757
|
} : function(str) {
|
|
2742
2758
|
return /^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(str)[1];
|
|
2743
2759
|
};
|
|
2744
|
-
goog
|
|
2760
|
+
function module$contents$goog$string$internal_caseInsensitiveCompare(str1, str2) {
|
|
2745
2761
|
var test1 = String(str1).toLowerCase(), test2 = String(str2).toLowerCase();
|
|
2746
2762
|
return test1 < test2 ? -1 : test1 == test2 ? 0 : 1;
|
|
2747
|
-
}
|
|
2748
|
-
goog
|
|
2763
|
+
}
|
|
2764
|
+
function module$contents$goog$string$internal_newLineToBr(str, opt_xml) {
|
|
2749
2765
|
return str.replace(/(\r\n|\r|\n)/g, opt_xml ? "<br />" : "<br>");
|
|
2750
|
-
}
|
|
2751
|
-
goog
|
|
2766
|
+
}
|
|
2767
|
+
function module$contents$goog$string$internal_htmlEscape(str, opt_isLikelyToContainHtmlChars) {
|
|
2752
2768
|
if (opt_isLikelyToContainHtmlChars) {
|
|
2753
|
-
str = str.replace(goog
|
|
2769
|
+
str = str.replace(module$contents$goog$string$internal_AMP_RE, "&").replace(module$contents$goog$string$internal_LT_RE, "<").replace(module$contents$goog$string$internal_GT_RE, ">").replace(module$contents$goog$string$internal_QUOT_RE, """).replace(module$contents$goog$string$internal_SINGLE_QUOTE_RE, "'").replace(module$contents$goog$string$internal_NULL_RE, "�");
|
|
2754
2770
|
} else {
|
|
2755
|
-
if (!goog
|
|
2771
|
+
if (!module$contents$goog$string$internal_ALL_RE.test(str)) {
|
|
2756
2772
|
return str;
|
|
2757
2773
|
}
|
|
2758
|
-
str.indexOf("&") != -1 && (str = str.replace(goog
|
|
2759
|
-
str.indexOf("<") != -1 && (str = str.replace(goog
|
|
2760
|
-
str.indexOf(">") != -1 && (str = str.replace(goog
|
|
2761
|
-
str.indexOf('"') != -1 && (str = str.replace(goog
|
|
2762
|
-
str.indexOf("'") != -1 && (str = str.replace(goog
|
|
2763
|
-
str.indexOf("\x00") != -1 && (str = str.replace(goog
|
|
2774
|
+
str.indexOf("&") != -1 && (str = str.replace(module$contents$goog$string$internal_AMP_RE, "&"));
|
|
2775
|
+
str.indexOf("<") != -1 && (str = str.replace(module$contents$goog$string$internal_LT_RE, "<"));
|
|
2776
|
+
str.indexOf(">") != -1 && (str = str.replace(module$contents$goog$string$internal_GT_RE, ">"));
|
|
2777
|
+
str.indexOf('"') != -1 && (str = str.replace(module$contents$goog$string$internal_QUOT_RE, """));
|
|
2778
|
+
str.indexOf("'") != -1 && (str = str.replace(module$contents$goog$string$internal_SINGLE_QUOTE_RE, "'"));
|
|
2779
|
+
str.indexOf("\x00") != -1 && (str = str.replace(module$contents$goog$string$internal_NULL_RE, "�"));
|
|
2764
2780
|
}
|
|
2765
2781
|
return str;
|
|
2766
|
-
}
|
|
2767
|
-
goog
|
|
2768
|
-
goog
|
|
2769
|
-
goog.string.internal.GT_RE_ = />/g;
|
|
2770
|
-
goog.string.internal.QUOT_RE_ = /"/g;
|
|
2771
|
-
goog.string.internal.SINGLE_QUOTE_RE_ = /'/g;
|
|
2772
|
-
goog.string.internal.NULL_RE_ = /\x00/g;
|
|
2773
|
-
goog.string.internal.ALL_RE_ = /[\x00&<>"']/;
|
|
2774
|
-
goog.string.internal.whitespaceEscape = function(str, opt_xml) {
|
|
2775
|
-
return goog.string.internal.newLineToBr(str.replace(/ /g, "  "), opt_xml);
|
|
2776
|
-
};
|
|
2777
|
-
goog.string.internal.contains = function(str, subString) {
|
|
2782
|
+
}
|
|
2783
|
+
var module$contents$goog$string$internal_AMP_RE = /&/g, module$contents$goog$string$internal_LT_RE = /</g, module$contents$goog$string$internal_GT_RE = />/g, module$contents$goog$string$internal_QUOT_RE = /"/g, module$contents$goog$string$internal_SINGLE_QUOTE_RE = /'/g, module$contents$goog$string$internal_NULL_RE = /\x00/g, module$contents$goog$string$internal_ALL_RE = /[\x00&<>"']/;
|
|
2784
|
+
function module$contents$goog$string$internal_contains(str, subString) {
|
|
2778
2785
|
return str.indexOf(subString) != -1;
|
|
2779
|
-
}
|
|
2780
|
-
goog
|
|
2781
|
-
return goog
|
|
2782
|
-
}
|
|
2783
|
-
goog
|
|
2784
|
-
for (var order = 0, v1Subs = goog
|
|
2786
|
+
}
|
|
2787
|
+
function module$contents$goog$string$internal_caseInsensitiveContains(str, subString) {
|
|
2788
|
+
return module$contents$goog$string$internal_contains(str.toLowerCase(), subString.toLowerCase());
|
|
2789
|
+
}
|
|
2790
|
+
function module$contents$goog$string$internal_compareVersions(version1, version2) {
|
|
2791
|
+
for (var order = 0, v1Subs = module$contents$goog$string$internal_trim(String(version1)).split("."), v2Subs = module$contents$goog$string$internal_trim(String(version2)).split("."), subCount = Math.max(v1Subs.length, v2Subs.length), subIdx = 0; order == 0 && subIdx < subCount; subIdx++) {
|
|
2785
2792
|
var v1Sub = v1Subs[subIdx] || "", v2Sub = v2Subs[subIdx] || "";
|
|
2786
2793
|
do {
|
|
2787
2794
|
var v1Comp = /(\d*)(\D*)(.*)/.exec(v1Sub) || ["", "", "", ""], v2Comp = /(\d*)(\D*)(.*)/.exec(v2Sub) || ["", "", "", ""];
|
|
2788
2795
|
if (v1Comp[0].length == 0 && v2Comp[0].length == 0) {
|
|
2789
2796
|
break;
|
|
2790
2797
|
}
|
|
2791
|
-
order = goog
|
|
2798
|
+
order = module$contents$goog$string$internal_compareElements(v1Comp[1].length == 0 ? 0 : parseInt(v1Comp[1], 10), v2Comp[1].length == 0 ? 0 : parseInt(v2Comp[1], 10)) || module$contents$goog$string$internal_compareElements(v1Comp[2].length == 0, v2Comp[2].length == 0) || module$contents$goog$string$internal_compareElements(v1Comp[2], v2Comp[2]);
|
|
2792
2799
|
v1Sub = v1Comp[3];
|
|
2793
2800
|
v2Sub = v2Comp[3];
|
|
2794
2801
|
} while (order == 0);
|
|
2795
2802
|
}
|
|
2796
2803
|
return order;
|
|
2797
|
-
}
|
|
2798
|
-
goog
|
|
2804
|
+
}
|
|
2805
|
+
function module$contents$goog$string$internal_compareElements(left, right) {
|
|
2799
2806
|
return left < right ? -1 : left > right ? 1 : 0;
|
|
2807
|
+
}
|
|
2808
|
+
goog.string.internal.caseInsensitiveCompare = module$contents$goog$string$internal_caseInsensitiveCompare;
|
|
2809
|
+
goog.string.internal.caseInsensitiveContains = module$contents$goog$string$internal_caseInsensitiveContains;
|
|
2810
|
+
goog.string.internal.caseInsensitiveEndsWith = module$contents$goog$string$internal_caseInsensitiveEndsWith;
|
|
2811
|
+
goog.string.internal.caseInsensitiveEquals = module$contents$goog$string$internal_caseInsensitiveEquals;
|
|
2812
|
+
goog.string.internal.caseInsensitiveStartsWith = module$contents$goog$string$internal_caseInsensitiveStartsWith;
|
|
2813
|
+
goog.string.internal.compareVersions = module$contents$goog$string$internal_compareVersions;
|
|
2814
|
+
goog.string.internal.contains = module$contents$goog$string$internal_contains;
|
|
2815
|
+
goog.string.internal.endsWith = module$contents$goog$string$internal_endsWith;
|
|
2816
|
+
goog.string.internal.htmlEscape = module$contents$goog$string$internal_htmlEscape;
|
|
2817
|
+
goog.string.internal.isEmptyOrWhitespace = module$contents$goog$string$internal_isEmptyOrWhitespace;
|
|
2818
|
+
goog.string.internal.newLineToBr = module$contents$goog$string$internal_newLineToBr;
|
|
2819
|
+
goog.string.internal.startsWith = module$contents$goog$string$internal_startsWith;
|
|
2820
|
+
goog.string.internal.trim = module$contents$goog$string$internal_trim;
|
|
2821
|
+
goog.string.internal.whitespaceEscape = function(str, opt_xml) {
|
|
2822
|
+
return module$contents$goog$string$internal_newLineToBr(str.replace(/ /g, "  "), opt_xml);
|
|
2800
2823
|
};
|
|
2801
2824
|
/*
|
|
2802
2825
|
|
|
@@ -3123,24 +3146,26 @@ function module$contents$safevalues$builders$url_builders_removeJavaScriptUrlSan
|
|
|
3123
3146
|
}
|
|
3124
3147
|
module$exports$safevalues$builders$url_builders.removeJavaScriptUrlSanitizationCallback = module$contents$safevalues$builders$url_builders_removeJavaScriptUrlSanitizationCallback;
|
|
3125
3148
|
var module$exports$safevalues$dom$elements$anchor = {}, module$contents$safevalues$dom$elements$anchor_module = module$contents$safevalues$dom$elements$anchor_module || {id:"third_party/javascript/safevalues/dom/elements/anchor.closure.js"};
|
|
3126
|
-
module$
|
|
3149
|
+
function module$contents$safevalues$dom$elements$anchor_setAnchorHref(anchor, url) {
|
|
3127
3150
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3128
3151
|
sanitizedUrl !== void 0 && (anchor.href = sanitizedUrl);
|
|
3129
|
-
}
|
|
3130
|
-
module$exports$safevalues$dom$elements$anchor.
|
|
3152
|
+
}
|
|
3153
|
+
module$exports$safevalues$dom$elements$anchor.setAnchorHref = module$contents$safevalues$dom$elements$anchor_setAnchorHref;
|
|
3154
|
+
function module$contents$safevalues$dom$elements$anchor_setAnchorHrefLite(anchor, url) {
|
|
3131
3155
|
module$contents$safevalues$builders$url_builders_reportJavaScriptUrl(url) || (anchor.href = url);
|
|
3132
|
-
}
|
|
3156
|
+
}
|
|
3157
|
+
module$exports$safevalues$dom$elements$anchor.setAnchorHrefLite = module$contents$safevalues$dom$elements$anchor_setAnchorHrefLite;
|
|
3133
3158
|
var module$contents$safevalues$dom$elements$area_module = module$contents$safevalues$dom$elements$area_module || {id:"third_party/javascript/safevalues/dom/elements/area.closure.js"};
|
|
3134
|
-
function module$contents$safevalues$dom$elements$
|
|
3159
|
+
function module$contents$safevalues$dom$elements$area_setAreaHref(area, url) {
|
|
3135
3160
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3136
3161
|
sanitizedUrl !== void 0 && (area.href = sanitizedUrl);
|
|
3137
3162
|
}
|
|
3138
3163
|
;var module$contents$safevalues$dom$elements$base_module = module$contents$safevalues$dom$elements$base_module || {id:"third_party/javascript/safevalues/dom/elements/base.closure.js"};
|
|
3139
|
-
function module$contents$safevalues$dom$elements$
|
|
3164
|
+
function module$contents$safevalues$dom$elements$base_setBaseHref(baseEl, url) {
|
|
3140
3165
|
baseEl.href = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url);
|
|
3141
3166
|
}
|
|
3142
3167
|
;var module$contents$safevalues$dom$elements$button_module = module$contents$safevalues$dom$elements$button_module || {id:"third_party/javascript/safevalues/dom/elements/button.closure.js"};
|
|
3143
|
-
function module$contents$safevalues$dom$elements$
|
|
3168
|
+
function module$contents$safevalues$dom$elements$button_setButtonFormaction(button, url) {
|
|
3144
3169
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3145
3170
|
sanitizedUrl !== void 0 && (button.formAction = sanitizedUrl);
|
|
3146
3171
|
}
|
|
@@ -3202,27 +3227,31 @@ module$exports$safevalues$internals$html_impl.unwrapHtml = function(value) {
|
|
|
3202
3227
|
throw Error(message);
|
|
3203
3228
|
};
|
|
3204
3229
|
var module$exports$safevalues$dom$elements$element = {}, module$contents$safevalues$dom$elements$element_module = module$contents$safevalues$dom$elements$element_module || {id:"third_party/javascript/safevalues/dom/elements/element.closure.js"}, module$contents$safevalues$dom$elements$element_ScriptOrStyle;
|
|
3205
|
-
module$
|
|
3230
|
+
function module$contents$safevalues$dom$elements$element_setElementInnerHtml(elOrRoot, v) {
|
|
3206
3231
|
module$contents$safevalues$dom$elements$element_isElement(elOrRoot) && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(elOrRoot);
|
|
3207
3232
|
elOrRoot.innerHTML = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v);
|
|
3208
|
-
}
|
|
3209
|
-
module$exports$safevalues$dom$elements$element.
|
|
3233
|
+
}
|
|
3234
|
+
module$exports$safevalues$dom$elements$element.setElementInnerHtml = module$contents$safevalues$dom$elements$element_setElementInnerHtml;
|
|
3235
|
+
function module$contents$safevalues$dom$elements$element_setElementOuterHtml(e, v) {
|
|
3210
3236
|
var parent = e.parentElement;
|
|
3211
3237
|
parent !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(parent);
|
|
3212
3238
|
e.outerHTML = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v);
|
|
3213
|
-
}
|
|
3214
|
-
module$exports$safevalues$dom$elements$element.
|
|
3239
|
+
}
|
|
3240
|
+
module$exports$safevalues$dom$elements$element.setElementOuterHtml = module$contents$safevalues$dom$elements$element_setElementOuterHtml;
|
|
3241
|
+
function module$contents$safevalues$dom$elements$element_elementInsertAdjacentHtml(element, position, v) {
|
|
3215
3242
|
var tagContext = position === "beforebegin" || position === "afterend" ? element.parentElement : element;
|
|
3216
3243
|
tagContext !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(tagContext);
|
|
3217
3244
|
element.insertAdjacentHTML(position, (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v));
|
|
3218
|
-
}
|
|
3219
|
-
module$exports$safevalues$dom$elements$element.
|
|
3245
|
+
}
|
|
3246
|
+
module$exports$safevalues$dom$elements$element.elementInsertAdjacentHtml = module$contents$safevalues$dom$elements$element_elementInsertAdjacentHtml;
|
|
3247
|
+
function module$contents$safevalues$dom$elements$element_buildPrefixedAttributeSetter(prefix) {
|
|
3220
3248
|
var prefixes = [prefix].concat((0,$jscomp.arrayFromIterable)($jscomp.getRestArguments.apply(1, arguments)));
|
|
3221
3249
|
return function(e, attr, value) {
|
|
3222
|
-
module$contents$safevalues$dom$elements$
|
|
3250
|
+
module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute(prefixes, e, attr, value);
|
|
3223
3251
|
};
|
|
3224
|
-
}
|
|
3225
|
-
|
|
3252
|
+
}
|
|
3253
|
+
module$exports$safevalues$dom$elements$element.buildPrefixedAttributeSetter = module$contents$safevalues$dom$elements$element_buildPrefixedAttributeSetter;
|
|
3254
|
+
function module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute(attrPrefixes, e, attr, value) {
|
|
3226
3255
|
if (attrPrefixes.length === 0) {
|
|
3227
3256
|
var message = "";
|
|
3228
3257
|
goog.DEBUG && (message = "No prefixes are provided");
|
|
@@ -3238,28 +3267,30 @@ function module$contents$safevalues$dom$elements$element_setPrefixedAttribute(at
|
|
|
3238
3267
|
}
|
|
3239
3268
|
e.setAttribute(attr, value);
|
|
3240
3269
|
}
|
|
3241
|
-
module$exports$safevalues$dom$elements$element.
|
|
3270
|
+
module$exports$safevalues$dom$elements$element.setElementPrefixedAttribute = module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute;
|
|
3242
3271
|
function module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(element) {
|
|
3243
3272
|
var message = "", tagName = element.tagName;
|
|
3244
3273
|
if (/^(script|style)$/i.test(tagName)) {
|
|
3245
|
-
throw goog.DEBUG && (message = tagName.toLowerCase() === "script" ? "Use
|
|
3274
|
+
throw goog.DEBUG && (message = tagName.toLowerCase() === "script" ? "Use setScriptTextContent with a SafeScript." : "Use setStyleTextContent with a SafeStyleSheet."), Error(message);
|
|
3246
3275
|
}
|
|
3247
3276
|
}
|
|
3248
3277
|
function module$contents$safevalues$dom$elements$element_isElement(elOrRoot) {
|
|
3249
3278
|
return elOrRoot.nodeType === 1;
|
|
3250
3279
|
}
|
|
3251
3280
|
;var module$contents$safevalues$dom$elements$embed_module = module$contents$safevalues$dom$elements$embed_module || {id:"third_party/javascript/safevalues/dom/elements/embed.closure.js"};
|
|
3252
|
-
function module$contents$safevalues$dom$elements$
|
|
3281
|
+
function module$contents$safevalues$dom$elements$embed_setEmbedSrc(embedEl, url) {
|
|
3253
3282
|
embedEl.src = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url);
|
|
3254
3283
|
}
|
|
3255
3284
|
;var module$exports$safevalues$dom$elements$form = {}, module$contents$safevalues$dom$elements$form_module = module$contents$safevalues$dom$elements$form_module || {id:"third_party/javascript/safevalues/dom/elements/form.closure.js"};
|
|
3256
|
-
module$
|
|
3285
|
+
function module$contents$safevalues$dom$elements$form_setFormAction(form, url) {
|
|
3257
3286
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3258
3287
|
sanitizedUrl !== void 0 && (form.action = sanitizedUrl);
|
|
3259
|
-
}
|
|
3260
|
-
module$exports$safevalues$dom$elements$form.
|
|
3288
|
+
}
|
|
3289
|
+
module$exports$safevalues$dom$elements$form.setFormAction = module$contents$safevalues$dom$elements$form_setFormAction;
|
|
3290
|
+
function module$contents$safevalues$dom$elements$form_setFormActionLite(form, url) {
|
|
3261
3291
|
module$contents$safevalues$builders$url_builders_reportJavaScriptUrl(url) || (form.action = url);
|
|
3262
|
-
}
|
|
3292
|
+
}
|
|
3293
|
+
module$exports$safevalues$dom$elements$form.setFormActionLite = module$contents$safevalues$dom$elements$form_setFormActionLite;
|
|
3263
3294
|
var module$exports$check = {}, module$contents$check_module = module$contents$check_module || {id:"javascript/typescript/contrib/check.closure.js"};
|
|
3264
3295
|
function module$contents$check_checkExhaustive(value, msg) {
|
|
3265
3296
|
return module$contents$check_checkExhaustiveAllowing(value, msg);
|
|
@@ -3274,18 +3305,18 @@ module$exports$check.assumeExhaustive = function(value) {
|
|
|
3274
3305
|
module$exports$check.assumeExhaustiveAllowing = function(value) {
|
|
3275
3306
|
};
|
|
3276
3307
|
var module$exports$safevalues$dom$elements$iframe = {}, module$contents$safevalues$dom$elements$iframe_module = module$contents$safevalues$dom$elements$iframe_module || {id:"third_party/javascript/safevalues/dom/elements/iframe.closure.js"};
|
|
3277
|
-
function module$contents$safevalues$dom$elements$
|
|
3308
|
+
function module$contents$safevalues$dom$elements$iframe_setIframeSrc(iframe, v) {
|
|
3278
3309
|
iframe.src = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(v).toString();
|
|
3279
3310
|
}
|
|
3280
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3281
|
-
function module$contents$safevalues$dom$elements$
|
|
3311
|
+
module$exports$safevalues$dom$elements$iframe.setIframeSrc = module$contents$safevalues$dom$elements$iframe_setIframeSrc;
|
|
3312
|
+
function module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc(iframe, v) {
|
|
3282
3313
|
iframe.srcdoc = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v);
|
|
3283
3314
|
}
|
|
3284
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3285
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3286
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3287
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3288
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3315
|
+
module$exports$safevalues$dom$elements$iframe.setIframeSrcdoc = module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc;
|
|
3316
|
+
module$exports$safevalues$dom$elements$iframe.IframeIntent = {FORMATTED_HTML_CONTENT:0, EMBEDDED_INTERNAL_CONTENT:1, EMBEDDED_TRUSTED_EXTERNAL_CONTENT:2};
|
|
3317
|
+
module$exports$safevalues$dom$elements$iframe.IframeIntent[module$exports$safevalues$dom$elements$iframe.IframeIntent.FORMATTED_HTML_CONTENT] = "FORMATTED_HTML_CONTENT";
|
|
3318
|
+
module$exports$safevalues$dom$elements$iframe.IframeIntent[module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_INTERNAL_CONTENT] = "EMBEDDED_INTERNAL_CONTENT";
|
|
3319
|
+
module$exports$safevalues$dom$elements$iframe.IframeIntent[module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_TRUSTED_EXTERNAL_CONTENT] = "EMBEDDED_TRUSTED_EXTERNAL_CONTENT";
|
|
3289
3320
|
var module$contents$safevalues$dom$elements$iframe_SandboxDirective = {ALLOW_SAME_ORIGIN:"allow-same-origin", ALLOW_SCRIPTS:"allow-scripts", ALLOW_FORMS:"allow-forms", ALLOW_POPUPS:"allow-popups", ALLOW_POPUPS_TO_ESCAPE_SANDBOX:"allow-popups-to-escape-sandbox", ALLOW_STORAGE_ACCESS_BY_USER_ACTIVATION:"allow-storage-access-by-user-activation"};
|
|
3290
3321
|
function module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(ifr, directives) {
|
|
3291
3322
|
ifr.setAttribute("sandbox", "");
|
|
@@ -3293,37 +3324,37 @@ function module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(ifr
|
|
|
3293
3324
|
ifr.sandbox.supports && !ifr.sandbox.supports(directives[i]) || ifr.sandbox.add(directives[i]);
|
|
3294
3325
|
}
|
|
3295
3326
|
}
|
|
3296
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3297
|
-
var $jscomp$tmp$error$494508883$1 = Error.call(this, type + " cannot be used with intent " + module$exports$safevalues$dom$elements$iframe.
|
|
3327
|
+
module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError = function(type, intent) {
|
|
3328
|
+
var $jscomp$tmp$error$494508883$1 = Error.call(this, type + " cannot be used with intent " + module$exports$safevalues$dom$elements$iframe.IframeIntent[intent]);
|
|
3298
3329
|
this.message = $jscomp$tmp$error$494508883$1.message;
|
|
3299
3330
|
"stack" in $jscomp$tmp$error$494508883$1 && (this.stack = $jscomp$tmp$error$494508883$1.stack);
|
|
3300
3331
|
this.type = type;
|
|
3301
3332
|
this.intent = intent;
|
|
3302
|
-
this.name = "
|
|
3333
|
+
this.name = "TypeCannotBeUsedWithIframeIntentError";
|
|
3303
3334
|
};
|
|
3304
|
-
$jscomp.inherits(module$exports$safevalues$dom$elements$iframe.
|
|
3305
|
-
module$
|
|
3335
|
+
$jscomp.inherits(module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError, Error);
|
|
3336
|
+
function module$contents$safevalues$dom$elements$iframe_setIframeSrcWithIntent(element, intent, src) {
|
|
3306
3337
|
element.removeAttribute("srcdoc");
|
|
3307
3338
|
switch(intent) {
|
|
3308
|
-
case module$exports$safevalues$dom$elements$iframe.
|
|
3339
|
+
case module$exports$safevalues$dom$elements$iframe.IframeIntent.FORMATTED_HTML_CONTENT:
|
|
3309
3340
|
if (src instanceof module$exports$safevalues$internals$resource_url_impl.TrustedResourceUrl) {
|
|
3310
|
-
throw new module$exports$safevalues$dom$elements$iframe.
|
|
3341
|
+
throw new module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError("TrustedResourceUrl", module$exports$safevalues$dom$elements$iframe.IframeIntent.FORMATTED_HTML_CONTENT);
|
|
3311
3342
|
}
|
|
3312
3343
|
module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(element, []);
|
|
3313
3344
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(src);
|
|
3314
3345
|
sanitizedUrl !== void 0 && (element.src = sanitizedUrl);
|
|
3315
3346
|
break;
|
|
3316
|
-
case module$exports$safevalues$dom$elements$iframe.
|
|
3347
|
+
case module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_INTERNAL_CONTENT:
|
|
3317
3348
|
if (!(src instanceof module$exports$safevalues$internals$resource_url_impl.TrustedResourceUrl)) {
|
|
3318
|
-
throw new module$exports$safevalues$dom$elements$iframe.
|
|
3349
|
+
throw new module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError(typeof src, module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_INTERNAL_CONTENT);
|
|
3319
3350
|
}
|
|
3320
3351
|
module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(element, [module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_SAME_ORIGIN, module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_SCRIPTS, module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_FORMS, module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_POPUPS,
|
|
3321
3352
|
module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_POPUPS_TO_ESCAPE_SANDBOX, module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_STORAGE_ACCESS_BY_USER_ACTIVATION]);
|
|
3322
|
-
module$contents$safevalues$dom$elements$
|
|
3353
|
+
module$contents$safevalues$dom$elements$iframe_setIframeSrc(element, src);
|
|
3323
3354
|
break;
|
|
3324
|
-
case module$exports$safevalues$dom$elements$iframe.
|
|
3355
|
+
case module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_TRUSTED_EXTERNAL_CONTENT:
|
|
3325
3356
|
if (src instanceof module$exports$safevalues$internals$resource_url_impl.TrustedResourceUrl) {
|
|
3326
|
-
throw new module$exports$safevalues$dom$elements$iframe.
|
|
3357
|
+
throw new module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError("TrustedResourceUrl", module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_TRUSTED_EXTERNAL_CONTENT);
|
|
3327
3358
|
}
|
|
3328
3359
|
module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(element, [module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_SAME_ORIGIN, module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_SCRIPTS, module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_FORMS, module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_POPUPS,
|
|
3329
3360
|
module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_POPUPS_TO_ESCAPE_SANDBOX, module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_STORAGE_ACCESS_BY_USER_ACTIVATION]);
|
|
@@ -3333,47 +3364,49 @@ module$exports$safevalues$dom$elements$iframe.setSrcWithIntent = function(elemen
|
|
|
3333
3364
|
default:
|
|
3334
3365
|
module$contents$check_checkExhaustive(intent);
|
|
3335
3366
|
}
|
|
3336
|
-
}
|
|
3337
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3367
|
+
}
|
|
3368
|
+
module$exports$safevalues$dom$elements$iframe.setIframeSrcWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcWithIntent;
|
|
3369
|
+
function module$contents$safevalues$dom$elements$iframe_setIframeSrcdocWithIntent(element, intent, srcdoc) {
|
|
3338
3370
|
element.removeAttribute("src");
|
|
3339
3371
|
switch(intent) {
|
|
3340
|
-
case module$exports$safevalues$dom$elements$iframe.
|
|
3372
|
+
case module$exports$safevalues$dom$elements$iframe.IframeIntent.FORMATTED_HTML_CONTENT:
|
|
3341
3373
|
if (srcdoc instanceof module$exports$safevalues$internals$html_impl.SafeHtml) {
|
|
3342
|
-
throw new module$exports$safevalues$dom$elements$iframe.
|
|
3374
|
+
throw new module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError("SafeHtml", module$exports$safevalues$dom$elements$iframe.IframeIntent.FORMATTED_HTML_CONTENT);
|
|
3343
3375
|
}
|
|
3344
3376
|
element.csp = "default-src 'none'";
|
|
3345
3377
|
module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(element, []);
|
|
3346
|
-
module$contents$safevalues$dom$elements$
|
|
3378
|
+
module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc(element, (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)(srcdoc));
|
|
3347
3379
|
break;
|
|
3348
|
-
case module$exports$safevalues$dom$elements$iframe.
|
|
3380
|
+
case module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_INTERNAL_CONTENT:
|
|
3349
3381
|
if (!(srcdoc instanceof module$exports$safevalues$internals$html_impl.SafeHtml)) {
|
|
3350
|
-
throw new module$exports$safevalues$dom$elements$iframe.
|
|
3382
|
+
throw new module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError("string", module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_INTERNAL_CONTENT);
|
|
3351
3383
|
}
|
|
3352
3384
|
module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(element, [module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_SAME_ORIGIN, module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_SCRIPTS, module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_FORMS, module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_POPUPS,
|
|
3353
3385
|
module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_POPUPS_TO_ESCAPE_SANDBOX, module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_STORAGE_ACCESS_BY_USER_ACTIVATION]);
|
|
3354
|
-
module$contents$safevalues$dom$elements$
|
|
3386
|
+
module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc(element, srcdoc);
|
|
3355
3387
|
break;
|
|
3356
|
-
case module$exports$safevalues$dom$elements$iframe.
|
|
3388
|
+
case module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_TRUSTED_EXTERNAL_CONTENT:
|
|
3357
3389
|
if (srcdoc instanceof module$exports$safevalues$internals$html_impl.SafeHtml) {
|
|
3358
|
-
throw new module$exports$safevalues$dom$elements$iframe.
|
|
3390
|
+
throw new module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError("SafeHtml", module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_INTERNAL_CONTENT);
|
|
3359
3391
|
}
|
|
3360
3392
|
module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(element, [module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_SCRIPTS, module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_FORMS, module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_POPUPS, module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_POPUPS_TO_ESCAPE_SANDBOX,
|
|
3361
3393
|
module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_STORAGE_ACCESS_BY_USER_ACTIVATION]);
|
|
3362
|
-
module$contents$safevalues$dom$elements$
|
|
3394
|
+
module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc(element, (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)(srcdoc));
|
|
3363
3395
|
break;
|
|
3364
3396
|
default:
|
|
3365
3397
|
module$contents$check_checkExhaustive(intent);
|
|
3366
3398
|
}
|
|
3367
|
-
}
|
|
3399
|
+
}
|
|
3400
|
+
module$exports$safevalues$dom$elements$iframe.setIframeSrcdocWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcdocWithIntent;
|
|
3368
3401
|
var module$contents$safevalues$dom$elements$input_module = module$contents$safevalues$dom$elements$input_module || {id:"third_party/javascript/safevalues/dom/elements/input.closure.js"};
|
|
3369
|
-
function module$contents$safevalues$dom$elements$
|
|
3402
|
+
function module$contents$safevalues$dom$elements$input_setInputFormaction(input, url) {
|
|
3370
3403
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3371
3404
|
sanitizedUrl !== void 0 && (input.formAction = sanitizedUrl);
|
|
3372
3405
|
}
|
|
3373
3406
|
;var module$exports$safevalues$dom$elements$link = {}, module$contents$safevalues$dom$elements$link_module = module$contents$safevalues$dom$elements$link_module || {id:"third_party/javascript/safevalues/dom/elements/link.closure.js"}, module$contents$safevalues$dom$elements$link_SAFE_URL_REL_VALUES = "alternate author bookmark canonical cite help icon license modulepreload next prefetch dns-prefetch prerender preconnect preload prev search subresource".split(" ");
|
|
3374
|
-
module$
|
|
3407
|
+
function module$contents$safevalues$dom$elements$link_setLinkHrefAndRel(link, url, rel) {
|
|
3375
3408
|
if (module$contents$safevalues$internals$resource_url_impl_isResourceUrl(url)) {
|
|
3376
|
-
module$contents$safevalues$dom$elements$
|
|
3409
|
+
module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel(link, url, rel);
|
|
3377
3410
|
} else {
|
|
3378
3411
|
if (module$contents$safevalues$dom$elements$link_SAFE_URL_REL_VALUES.indexOf(rel) === -1) {
|
|
3379
3412
|
throw Error('TrustedResourceUrl href attribute required with rel="' + rel + '"');
|
|
@@ -3381,27 +3414,31 @@ module$exports$safevalues$dom$elements$link.setHrefAndRel = function(link, url,
|
|
|
3381
3414
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3382
3415
|
sanitizedUrl !== void 0 && (link.href = sanitizedUrl, link.rel = rel);
|
|
3383
3416
|
}
|
|
3384
|
-
}
|
|
3385
|
-
|
|
3417
|
+
}
|
|
3418
|
+
module$exports$safevalues$dom$elements$link.setLinkHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkHrefAndRel;
|
|
3419
|
+
function module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel(link, url, rel) {
|
|
3386
3420
|
link.href = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url).toString();
|
|
3387
3421
|
link.rel = rel;
|
|
3388
3422
|
}
|
|
3389
|
-
module$exports$safevalues$dom$elements$link.
|
|
3423
|
+
module$exports$safevalues$dom$elements$link.setLinkWithResourceUrlHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel;
|
|
3390
3424
|
var module$contents$safevalues$dom$elements$object_module = module$contents$safevalues$dom$elements$object_module || {id:"third_party/javascript/safevalues/dom/elements/object.closure.js"};
|
|
3391
|
-
function module$contents$safevalues$dom$elements$
|
|
3425
|
+
function module$contents$safevalues$dom$elements$object_setObjectData(obj, v) {
|
|
3392
3426
|
obj.data = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(v);
|
|
3393
3427
|
}
|
|
3394
3428
|
;var module$exports$safevalues$dom$globals$window = {}, module$contents$safevalues$dom$globals$window_module = module$contents$safevalues$dom$globals$window_module || {id:"third_party/javascript/safevalues/dom/globals/window.closure.js"};
|
|
3395
|
-
module$
|
|
3429
|
+
function module$contents$safevalues$dom$globals$window_windowOpen(win, url, target, features) {
|
|
3396
3430
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3397
3431
|
return sanitizedUrl !== void 0 ? win.open(sanitizedUrl, target, features) : null;
|
|
3398
|
-
}
|
|
3399
|
-
module$exports$safevalues$dom$globals$window.
|
|
3432
|
+
}
|
|
3433
|
+
module$exports$safevalues$dom$globals$window.windowOpen = module$contents$safevalues$dom$globals$window_windowOpen;
|
|
3434
|
+
function module$contents$safevalues$dom$globals$window_getScriptNonce(documentOrWindow) {
|
|
3400
3435
|
return module$contents$safevalues$dom$globals$window_getNonceFor("script", documentOrWindow);
|
|
3401
|
-
}
|
|
3402
|
-
module$exports$safevalues$dom$globals$window.
|
|
3436
|
+
}
|
|
3437
|
+
module$exports$safevalues$dom$globals$window.getScriptNonce = module$contents$safevalues$dom$globals$window_getScriptNonce;
|
|
3438
|
+
function module$contents$safevalues$dom$globals$window_getStyleNonce(documentOrWindow) {
|
|
3403
3439
|
return module$contents$safevalues$dom$globals$window_getNonceFor("style", documentOrWindow);
|
|
3404
|
-
}
|
|
3440
|
+
}
|
|
3441
|
+
module$exports$safevalues$dom$globals$window.getStyleNonce = module$contents$safevalues$dom$globals$window_getStyleNonce;
|
|
3405
3442
|
function module$contents$safevalues$dom$globals$window_getNonceFor(elementName, documentOrWindow) {
|
|
3406
3443
|
documentOrWindow = documentOrWindow === void 0 ? document : documentOrWindow;
|
|
3407
3444
|
var $jscomp$optchain$tmpm1987982378$0, $jscomp$optchain$tmpm1987982378$1, el = ($jscomp$optchain$tmpm1987982378$1 = ($jscomp$optchain$tmpm1987982378$0 = "document" in documentOrWindow ? documentOrWindow.document : documentOrWindow).querySelector) == null ? void 0 : $jscomp$optchain$tmpm1987982378$1.call($jscomp$optchain$tmpm1987982378$0, elementName + "[nonce]");
|
|
@@ -3442,17 +3479,19 @@ function module$contents$safevalues$internals$script_impl_unwrapScript(value) {
|
|
|
3442
3479
|
module$exports$safevalues$internals$script_impl.unwrapScript = module$contents$safevalues$internals$script_impl_unwrapScript;
|
|
3443
3480
|
var module$exports$safevalues$dom$elements$script = {}, module$contents$safevalues$dom$elements$script_module = module$contents$safevalues$dom$elements$script_module || {id:"third_party/javascript/safevalues/dom/elements/script.closure.js"};
|
|
3444
3481
|
function module$contents$safevalues$dom$elements$script_setNonceForScriptElement(script) {
|
|
3445
|
-
var nonce =
|
|
3482
|
+
var nonce = module$contents$safevalues$dom$globals$window_getScriptNonce(script.ownerDocument);
|
|
3446
3483
|
nonce && script.setAttribute("nonce", nonce);
|
|
3447
3484
|
}
|
|
3448
|
-
module$
|
|
3485
|
+
function module$contents$safevalues$dom$elements$script_setScriptTextContent(script, v, options) {
|
|
3449
3486
|
script.textContent = module$contents$safevalues$internals$script_impl_unwrapScript(v);
|
|
3450
3487
|
(options == null ? 0 : options.omitNonce) || module$contents$safevalues$dom$elements$script_setNonceForScriptElement(script);
|
|
3451
|
-
}
|
|
3452
|
-
module$exports$safevalues$dom$elements$script.
|
|
3488
|
+
}
|
|
3489
|
+
module$exports$safevalues$dom$elements$script.setScriptTextContent = module$contents$safevalues$dom$elements$script_setScriptTextContent;
|
|
3490
|
+
function module$contents$safevalues$dom$elements$script_setScriptSrc(script, v, options) {
|
|
3453
3491
|
script.src = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(v);
|
|
3454
3492
|
(options == null ? 0 : options.omitNonce) || module$contents$safevalues$dom$elements$script_setNonceForScriptElement(script);
|
|
3455
|
-
}
|
|
3493
|
+
}
|
|
3494
|
+
module$exports$safevalues$dom$elements$script.setScriptSrc = module$contents$safevalues$dom$elements$script_setScriptSrc;
|
|
3456
3495
|
var module$exports$safevalues$internals$style_sheet_impl = {}, module$contents$safevalues$internals$style_sheet_impl_module = module$contents$safevalues$internals$style_sheet_impl_module || {id:"third_party/javascript/safevalues/internals/style_sheet_impl.closure.js"};
|
|
3457
3496
|
module$exports$safevalues$internals$style_sheet_impl.SafeStyleSheet = function(token, value) {
|
|
3458
3497
|
goog.DEBUG && module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
|
|
@@ -3479,12 +3518,12 @@ function module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet(
|
|
|
3479
3518
|
throw Error(message);
|
|
3480
3519
|
}
|
|
3481
3520
|
module$exports$safevalues$internals$style_sheet_impl.unwrapStyleSheet = module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet;
|
|
3482
|
-
var module$
|
|
3483
|
-
module$
|
|
3521
|
+
var module$contents$safevalues$dom$elements$style_module = module$contents$safevalues$dom$elements$style_module || {id:"third_party/javascript/safevalues/dom/elements/style.closure.js"};
|
|
3522
|
+
function module$contents$safevalues$dom$elements$style_setStyleTextContent(elem, safeStyleSheet) {
|
|
3484
3523
|
elem.textContent = module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet(safeStyleSheet);
|
|
3485
|
-
}
|
|
3486
|
-
var module$contents$safevalues$dom$elements$svg_module = module$contents$safevalues$dom$elements$svg_module || {id:"third_party/javascript/safevalues/dom/elements/svg.closure.js"}, module$contents$safevalues$dom$elements$svg_UNSAFE_SVG_ATTRIBUTES = ["href", "xlink:href"];
|
|
3487
|
-
function module$contents$safevalues$dom$elements$
|
|
3524
|
+
}
|
|
3525
|
+
;var module$contents$safevalues$dom$elements$svg_module = module$contents$safevalues$dom$elements$svg_module || {id:"third_party/javascript/safevalues/dom/elements/svg.closure.js"}, module$contents$safevalues$dom$elements$svg_UNSAFE_SVG_ATTRIBUTES = ["href", "xlink:href"];
|
|
3526
|
+
function module$contents$safevalues$dom$elements$svg_setSvgAttribute(svg, attr, value) {
|
|
3488
3527
|
var attrLower = attr.toLowerCase();
|
|
3489
3528
|
if (module$contents$safevalues$dom$elements$svg_UNSAFE_SVG_ATTRIBUTES.indexOf(attrLower) !== -1 || attrLower.indexOf("on") === 0) {
|
|
3490
3529
|
var msg = "";
|
|
@@ -4639,7 +4678,7 @@ goog.log.fine = function(logger, msg, exception) {
|
|
|
4639
4678
|
goog.log.ENABLED && logger && goog.log.log(logger, goog.log.Level.FINE, msg, exception);
|
|
4640
4679
|
};
|
|
4641
4680
|
var module$contents$safevalues$dom$elements$svg_use_module = module$contents$safevalues$dom$elements$svg_use_module || {id:"third_party/javascript/safevalues/dom/elements/svg_use.closure.js"};
|
|
4642
|
-
function module$contents$safevalues$dom$elements$
|
|
4681
|
+
function module$contents$safevalues$dom$elements$svg_use_setSvgUseHref(useEl, url) {
|
|
4643
4682
|
var scheme = module$contents$safevalues$builders$url_builders_extractScheme(url);
|
|
4644
4683
|
if (scheme === "javascript:" || scheme === "data:") {
|
|
4645
4684
|
if (goog.DEBUG) {
|
|
@@ -4651,27 +4690,28 @@ function module$contents$safevalues$dom$elements$svg_use_setHref(useEl, url) {
|
|
|
4651
4690
|
}
|
|
4652
4691
|
}
|
|
4653
4692
|
;var module$exports$safevalues$dom$globals$document = {}, module$contents$safevalues$dom$globals$document_module = module$contents$safevalues$dom$globals$document_module || {id:"third_party/javascript/safevalues/dom/globals/document.closure.js"};
|
|
4654
|
-
function module$contents$safevalues$dom$globals$
|
|
4693
|
+
function module$contents$safevalues$dom$globals$document_documentWrite(doc, text) {
|
|
4655
4694
|
doc.write((0,module$exports$safevalues$internals$html_impl.unwrapHtml)(text));
|
|
4656
4695
|
}
|
|
4657
|
-
module$exports$safevalues$dom$globals$document.
|
|
4696
|
+
module$exports$safevalues$dom$globals$document.documentWrite = module$contents$safevalues$dom$globals$document_documentWrite;
|
|
4658
4697
|
var module$contents$safevalues$dom$globals$document_ValueType;
|
|
4659
|
-
function module$contents$safevalues$dom$globals$
|
|
4698
|
+
function module$contents$safevalues$dom$globals$document_documentExecCommand(doc, command, value) {
|
|
4660
4699
|
var commandString = String(command), valueArgument = value;
|
|
4661
4700
|
commandString.toLowerCase() === "inserthtml" && (valueArgument = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(value));
|
|
4662
4701
|
return doc.execCommand(commandString, !1, valueArgument);
|
|
4663
4702
|
}
|
|
4664
|
-
module$exports$safevalues$dom$globals$document.
|
|
4665
|
-
function module$contents$safevalues$dom$globals$
|
|
4703
|
+
module$exports$safevalues$dom$globals$document.documentExecCommand = module$contents$safevalues$dom$globals$document_documentExecCommand;
|
|
4704
|
+
function module$contents$safevalues$dom$globals$document_documentExecCommandInsertHtml(doc, html) {
|
|
4666
4705
|
return doc.execCommand("insertHTML", !1, (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(html));
|
|
4667
4706
|
}
|
|
4668
|
-
module$exports$safevalues$dom$globals$document.
|
|
4707
|
+
module$exports$safevalues$dom$globals$document.documentExecCommandInsertHtml = module$contents$safevalues$dom$globals$document_documentExecCommandInsertHtml;
|
|
4669
4708
|
var module$exports$safevalues$dom$globals$dom_parser = {}, module$contents$safevalues$dom$globals$dom_parser_module = module$contents$safevalues$dom$globals$dom_parser_module || {id:"third_party/javascript/safevalues/dom/globals/dom_parser.closure.js"};
|
|
4670
|
-
module$
|
|
4671
|
-
return module$contents$safevalues$dom$globals$
|
|
4672
|
-
}
|
|
4673
|
-
module$exports$safevalues$dom$globals$dom_parser.
|
|
4674
|
-
|
|
4709
|
+
function module$contents$safevalues$dom$globals$dom_parser_domParserParseHtml(parser, html) {
|
|
4710
|
+
return module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString(parser, html, "text/html");
|
|
4711
|
+
}
|
|
4712
|
+
module$exports$safevalues$dom$globals$dom_parser.domParserParseHtml = module$contents$safevalues$dom$globals$dom_parser_domParserParseHtml;
|
|
4713
|
+
function module$contents$safevalues$dom$globals$dom_parser_domParserParseXml(parser, xml) {
|
|
4714
|
+
for (var doc = module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString(parser, (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)(xml), "text/xml"), iterator = document.createNodeIterator(doc, NodeFilter.SHOW_ELEMENT), currentNode; currentNode = iterator.nextNode();) {
|
|
4675
4715
|
var ns = currentNode.namespaceURI;
|
|
4676
4716
|
if (module$contents$safevalues$dom$globals$dom_parser_isUnsafeNamespace(ns)) {
|
|
4677
4717
|
var message = "unsafe XML";
|
|
@@ -4680,14 +4720,15 @@ module$exports$safevalues$dom$globals$dom_parser.parseXml = function(parser, xml
|
|
|
4680
4720
|
}
|
|
4681
4721
|
}
|
|
4682
4722
|
return doc;
|
|
4683
|
-
}
|
|
4723
|
+
}
|
|
4724
|
+
module$exports$safevalues$dom$globals$dom_parser.domParserParseXml = module$contents$safevalues$dom$globals$dom_parser_domParserParseXml;
|
|
4684
4725
|
function module$contents$safevalues$dom$globals$dom_parser_isUnsafeNamespace(ns) {
|
|
4685
4726
|
return ns === "http://www.w3.org/1999/xhtml" || ns === "http://www.w3.org/2000/svg" || ns === "http://www.w3.org/1998/Math/MathML";
|
|
4686
4727
|
}
|
|
4687
|
-
function module$contents$safevalues$dom$globals$
|
|
4728
|
+
function module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString(parser, content, contentType) {
|
|
4688
4729
|
return parser.parseFromString((0,module$exports$safevalues$internals$html_impl.unwrapHtml)(content), contentType);
|
|
4689
4730
|
}
|
|
4690
|
-
module$exports$safevalues$dom$globals$dom_parser.
|
|
4731
|
+
module$exports$safevalues$dom$globals$dom_parser.domParserParseFromString = module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString;
|
|
4691
4732
|
var module$exports$safevalues$dom$globals$fetch = {}, module$contents$safevalues$dom$globals$fetch_module = module$contents$safevalues$dom$globals$fetch_module || {id:"third_party/javascript/safevalues/dom/globals/fetch.closure.js"};
|
|
4692
4733
|
module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError = function(url, typeName, contentType) {
|
|
4693
4734
|
var $jscomp$tmp$error$1153895636$25 = Error.call(this, url + " was requested as a " + typeName + ', but the response Content-Type, "' + contentType + " is not appropriate for this type of content.");
|
|
@@ -4760,31 +4801,27 @@ function module$contents$safevalues$dom$globals$global_globalEval(win, script) {
|
|
|
4760
4801
|
}
|
|
4761
4802
|
module$exports$safevalues$dom$globals$global.globalEval = module$contents$safevalues$dom$globals$global_globalEval;
|
|
4762
4803
|
var module$exports$safevalues$dom$globals$location = {}, module$contents$safevalues$dom$globals$location_module = module$contents$safevalues$dom$globals$location_module || {id:"third_party/javascript/safevalues/dom/globals/location.closure.js"};
|
|
4763
|
-
module$
|
|
4804
|
+
function module$contents$safevalues$dom$globals$location_setLocationHref(loc, url) {
|
|
4764
4805
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
4765
|
-
sanitizedUrl !== void 0 &&
|
|
4766
|
-
}
|
|
4767
|
-
module$exports$safevalues$dom$globals$location.
|
|
4806
|
+
sanitizedUrl !== void 0 && (loc.href = sanitizedUrl);
|
|
4807
|
+
}
|
|
4808
|
+
module$exports$safevalues$dom$globals$location.setLocationHref = module$contents$safevalues$dom$globals$location_setLocationHref;
|
|
4809
|
+
function module$contents$safevalues$dom$globals$location_locationReplace(loc, url) {
|
|
4768
4810
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
4769
|
-
sanitizedUrl !== void 0 &&
|
|
4770
|
-
}
|
|
4771
|
-
module$exports$safevalues$dom$globals$location.
|
|
4811
|
+
sanitizedUrl !== void 0 && loc.replace(sanitizedUrl);
|
|
4812
|
+
}
|
|
4813
|
+
module$exports$safevalues$dom$globals$location.locationReplace = module$contents$safevalues$dom$globals$location_locationReplace;
|
|
4814
|
+
function module$contents$safevalues$dom$globals$location_locationAssign(loc, url) {
|
|
4772
4815
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
4773
|
-
sanitizedUrl !== void 0 &&
|
|
4774
|
-
}
|
|
4775
|
-
module$exports$safevalues$dom$globals$location.
|
|
4776
|
-
loc.href = url;
|
|
4777
|
-
}, replace:function(loc, url) {
|
|
4778
|
-
loc.replace(url);
|
|
4779
|
-
}, assign:function(loc, url) {
|
|
4780
|
-
loc.assign(url);
|
|
4781
|
-
}};
|
|
4816
|
+
sanitizedUrl !== void 0 && loc.assign(sanitizedUrl);
|
|
4817
|
+
}
|
|
4818
|
+
module$exports$safevalues$dom$globals$location.locationAssign = module$contents$safevalues$dom$globals$location_locationAssign;
|
|
4782
4819
|
var module$contents$safevalues$dom$globals$range_module = module$contents$safevalues$dom$globals$range_module || {id:"third_party/javascript/safevalues/dom/globals/range.closure.js"};
|
|
4783
|
-
function module$contents$safevalues$dom$globals$
|
|
4820
|
+
function module$contents$safevalues$dom$globals$range_rangeCreateContextualFragment(range, html) {
|
|
4784
4821
|
return range.createContextualFragment((0,module$exports$safevalues$internals$html_impl.unwrapHtml)(html));
|
|
4785
4822
|
}
|
|
4786
4823
|
;var module$contents$safevalues$dom$globals$service_worker_container_module = module$contents$safevalues$dom$globals$service_worker_container_module || {id:"third_party/javascript/safevalues/dom/globals/service_worker_container.closure.js"};
|
|
4787
|
-
function module$contents$safevalues$dom$globals$
|
|
4824
|
+
function module$contents$safevalues$dom$globals$service_worker_container_serviceWorkerContainerRegister(container, scriptURL, options) {
|
|
4788
4825
|
return container.register(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(scriptURL), options);
|
|
4789
4826
|
}
|
|
4790
4827
|
;var module$contents$safevalues$dom$globals$url_module = module$contents$safevalues$dom$globals$url_module || {id:"third_party/javascript/safevalues/dom/globals/url.closure.js"};
|
|
@@ -4792,140 +4829,120 @@ function module$contents$safevalues$dom$globals$url_objectUrlFromSafeSource(sour
|
|
|
4792
4829
|
return module$contents$safevalues$builders$url_builders_objectUrlFromSafeSource(source).toString();
|
|
4793
4830
|
}
|
|
4794
4831
|
;var module$exports$safevalues$dom$globals$worker = {}, module$contents$safevalues$dom$globals$worker_module = module$contents$safevalues$dom$globals$worker_module || {id:"third_party/javascript/safevalues/dom/globals/worker.closure.js"};
|
|
4795
|
-
module$exports$safevalues$dom$globals$worker.
|
|
4832
|
+
module$exports$safevalues$dom$globals$worker.WorkerGlobalScopeWithImportScripts = function() {
|
|
4796
4833
|
};
|
|
4797
|
-
module$
|
|
4834
|
+
function module$contents$safevalues$dom$globals$worker_createWorker(url, options) {
|
|
4798
4835
|
return new Worker(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url), options);
|
|
4799
|
-
}
|
|
4800
|
-
module$exports$safevalues$dom$globals$worker.
|
|
4836
|
+
}
|
|
4837
|
+
module$exports$safevalues$dom$globals$worker.createWorker = module$contents$safevalues$dom$globals$worker_createWorker;
|
|
4838
|
+
function module$contents$safevalues$dom$globals$worker_createSharedWorker(url, options) {
|
|
4801
4839
|
return new SharedWorker(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url), options);
|
|
4802
|
-
}
|
|
4803
|
-
module$exports$safevalues$dom$globals$worker.
|
|
4840
|
+
}
|
|
4841
|
+
module$exports$safevalues$dom$globals$worker.createSharedWorker = module$contents$safevalues$dom$globals$worker_createSharedWorker;
|
|
4842
|
+
function module$contents$safevalues$dom$globals$worker_workerGlobalScopeImportScripts(scope) {
|
|
4804
4843
|
scope.importScripts.apply(scope, (0,$jscomp.arrayFromIterable)($jscomp.getRestArguments.apply(1, arguments).map(function(url) {
|
|
4805
4844
|
return module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url);
|
|
4806
4845
|
})));
|
|
4807
|
-
}
|
|
4846
|
+
}
|
|
4847
|
+
module$exports$safevalues$dom$globals$worker.workerGlobalScopeImportScripts = module$contents$safevalues$dom$globals$worker_workerGlobalScopeImportScripts;
|
|
4808
4848
|
var module$exports$safevalues$dom$index = {}, module$contents$safevalues$dom$index_module = module$contents$safevalues$dom$index_module || {id:"third_party/javascript/safevalues/dom/index.closure.js"};
|
|
4809
|
-
module$exports$safevalues$dom$index.
|
|
4810
|
-
module$exports$safevalues$dom$index.
|
|
4811
|
-
module$exports$safevalues$dom$index.
|
|
4812
|
-
module$exports$safevalues$dom$index.
|
|
4813
|
-
module$exports$safevalues$dom$index.
|
|
4814
|
-
module$exports$safevalues$dom$index.
|
|
4815
|
-
module$exports$safevalues$dom$index.
|
|
4816
|
-
module$exports$safevalues$dom$index.
|
|
4817
|
-
module$exports$safevalues$dom$index.
|
|
4818
|
-
module$exports$safevalues$dom$index.
|
|
4819
|
-
module$exports$safevalues$dom$index.
|
|
4820
|
-
|
|
4821
|
-
module$exports$safevalues$dom$index.
|
|
4822
|
-
module$exports$safevalues$dom$index.
|
|
4823
|
-
module$exports$safevalues$dom$index.
|
|
4824
|
-
module$exports$safevalues$dom$index.
|
|
4825
|
-
module$exports$safevalues$dom$index.
|
|
4826
|
-
module$exports$safevalues$dom$index.
|
|
4827
|
-
module$exports$safevalues$dom$index.
|
|
4828
|
-
module$exports$safevalues$dom$index.
|
|
4829
|
-
module$exports$safevalues$dom$index.
|
|
4830
|
-
module$exports$safevalues$dom$index.
|
|
4831
|
-
module$exports$safevalues$dom$index.
|
|
4832
|
-
module$exports$safevalues$dom$index.
|
|
4833
|
-
module$exports$safevalues$dom$index.
|
|
4834
|
-
module$exports$safevalues$dom$index.
|
|
4835
|
-
module$exports$safevalues$dom$index.
|
|
4836
|
-
module$exports$safevalues$dom$index.
|
|
4837
|
-
module$exports$safevalues$dom$index.
|
|
4838
|
-
module$exports$safevalues$dom$index.
|
|
4839
|
-
module$exports$safevalues$dom$index.
|
|
4840
|
-
module$exports$safevalues$dom$index.
|
|
4841
|
-
module$exports$safevalues$dom$index.
|
|
4842
|
-
module$exports$safevalues$dom$index.
|
|
4843
|
-
module$exports$safevalues$dom$index.setObjectData = module$contents$safevalues$dom$elements$object_setData;
|
|
4844
|
-
module$exports$safevalues$dom$index.setScriptSrc = module$exports$safevalues$dom$elements$script.setSrc;
|
|
4845
|
-
module$exports$safevalues$dom$index.setScriptTextContent = module$exports$safevalues$dom$elements$script.setTextContent;
|
|
4846
|
-
module$exports$safevalues$dom$index.setStyleTextContent = module$exports$safevalues$dom$elements$style.setTextContent;
|
|
4847
|
-
module$exports$safevalues$dom$index.setSvgAttribute = module$contents$safevalues$dom$elements$svg_setAttribute;
|
|
4848
|
-
module$exports$safevalues$dom$index.setSvgUseHref = module$contents$safevalues$dom$elements$svg_use_setHref;
|
|
4849
|
-
module$exports$safevalues$dom$index.documentExecCommand = module$contents$safevalues$dom$globals$document_execCommand;
|
|
4850
|
-
module$exports$safevalues$dom$index.documentExecCommandInsertHtml = module$contents$safevalues$dom$globals$document_execCommandInsertHtml;
|
|
4851
|
-
module$exports$safevalues$dom$index.documentWrite = module$contents$safevalues$dom$globals$document_write;
|
|
4852
|
-
module$exports$safevalues$dom$index.domParserParseFromString = module$exports$safevalues$dom$globals$dom_parser.parseFromString;
|
|
4853
|
-
module$exports$safevalues$dom$index.domParserParseHtml = module$exports$safevalues$dom$globals$dom_parser.parseHtml;
|
|
4854
|
-
module$exports$safevalues$dom$index.domParserParseXml = module$exports$safevalues$dom$globals$dom_parser.parseXml;
|
|
4849
|
+
module$exports$safevalues$dom$index.setAnchorHref = module$contents$safevalues$dom$elements$anchor_setAnchorHref;
|
|
4850
|
+
module$exports$safevalues$dom$index.setAnchorHrefLite = module$contents$safevalues$dom$elements$anchor_setAnchorHrefLite;
|
|
4851
|
+
module$exports$safevalues$dom$index.setAreaHref = module$contents$safevalues$dom$elements$area_setAreaHref;
|
|
4852
|
+
module$exports$safevalues$dom$index.setBaseHref = module$contents$safevalues$dom$elements$base_setBaseHref;
|
|
4853
|
+
module$exports$safevalues$dom$index.setButtonFormaction = module$contents$safevalues$dom$elements$button_setButtonFormaction;
|
|
4854
|
+
module$exports$safevalues$dom$index.buildPrefixedAttributeSetter = module$contents$safevalues$dom$elements$element_buildPrefixedAttributeSetter;
|
|
4855
|
+
module$exports$safevalues$dom$index.elementInsertAdjacentHtml = module$contents$safevalues$dom$elements$element_elementInsertAdjacentHtml;
|
|
4856
|
+
module$exports$safevalues$dom$index.setElementInnerHtml = module$contents$safevalues$dom$elements$element_setElementInnerHtml;
|
|
4857
|
+
module$exports$safevalues$dom$index.setElementOuterHtml = module$contents$safevalues$dom$elements$element_setElementOuterHtml;
|
|
4858
|
+
module$exports$safevalues$dom$index.setElementPrefixedAttribute = module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute;
|
|
4859
|
+
module$exports$safevalues$dom$index.setEmbedSrc = module$contents$safevalues$dom$elements$embed_setEmbedSrc;
|
|
4860
|
+
module$exports$safevalues$dom$index.setFormAction = module$contents$safevalues$dom$elements$form_setFormAction;
|
|
4861
|
+
module$exports$safevalues$dom$index.setFormActionLite = module$contents$safevalues$dom$elements$form_setFormActionLite;
|
|
4862
|
+
module$exports$safevalues$dom$index.IframeIntent = module$exports$safevalues$dom$elements$iframe.IframeIntent;
|
|
4863
|
+
module$exports$safevalues$dom$index.setIframeSrc = module$contents$safevalues$dom$elements$iframe_setIframeSrc;
|
|
4864
|
+
module$exports$safevalues$dom$index.setIframeSrcdoc = module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc;
|
|
4865
|
+
module$exports$safevalues$dom$index.setIframeSrcdocWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcdocWithIntent;
|
|
4866
|
+
module$exports$safevalues$dom$index.setIframeSrcWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcWithIntent;
|
|
4867
|
+
module$exports$safevalues$dom$index.TypeCannotBeUsedWithIframeIntentError = module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError;
|
|
4868
|
+
module$exports$safevalues$dom$index.setInputFormaction = module$contents$safevalues$dom$elements$input_setInputFormaction;
|
|
4869
|
+
module$exports$safevalues$dom$index.setLinkHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkHrefAndRel;
|
|
4870
|
+
module$exports$safevalues$dom$index.setLinkWithResourceUrlHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel;
|
|
4871
|
+
module$exports$safevalues$dom$index.setObjectData = module$contents$safevalues$dom$elements$object_setObjectData;
|
|
4872
|
+
module$exports$safevalues$dom$index.setScriptSrc = module$contents$safevalues$dom$elements$script_setScriptSrc;
|
|
4873
|
+
module$exports$safevalues$dom$index.setScriptTextContent = module$contents$safevalues$dom$elements$script_setScriptTextContent;
|
|
4874
|
+
module$exports$safevalues$dom$index.setStyleTextContent = module$contents$safevalues$dom$elements$style_setStyleTextContent;
|
|
4875
|
+
module$exports$safevalues$dom$index.setSvgAttribute = module$contents$safevalues$dom$elements$svg_setSvgAttribute;
|
|
4876
|
+
module$exports$safevalues$dom$index.setSvgUseHref = module$contents$safevalues$dom$elements$svg_use_setSvgUseHref;
|
|
4877
|
+
module$exports$safevalues$dom$index.documentExecCommand = module$contents$safevalues$dom$globals$document_documentExecCommand;
|
|
4878
|
+
module$exports$safevalues$dom$index.documentExecCommandInsertHtml = module$contents$safevalues$dom$globals$document_documentExecCommandInsertHtml;
|
|
4879
|
+
module$exports$safevalues$dom$index.documentWrite = module$contents$safevalues$dom$globals$document_documentWrite;
|
|
4880
|
+
module$exports$safevalues$dom$index.domParserParseFromString = module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString;
|
|
4881
|
+
module$exports$safevalues$dom$index.domParserParseHtml = module$contents$safevalues$dom$globals$dom_parser_domParserParseHtml;
|
|
4882
|
+
module$exports$safevalues$dom$index.domParserParseXml = module$contents$safevalues$dom$globals$dom_parser_domParserParseXml;
|
|
4855
4883
|
module$exports$safevalues$dom$index.fetchResourceUrl = module$contents$safevalues$dom$globals$fetch_fetchResourceUrl;
|
|
4856
4884
|
module$exports$safevalues$dom$index.globalEval = module$contents$safevalues$dom$globals$global_globalEval;
|
|
4857
|
-
module$exports$safevalues$dom$index.locationAssign = module$
|
|
4858
|
-
module$exports$safevalues$dom$index.locationReplace = module$
|
|
4859
|
-
module$exports$safevalues$dom$index.setLocationHref = module$
|
|
4860
|
-
module$exports$safevalues$dom$index.rangeCreateContextualFragment = module$contents$safevalues$dom$globals$
|
|
4861
|
-
module$exports$safevalues$dom$index.serviceWorkerContainerRegister = module$contents$safevalues$dom$globals$
|
|
4885
|
+
module$exports$safevalues$dom$index.locationAssign = module$contents$safevalues$dom$globals$location_locationAssign;
|
|
4886
|
+
module$exports$safevalues$dom$index.locationReplace = module$contents$safevalues$dom$globals$location_locationReplace;
|
|
4887
|
+
module$exports$safevalues$dom$index.setLocationHref = module$contents$safevalues$dom$globals$location_setLocationHref;
|
|
4888
|
+
module$exports$safevalues$dom$index.rangeCreateContextualFragment = module$contents$safevalues$dom$globals$range_rangeCreateContextualFragment;
|
|
4889
|
+
module$exports$safevalues$dom$index.serviceWorkerContainerRegister = module$contents$safevalues$dom$globals$service_worker_container_serviceWorkerContainerRegister;
|
|
4862
4890
|
module$exports$safevalues$dom$index.objectUrlFromSafeSource = module$contents$safevalues$dom$globals$url_objectUrlFromSafeSource;
|
|
4863
|
-
module$exports$safevalues$dom$index.getScriptNonce = module$
|
|
4864
|
-
module$exports$safevalues$dom$index.getStyleNonce = module$
|
|
4865
|
-
module$exports$safevalues$dom$index.windowOpen = module$
|
|
4866
|
-
module$exports$safevalues$dom$index.
|
|
4867
|
-
module$exports$safevalues$dom$index.
|
|
4868
|
-
module$exports$safevalues$dom$index.workerGlobalScopeImportScripts = module$
|
|
4891
|
+
module$exports$safevalues$dom$index.getScriptNonce = module$contents$safevalues$dom$globals$window_getScriptNonce;
|
|
4892
|
+
module$exports$safevalues$dom$index.getStyleNonce = module$contents$safevalues$dom$globals$window_getStyleNonce;
|
|
4893
|
+
module$exports$safevalues$dom$index.windowOpen = module$contents$safevalues$dom$globals$window_windowOpen;
|
|
4894
|
+
module$exports$safevalues$dom$index.createSharedWorker = module$contents$safevalues$dom$globals$worker_createSharedWorker;
|
|
4895
|
+
module$exports$safevalues$dom$index.createWorker = module$contents$safevalues$dom$globals$worker_createWorker;
|
|
4896
|
+
module$exports$safevalues$dom$index.workerGlobalScopeImportScripts = module$contents$safevalues$dom$globals$worker_workerGlobalScopeImportScripts;
|
|
4869
4897
|
var safevalues = {dom:{}};
|
|
4870
|
-
safevalues.dom.
|
|
4871
|
-
safevalues.dom.
|
|
4872
|
-
safevalues.dom.
|
|
4873
|
-
safevalues.dom.
|
|
4874
|
-
safevalues.dom.
|
|
4875
|
-
safevalues.dom.
|
|
4876
|
-
safevalues.dom.
|
|
4877
|
-
safevalues.dom.
|
|
4878
|
-
safevalues.dom.
|
|
4879
|
-
safevalues.dom.
|
|
4880
|
-
safevalues.dom.
|
|
4881
|
-
safevalues.dom.
|
|
4882
|
-
safevalues.dom.
|
|
4883
|
-
safevalues.dom.
|
|
4884
|
-
safevalues.dom.
|
|
4885
|
-
safevalues.dom.
|
|
4886
|
-
safevalues.dom.
|
|
4887
|
-
safevalues.dom.
|
|
4888
|
-
safevalues.dom.
|
|
4889
|
-
safevalues.dom.
|
|
4890
|
-
safevalues.dom.
|
|
4891
|
-
safevalues.dom.
|
|
4892
|
-
safevalues.dom.
|
|
4893
|
-
safevalues.dom.
|
|
4894
|
-
safevalues.dom.
|
|
4895
|
-
safevalues.dom.
|
|
4896
|
-
safevalues.dom.
|
|
4897
|
-
safevalues.dom.
|
|
4898
|
-
safevalues.dom.
|
|
4899
|
-
safevalues.dom.
|
|
4900
|
-
safevalues.dom.
|
|
4901
|
-
safevalues.dom.
|
|
4902
|
-
safevalues.dom.
|
|
4903
|
-
safevalues.dom.
|
|
4904
|
-
safevalues.dom.setScriptSrc = module$exports$safevalues$dom$index.setScriptSrc;
|
|
4905
|
-
safevalues.dom.setScriptTextContent = module$exports$safevalues$dom$index.setScriptTextContent;
|
|
4906
|
-
safevalues.dom.setStyleTextContent = module$exports$safevalues$dom$index.setStyleTextContent;
|
|
4907
|
-
safevalues.dom.setSvgAttribute = module$contents$safevalues$dom$elements$svg_setAttribute;
|
|
4908
|
-
safevalues.dom.setSvgUseHref = module$contents$safevalues$dom$elements$svg_use_setHref;
|
|
4909
|
-
safevalues.dom.documentExecCommand = module$contents$safevalues$dom$globals$document_execCommand;
|
|
4910
|
-
safevalues.dom.documentExecCommandInsertHtml = module$contents$safevalues$dom$globals$document_execCommandInsertHtml;
|
|
4911
|
-
safevalues.dom.documentWrite = module$contents$safevalues$dom$globals$document_write;
|
|
4912
|
-
safevalues.dom.domParserParseFromString = module$exports$safevalues$dom$index.domParserParseFromString;
|
|
4913
|
-
safevalues.dom.domParserParseHtml = module$exports$safevalues$dom$index.domParserParseHtml;
|
|
4914
|
-
safevalues.dom.domParserParseXml = module$exports$safevalues$dom$index.domParserParseXml;
|
|
4898
|
+
safevalues.dom.setAnchorHref = module$contents$safevalues$dom$elements$anchor_setAnchorHref;
|
|
4899
|
+
safevalues.dom.setAnchorHrefLite = module$contents$safevalues$dom$elements$anchor_setAnchorHrefLite;
|
|
4900
|
+
safevalues.dom.setAreaHref = module$contents$safevalues$dom$elements$area_setAreaHref;
|
|
4901
|
+
safevalues.dom.setBaseHref = module$contents$safevalues$dom$elements$base_setBaseHref;
|
|
4902
|
+
safevalues.dom.setButtonFormaction = module$contents$safevalues$dom$elements$button_setButtonFormaction;
|
|
4903
|
+
safevalues.dom.buildPrefixedAttributeSetter = module$contents$safevalues$dom$elements$element_buildPrefixedAttributeSetter;
|
|
4904
|
+
safevalues.dom.elementInsertAdjacentHtml = module$contents$safevalues$dom$elements$element_elementInsertAdjacentHtml;
|
|
4905
|
+
safevalues.dom.setElementInnerHtml = module$contents$safevalues$dom$elements$element_setElementInnerHtml;
|
|
4906
|
+
safevalues.dom.setElementOuterHtml = module$contents$safevalues$dom$elements$element_setElementOuterHtml;
|
|
4907
|
+
safevalues.dom.setElementPrefixedAttribute = module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute;
|
|
4908
|
+
safevalues.dom.setEmbedSrc = module$contents$safevalues$dom$elements$embed_setEmbedSrc;
|
|
4909
|
+
safevalues.dom.setFormAction = module$contents$safevalues$dom$elements$form_setFormAction;
|
|
4910
|
+
safevalues.dom.setFormActionLite = module$contents$safevalues$dom$elements$form_setFormActionLite;
|
|
4911
|
+
safevalues.dom.IframeIntent = module$exports$safevalues$dom$elements$iframe.IframeIntent;
|
|
4912
|
+
safevalues.dom.setIframeSrc = module$contents$safevalues$dom$elements$iframe_setIframeSrc;
|
|
4913
|
+
safevalues.dom.setIframeSrcdoc = module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc;
|
|
4914
|
+
safevalues.dom.setIframeSrcdocWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcdocWithIntent;
|
|
4915
|
+
safevalues.dom.setIframeSrcWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcWithIntent;
|
|
4916
|
+
safevalues.dom.TypeCannotBeUsedWithIframeIntentError = module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError;
|
|
4917
|
+
safevalues.dom.setInputFormaction = module$contents$safevalues$dom$elements$input_setInputFormaction;
|
|
4918
|
+
safevalues.dom.setLinkHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkHrefAndRel;
|
|
4919
|
+
safevalues.dom.setLinkWithResourceUrlHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel;
|
|
4920
|
+
safevalues.dom.setObjectData = module$contents$safevalues$dom$elements$object_setObjectData;
|
|
4921
|
+
safevalues.dom.setScriptSrc = module$contents$safevalues$dom$elements$script_setScriptSrc;
|
|
4922
|
+
safevalues.dom.setScriptTextContent = module$contents$safevalues$dom$elements$script_setScriptTextContent;
|
|
4923
|
+
safevalues.dom.setStyleTextContent = module$contents$safevalues$dom$elements$style_setStyleTextContent;
|
|
4924
|
+
safevalues.dom.setSvgAttribute = module$contents$safevalues$dom$elements$svg_setSvgAttribute;
|
|
4925
|
+
safevalues.dom.setSvgUseHref = module$contents$safevalues$dom$elements$svg_use_setSvgUseHref;
|
|
4926
|
+
safevalues.dom.documentExecCommand = module$contents$safevalues$dom$globals$document_documentExecCommand;
|
|
4927
|
+
safevalues.dom.documentExecCommandInsertHtml = module$contents$safevalues$dom$globals$document_documentExecCommandInsertHtml;
|
|
4928
|
+
safevalues.dom.documentWrite = module$contents$safevalues$dom$globals$document_documentWrite;
|
|
4929
|
+
safevalues.dom.domParserParseFromString = module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString;
|
|
4930
|
+
safevalues.dom.domParserParseHtml = module$contents$safevalues$dom$globals$dom_parser_domParserParseHtml;
|
|
4931
|
+
safevalues.dom.domParserParseXml = module$contents$safevalues$dom$globals$dom_parser_domParserParseXml;
|
|
4915
4932
|
safevalues.dom.fetchResourceUrl = module$contents$safevalues$dom$globals$fetch_fetchResourceUrl;
|
|
4916
4933
|
safevalues.dom.globalEval = module$contents$safevalues$dom$globals$global_globalEval;
|
|
4917
|
-
safevalues.dom.locationAssign = module$
|
|
4918
|
-
safevalues.dom.locationReplace = module$
|
|
4919
|
-
safevalues.dom.setLocationHref = module$
|
|
4920
|
-
safevalues.dom.rangeCreateContextualFragment = module$contents$safevalues$dom$globals$
|
|
4921
|
-
safevalues.dom.serviceWorkerContainerRegister = module$contents$safevalues$dom$globals$
|
|
4934
|
+
safevalues.dom.locationAssign = module$contents$safevalues$dom$globals$location_locationAssign;
|
|
4935
|
+
safevalues.dom.locationReplace = module$contents$safevalues$dom$globals$location_locationReplace;
|
|
4936
|
+
safevalues.dom.setLocationHref = module$contents$safevalues$dom$globals$location_setLocationHref;
|
|
4937
|
+
safevalues.dom.rangeCreateContextualFragment = module$contents$safevalues$dom$globals$range_rangeCreateContextualFragment;
|
|
4938
|
+
safevalues.dom.serviceWorkerContainerRegister = module$contents$safevalues$dom$globals$service_worker_container_serviceWorkerContainerRegister;
|
|
4922
4939
|
safevalues.dom.objectUrlFromSafeSource = module$contents$safevalues$dom$globals$url_objectUrlFromSafeSource;
|
|
4923
|
-
safevalues.dom.getScriptNonce = module$
|
|
4924
|
-
safevalues.dom.getStyleNonce = module$
|
|
4925
|
-
safevalues.dom.windowOpen = module$
|
|
4926
|
-
safevalues.dom.
|
|
4927
|
-
safevalues.dom.
|
|
4928
|
-
safevalues.dom.workerGlobalScopeImportScripts = module$
|
|
4940
|
+
safevalues.dom.getScriptNonce = module$contents$safevalues$dom$globals$window_getScriptNonce;
|
|
4941
|
+
safevalues.dom.getStyleNonce = module$contents$safevalues$dom$globals$window_getStyleNonce;
|
|
4942
|
+
safevalues.dom.windowOpen = module$contents$safevalues$dom$globals$window_windowOpen;
|
|
4943
|
+
safevalues.dom.createSharedWorker = module$contents$safevalues$dom$globals$worker_createSharedWorker;
|
|
4944
|
+
safevalues.dom.createWorker = module$contents$safevalues$dom$globals$worker_createWorker;
|
|
4945
|
+
safevalues.dom.workerGlobalScopeImportScripts = module$contents$safevalues$dom$globals$worker_workerGlobalScopeImportScripts;
|
|
4929
4946
|
safevalues.dom.WorkerGlobalScopeWithImportScripts = module$exports$safevalues$dom$index.WorkerGlobalScopeWithImportScripts;
|
|
4930
4947
|
var module$exports$safevalues$restricted$reviewed = {}, module$contents$safevalues$restricted$reviewed_module = module$contents$safevalues$restricted$reviewed_module || {id:"third_party/javascript/safevalues/restricted/reviewed.closure.js"};
|
|
4931
4948
|
function module$contents$safevalues$restricted$reviewed_assertValidJustification(justification) {
|
|
@@ -4969,11 +4986,11 @@ safevalues.restricted.reviewed.urlSafeByReview = module$contents$safevalues$rest
|
|
|
4969
4986
|
goog.string.DETECT_DOUBLE_ESCAPING = !1;
|
|
4970
4987
|
goog.string.FORCE_NON_DOM_HTML_UNESCAPING = !1;
|
|
4971
4988
|
goog.string.Unicode = {NBSP:"\u00a0", ZERO_WIDTH_SPACE:"\u200b"};
|
|
4972
|
-
goog.string.startsWith = goog
|
|
4973
|
-
goog.string.endsWith = goog
|
|
4974
|
-
goog.string.caseInsensitiveStartsWith = goog
|
|
4975
|
-
goog.string.caseInsensitiveEndsWith = goog
|
|
4976
|
-
goog.string.caseInsensitiveEquals = goog
|
|
4989
|
+
goog.string.startsWith = module$contents$goog$string$internal_startsWith;
|
|
4990
|
+
goog.string.endsWith = module$contents$goog$string$internal_endsWith;
|
|
4991
|
+
goog.string.caseInsensitiveStartsWith = module$contents$goog$string$internal_caseInsensitiveStartsWith;
|
|
4992
|
+
goog.string.caseInsensitiveEndsWith = module$contents$goog$string$internal_caseInsensitiveEndsWith;
|
|
4993
|
+
goog.string.caseInsensitiveEquals = module$contents$goog$string$internal_caseInsensitiveEquals;
|
|
4977
4994
|
goog.string.subs = function(str, var_args) {
|
|
4978
4995
|
for (var splitParts = str.split("%s"), returnString = "", subsArguments = Array.prototype.slice.call(arguments, 1); subsArguments.length && splitParts.length > 1;) {
|
|
4979
4996
|
returnString += splitParts.shift() + subsArguments.shift();
|
|
@@ -4983,7 +5000,7 @@ goog.string.subs = function(str, var_args) {
|
|
|
4983
5000
|
goog.string.collapseWhitespace = function(str) {
|
|
4984
5001
|
return str.replace(/[\s\xa0]+/g, " ").replace(/^\s+|\s+$/g, "");
|
|
4985
5002
|
};
|
|
4986
|
-
goog.string.isEmptyOrWhitespace = goog
|
|
5003
|
+
goog.string.isEmptyOrWhitespace = module$contents$goog$string$internal_isEmptyOrWhitespace;
|
|
4987
5004
|
goog.string.isEmptyString = function(str) {
|
|
4988
5005
|
return str.length == 0;
|
|
4989
5006
|
};
|
|
@@ -5025,14 +5042,14 @@ goog.string.normalizeSpaces = function(str) {
|
|
|
5025
5042
|
goog.string.collapseBreakingSpaces = function(str) {
|
|
5026
5043
|
return str.replace(/[\t\r\n ]+/g, " ").replace(/^[\t\r\n ]+|[\t\r\n ]+$/g, "");
|
|
5027
5044
|
};
|
|
5028
|
-
goog.string.trim = goog
|
|
5045
|
+
goog.string.trim = module$contents$goog$string$internal_trim;
|
|
5029
5046
|
goog.string.trimLeft = function(str) {
|
|
5030
5047
|
return str.replace(/^[\s\xa0]+/, "");
|
|
5031
5048
|
};
|
|
5032
5049
|
goog.string.trimRight = function(str) {
|
|
5033
5050
|
return str.replace(/[\s\xa0]+$/, "");
|
|
5034
5051
|
};
|
|
5035
|
-
goog.string.caseInsensitiveCompare = goog
|
|
5052
|
+
goog.string.caseInsensitiveCompare = module$contents$goog$string$internal_caseInsensitiveCompare;
|
|
5036
5053
|
goog.string.numberAwareCompare_ = function(str1, str2, tokenizerRegExp) {
|
|
5037
5054
|
if (str1 == str2) {
|
|
5038
5055
|
return 0;
|
|
@@ -5071,9 +5088,9 @@ goog.string.urlEncode = function(str) {
|
|
|
5071
5088
|
goog.string.urlDecode = function(str) {
|
|
5072
5089
|
return decodeURIComponent(str.replace(/\+/g, " "));
|
|
5073
5090
|
};
|
|
5074
|
-
goog.string.newLineToBr = goog
|
|
5091
|
+
goog.string.newLineToBr = module$contents$goog$string$internal_newLineToBr;
|
|
5075
5092
|
goog.string.htmlEscape = function(str, opt_isLikelyToContainHtmlChars) {
|
|
5076
|
-
str = goog
|
|
5093
|
+
str = module$contents$goog$string$internal_htmlEscape(str, opt_isLikelyToContainHtmlChars);
|
|
5077
5094
|
goog.string.DETECT_DOUBLE_ESCAPING && (str = str.replace(goog.string.E_RE_, "e"));
|
|
5078
5095
|
return str;
|
|
5079
5096
|
};
|
|
@@ -5096,7 +5113,7 @@ goog.string.unescapeEntitiesUsingDom_ = function(str, opt_document) {
|
|
|
5096
5113
|
var n = Number("0" + entity.slice(1));
|
|
5097
5114
|
isNaN(n) || (value = String.fromCharCode(n));
|
|
5098
5115
|
}
|
|
5099
|
-
value || (module$
|
|
5116
|
+
value || (module$contents$safevalues$dom$elements$element_setElementInnerHtml(div, module$contents$safevalues$restricted$reviewed_htmlSafeByReview(s + " ", {justification:"Single HTML entity."})), value = div.firstChild.nodeValue.slice(0, -1));
|
|
5100
5117
|
return seen[s] = value;
|
|
5101
5118
|
});
|
|
5102
5119
|
};
|
|
@@ -5194,8 +5211,8 @@ goog.string.escapeChar = function(c) {
|
|
|
5194
5211
|
}
|
|
5195
5212
|
return goog.string.jsEscapeCache_[c] = rv;
|
|
5196
5213
|
};
|
|
5197
|
-
goog.string.contains = goog
|
|
5198
|
-
goog.string.caseInsensitiveContains = goog
|
|
5214
|
+
goog.string.contains = module$contents$goog$string$internal_contains;
|
|
5215
|
+
goog.string.caseInsensitiveContains = module$contents$goog$string$internal_caseInsensitiveContains;
|
|
5199
5216
|
goog.string.countOf = function(s, ss) {
|
|
5200
5217
|
return s && ss ? s.split(ss).length - 1 : 0;
|
|
5201
5218
|
};
|
|
@@ -5239,7 +5256,7 @@ goog.string.makeSafe = function(obj) {
|
|
|
5239
5256
|
goog.string.getRandomString = function() {
|
|
5240
5257
|
return Math.floor(Math.random() * 2147483648).toString(36) + Math.abs(Math.floor(Math.random() * 2147483648) ^ goog.now()).toString(36);
|
|
5241
5258
|
};
|
|
5242
|
-
goog.string.compareVersions = goog
|
|
5259
|
+
goog.string.compareVersions = module$contents$goog$string$internal_compareVersions;
|
|
5243
5260
|
goog.string.hashCode = function(str) {
|
|
5244
5261
|
for (var result = 0, i = 0; i < str.length; ++i) {
|
|
5245
5262
|
result = 31 * result + str.charCodeAt(i) >>> 0;
|
|
@@ -5522,7 +5539,6 @@ goog.structs.every = function(col, f, opt_obj) {
|
|
|
5522
5539
|
};
|
|
5523
5540
|
goog.uri = {};
|
|
5524
5541
|
goog.uri.utils = {};
|
|
5525
|
-
goog.uri.utils.QueryArray = {};
|
|
5526
5542
|
goog.uri.utils.CharCode_ = {AMPERSAND:38, EQUAL:61, HASH:35, QUESTION:63};
|
|
5527
5543
|
goog.uri.utils.buildFromEncodedParts = function(opt_scheme, opt_userInfo, opt_domain, opt_port, opt_path, opt_queryData, opt_fragment) {
|
|
5528
5544
|
var out = "";
|
|
@@ -6467,7 +6483,6 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_
|
|
|
6467
6483
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable = !1;
|
|
6468
6484
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable = !1;
|
|
6469
6485
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__disable = !1;
|
|
6470
|
-
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_distinct_contexts_for_control_flow_branches__disable = !1;
|
|
6471
6486
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable = !1;
|
|
6472
6487
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_readonly_repeated_fields__disable = !1;
|
|
6473
6488
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_ignore_implicit_extension_deps__disable = !1;
|
|
@@ -6480,8 +6495,6 @@ var module$contents$goog$flags_STAGING = goog.readFlagInternalDoNotUseOrElse(1,
|
|
|
6480
6495
|
goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable : goog.readFlagInternalDoNotUseOrElse(610401301, !1);
|
|
6481
6496
|
goog.flags.ASYNC_THROW_ON_UNICODE_TO_BYTE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable : goog.readFlagInternalDoNotUseOrElse(899588437, !1);
|
|
6482
6497
|
goog.flags.JSPB_STOP_USING_REPEATED_FIELD_SETS_FROM_GENCODE = 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_stop_using_repeated_field_sets_from_gencode__disable : goog.readFlagInternalDoNotUseOrElse(188588736, !0);
|
|
6483
|
-
goog.flags.CLIENT_ONLY_WIZ_DISTINCT_CONTEXTS_FOR_CONTROL_FLOW_BRANCHES = 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__client_only_wiz_distinct_contexts_for_control_flow_branches__disable : goog.readFlagInternalDoNotUseOrElse(691955189,
|
|
6484
|
-
!0);
|
|
6485
6498
|
goog.flags.WIZ_ENABLE_NATIVE_PROMISE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable : goog.readFlagInternalDoNotUseOrElse(651175828, goog.DEBUG);
|
|
6486
6499
|
goog.flags.JSPB_READONLY_REPEATED_FIELDS = 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_readonly_repeated_fields__disable) : goog.readFlagInternalDoNotUseOrElse(653718497, module$contents$goog$flags_STAGING);
|
|
6487
6500
|
goog.flags.JSPB_IGNORE_IMPLICIT_EXTENSION_DEPS = 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_ignore_implicit_extension_deps__disable) : goog.readFlagInternalDoNotUseOrElse(660014094, module$contents$goog$flags_STAGING);
|
|
@@ -6528,14 +6541,14 @@ function module$contents$goog$labs$userAgent$util_matchUserAgentDataBrand(str) {
|
|
|
6528
6541
|
var data = module$contents$goog$labs$userAgent$util_getUserAgentData();
|
|
6529
6542
|
return data ? data.brands.some(function($jscomp$destructuring$var6) {
|
|
6530
6543
|
var brand;
|
|
6531
|
-
return (brand = $jscomp$destructuring$var6.brand) &&
|
|
6544
|
+
return (brand = $jscomp$destructuring$var6.brand) && module$contents$goog$string$internal_contains(brand, str);
|
|
6532
6545
|
}) : !1;
|
|
6533
6546
|
}
|
|
6534
6547
|
function module$contents$goog$labs$userAgent$util_matchUserAgent(str) {
|
|
6535
|
-
return
|
|
6548
|
+
return module$contents$goog$string$internal_contains(module$contents$goog$labs$userAgent$util_getUserAgent(), str);
|
|
6536
6549
|
}
|
|
6537
6550
|
function module$contents$goog$labs$userAgent$util_matchUserAgentIgnoreCase(str) {
|
|
6538
|
-
return
|
|
6551
|
+
return module$contents$goog$string$internal_caseInsensitiveContains(module$contents$goog$labs$userAgent$util_getUserAgent(), str);
|
|
6539
6552
|
}
|
|
6540
6553
|
function module$contents$goog$labs$userAgent$util_extractVersionTuples(userAgent) {
|
|
6541
6554
|
for (var versionRegExp = RegExp("([A-Z][\\w ]+)/([^\\s]+)\\s*(?:\\((.*?)\\))?", "g"), data = [], match; match = versionRegExp.exec(userAgent);) {
|
|
@@ -6617,7 +6630,7 @@ module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version.prototyp
|
|
|
6617
6630
|
return this.versionString_;
|
|
6618
6631
|
};
|
|
6619
6632
|
module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version.prototype.isAtLeast = function(version) {
|
|
6620
|
-
return
|
|
6633
|
+
return module$contents$goog$string$internal_compareVersions(this.versionString_, version) >= 0;
|
|
6621
6634
|
};
|
|
6622
6635
|
var module$exports$goog$labs$userAgent$highEntropy$highEntropyData = {};
|
|
6623
6636
|
module$exports$goog$labs$userAgent$highEntropy$highEntropyData.fullVersionList = new module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue("fullVersionList");
|
|
@@ -6731,7 +6744,7 @@ function module$contents$goog$labs$userAgent$browser_getVersion() {
|
|
|
6731
6744
|
}
|
|
6732
6745
|
goog.labs.userAgent.browser.getVersion = module$contents$goog$labs$userAgent$browser_getVersion;
|
|
6733
6746
|
goog.labs.userAgent.browser.isVersionOrHigher = function(version) {
|
|
6734
|
-
return
|
|
6747
|
+
return module$contents$goog$string$internal_compareVersions(module$contents$goog$labs$userAgent$browser_getVersion(), version) >= 0;
|
|
6735
6748
|
};
|
|
6736
6749
|
function module$contents$goog$labs$userAgent$browser_getIEVersion(userAgent) {
|
|
6737
6750
|
var rv = /rv: *([\d\.]*)/.exec(userAgent);
|
|
@@ -6965,7 +6978,7 @@ goog.labs.userAgent.engine.isPresto = function() {
|
|
|
6965
6978
|
};
|
|
6966
6979
|
goog.labs.userAgent.engine.isTrident = module$contents$goog$labs$userAgent$engine_isTrident;
|
|
6967
6980
|
goog.labs.userAgent.engine.isVersionOrHigher = function(version) {
|
|
6968
|
-
return goog
|
|
6981
|
+
return module$contents$goog$string$internal_compareVersions(module$contents$goog$labs$userAgent$engine_getVersion(), version) >= 0;
|
|
6969
6982
|
};
|
|
6970
6983
|
goog.labs.userAgent.engine.isWebKit = module$contents$goog$labs$userAgent$engine_isWebKit;
|
|
6971
6984
|
goog.labs.userAgent.platform = {};
|
|
@@ -7079,7 +7092,7 @@ goog.labs.userAgent.platform.isKaiOS = module$contents$goog$labs$userAgent$platf
|
|
|
7079
7092
|
goog.labs.userAgent.platform.isLinux = module$contents$goog$labs$userAgent$platform_isLinux;
|
|
7080
7093
|
goog.labs.userAgent.platform.isMacintosh = module$contents$goog$labs$userAgent$platform_isMacintosh;
|
|
7081
7094
|
goog.labs.userAgent.platform.isVersionOrHigher = function(version) {
|
|
7082
|
-
return goog
|
|
7095
|
+
return module$contents$goog$string$internal_compareVersions(module$contents$goog$labs$userAgent$platform_getVersion(), version) >= 0;
|
|
7083
7096
|
};
|
|
7084
7097
|
goog.labs.userAgent.platform.isWindows = module$contents$goog$labs$userAgent$platform_isWindows;
|
|
7085
7098
|
goog.labs.userAgent.platform.version = module$contents$goog$labs$userAgent$platform_version;
|
|
@@ -7197,12 +7210,12 @@ goog.userAgent.getDocumentMode_ = function() {
|
|
|
7197
7210
|
};
|
|
7198
7211
|
goog.userAgent.VERSION = goog.userAgent.determineVersion_();
|
|
7199
7212
|
goog.userAgent.compare = function(v1, v2) {
|
|
7200
|
-
return goog
|
|
7213
|
+
return module$contents$goog$string$internal_compareVersions(v1, v2);
|
|
7201
7214
|
};
|
|
7202
7215
|
goog.userAgent.isVersionOrHigherCache_ = {};
|
|
7203
7216
|
goog.userAgent.isVersionOrHigher = function(version) {
|
|
7204
7217
|
return goog.userAgent.ASSUME_ANY_VERSION || goog.reflect.cache(goog.userAgent.isVersionOrHigherCache_, version, function() {
|
|
7205
|
-
return goog
|
|
7218
|
+
return module$contents$goog$string$internal_compareVersions(goog.userAgent.VERSION, version) >= 0;
|
|
7206
7219
|
});
|
|
7207
7220
|
};
|
|
7208
7221
|
goog.userAgent.isDocumentModeOrHigher = function(documentMode) {
|
|
@@ -7348,25 +7361,25 @@ goog.events.Listener.prototype.markAsRemoved = function() {
|
|
|
7348
7361
|
this.removed = !0;
|
|
7349
7362
|
this.handler = this.src = this.proxy = this.listener = null;
|
|
7350
7363
|
};
|
|
7351
|
-
goog
|
|
7364
|
+
function module$contents$goog$events$ListenerMap_ListenerMap(src) {
|
|
7352
7365
|
this.src = src;
|
|
7353
7366
|
this.listeners = {};
|
|
7354
7367
|
this.typeCount_ = 0;
|
|
7355
|
-
}
|
|
7356
|
-
goog
|
|
7368
|
+
}
|
|
7369
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.getTypeCount = function() {
|
|
7357
7370
|
return this.typeCount_;
|
|
7358
7371
|
};
|
|
7359
|
-
goog
|
|
7372
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.getListenerCount = function() {
|
|
7360
7373
|
var count = 0, type;
|
|
7361
7374
|
for (type in this.listeners) {
|
|
7362
7375
|
count += this.listeners[type].length;
|
|
7363
7376
|
}
|
|
7364
7377
|
return count;
|
|
7365
7378
|
};
|
|
7366
|
-
goog
|
|
7379
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.add = function(type, listener, callOnce, opt_useCapture, opt_listenerScope) {
|
|
7367
7380
|
var typeStr = type.toString(), listenerArray = this.listeners[typeStr];
|
|
7368
7381
|
listenerArray || (listenerArray = this.listeners[typeStr] = [], this.typeCount_++);
|
|
7369
|
-
var index = goog
|
|
7382
|
+
var index = module$contents$goog$events$ListenerMap_ListenerMap.findListenerIndex_(listenerArray, listener, opt_useCapture, opt_listenerScope);
|
|
7370
7383
|
if (index > -1) {
|
|
7371
7384
|
var listenerObj = listenerArray[index];
|
|
7372
7385
|
callOnce || (listenerObj.callOnce = !1);
|
|
@@ -7375,15 +7388,15 @@ goog.events.ListenerMap.prototype.add = function(type, listener, callOnce, opt_u
|
|
|
7375
7388
|
}
|
|
7376
7389
|
return listenerObj;
|
|
7377
7390
|
};
|
|
7378
|
-
goog
|
|
7391
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.remove = function(type, listener, opt_useCapture, opt_listenerScope) {
|
|
7379
7392
|
var typeStr = type.toString();
|
|
7380
7393
|
if (!(typeStr in this.listeners)) {
|
|
7381
7394
|
return !1;
|
|
7382
7395
|
}
|
|
7383
|
-
var listenerArray = this.listeners[typeStr], index = goog
|
|
7396
|
+
var listenerArray = this.listeners[typeStr], index = module$contents$goog$events$ListenerMap_ListenerMap.findListenerIndex_(listenerArray, listener, opt_useCapture, opt_listenerScope);
|
|
7384
7397
|
return index > -1 ? (listenerArray[index].markAsRemoved(), module$contents$goog$array_removeAt(listenerArray, index), listenerArray.length == 0 && (delete this.listeners[typeStr], this.typeCount_--), !0) : !1;
|
|
7385
7398
|
};
|
|
7386
|
-
goog
|
|
7399
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.removeByKey = function(listener) {
|
|
7387
7400
|
var type = listener.type;
|
|
7388
7401
|
if (!(type in this.listeners)) {
|
|
7389
7402
|
return !1;
|
|
@@ -7392,7 +7405,7 @@ goog.events.ListenerMap.prototype.removeByKey = function(listener) {
|
|
|
7392
7405
|
removed && (listener.markAsRemoved(), this.listeners[type].length == 0 && (delete this.listeners[type], this.typeCount_--));
|
|
7393
7406
|
return removed;
|
|
7394
7407
|
};
|
|
7395
|
-
goog
|
|
7408
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.removeAll = function(opt_type) {
|
|
7396
7409
|
var typeStr = opt_type && opt_type.toString(), count = 0, type;
|
|
7397
7410
|
for (type in this.listeners) {
|
|
7398
7411
|
if (!typeStr || type == typeStr) {
|
|
@@ -7405,7 +7418,7 @@ goog.events.ListenerMap.prototype.removeAll = function(opt_type) {
|
|
|
7405
7418
|
}
|
|
7406
7419
|
return count;
|
|
7407
7420
|
};
|
|
7408
|
-
goog
|
|
7421
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.getListeners = function(type, capture) {
|
|
7409
7422
|
var listenerArray = this.listeners[type.toString()], rv = [];
|
|
7410
7423
|
if (listenerArray) {
|
|
7411
7424
|
for (var i = 0; i < listenerArray.length; ++i) {
|
|
@@ -7415,12 +7428,12 @@ goog.events.ListenerMap.prototype.getListeners = function(type, capture) {
|
|
|
7415
7428
|
}
|
|
7416
7429
|
return rv;
|
|
7417
7430
|
};
|
|
7418
|
-
goog
|
|
7431
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.getListener = function(type, listener, capture, opt_listenerScope) {
|
|
7419
7432
|
var listenerArray = this.listeners[type.toString()], i = -1;
|
|
7420
|
-
listenerArray && (i = goog
|
|
7433
|
+
listenerArray && (i = module$contents$goog$events$ListenerMap_ListenerMap.findListenerIndex_(listenerArray, listener, capture, opt_listenerScope));
|
|
7421
7434
|
return i > -1 ? listenerArray[i] : null;
|
|
7422
7435
|
};
|
|
7423
|
-
goog
|
|
7436
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.hasListener = function(opt_type, opt_capture) {
|
|
7424
7437
|
var hasType = opt_type !== void 0, typeStr = hasType ? opt_type.toString() : "", hasCapture = opt_capture !== void 0;
|
|
7425
7438
|
return module$contents$goog$object_some(this.listeners, function(listenerArray, type) {
|
|
7426
7439
|
for (var i = 0; i < listenerArray.length; ++i) {
|
|
@@ -7431,7 +7444,7 @@ goog.events.ListenerMap.prototype.hasListener = function(opt_type, opt_capture)
|
|
|
7431
7444
|
return !1;
|
|
7432
7445
|
});
|
|
7433
7446
|
};
|
|
7434
|
-
goog
|
|
7447
|
+
module$contents$goog$events$ListenerMap_ListenerMap.findListenerIndex_ = function(listenerArray, listener, opt_useCapture, opt_listenerScope) {
|
|
7435
7448
|
for (var i = 0; i < listenerArray.length; ++i) {
|
|
7436
7449
|
var listenerObj = listenerArray[i];
|
|
7437
7450
|
if (!listenerObj.removed && listenerObj.listener == listener && listenerObj.capture == !!opt_useCapture && listenerObj.handler == opt_listenerScope) {
|
|
@@ -7440,6 +7453,7 @@ goog.events.ListenerMap.findListenerIndex_ = function(listenerArray, listener, o
|
|
|
7440
7453
|
}
|
|
7441
7454
|
return -1;
|
|
7442
7455
|
};
|
|
7456
|
+
goog.events.ListenerMap = module$contents$goog$events$ListenerMap_ListenerMap;
|
|
7443
7457
|
goog.events.Key = {};
|
|
7444
7458
|
goog.events.ListenableType = {};
|
|
7445
7459
|
goog.events.LISTENER_MAP_PROP_ = "closure_lm_" + (Math.random() * 1E6 | 0);
|
|
@@ -7465,7 +7479,7 @@ goog.events.listen_ = function(src, type, listener, callOnce, opt_options, opt_h
|
|
|
7465
7479
|
throw Error("Invalid event type");
|
|
7466
7480
|
}
|
|
7467
7481
|
var capture = goog.isObject(opt_options) ? !!opt_options.capture : !!opt_options, listenerMap = goog.events.getListenerMap_(src);
|
|
7468
|
-
listenerMap || (src[goog.events.LISTENER_MAP_PROP_] = listenerMap = new goog
|
|
7482
|
+
listenerMap || (src[goog.events.LISTENER_MAP_PROP_] = listenerMap = new module$contents$goog$events$ListenerMap_ListenerMap(src));
|
|
7469
7483
|
var listenerObj = listenerMap.add(type, listener, callOnce, capture, opt_handler);
|
|
7470
7484
|
if (listenerObj.proxy) {
|
|
7471
7485
|
return listenerObj;
|
|
@@ -7668,7 +7682,7 @@ goog.events.getUniqueId = function(identifier) {
|
|
|
7668
7682
|
};
|
|
7669
7683
|
goog.events.getListenerMap_ = function(src) {
|
|
7670
7684
|
var listenerMap = src[goog.events.LISTENER_MAP_PROP_];
|
|
7671
|
-
return listenerMap instanceof goog
|
|
7685
|
+
return listenerMap instanceof module$contents$goog$events$ListenerMap_ListenerMap ? listenerMap : null;
|
|
7672
7686
|
};
|
|
7673
7687
|
goog.events.LISTENER_WRAPPER_PROP_ = "__closure_events_fn_" + (Math.random() * 1E9 >>> 0);
|
|
7674
7688
|
goog.events.wrapListener = function(listener) {
|
|
@@ -7687,7 +7701,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
|
|
|
7687
7701
|
});
|
|
7688
7702
|
goog.events.EventTarget = function() {
|
|
7689
7703
|
goog.Disposable.call(this);
|
|
7690
|
-
this.eventTargetListeners_ = new goog
|
|
7704
|
+
this.eventTargetListeners_ = new module$contents$goog$events$ListenerMap_ListenerMap(this);
|
|
7691
7705
|
this.actualEventTarget_ = this;
|
|
7692
7706
|
this.parentEventTarget_ = null;
|
|
7693
7707
|
};
|
|
@@ -14715,6 +14729,7 @@ goog.async.nextTick = function(callback, opt_context) {
|
|
|
14715
14729
|
cb = goog.async.nextTick.wrapCallback_(cb);
|
|
14716
14730
|
goog.async.nextTick.USE_SET_TIMEOUT ? setTimeout(cb, 0) : (cb = module$exports$common$async$context$propagate.propagateAsyncContext(cb), goog.DEBUG && typeof goog.global.setImmediate === "function" && goog.async.nextTick.useSetImmediate_() ? goog.global.setImmediate(cb) : (goog.async.nextTick.nextTickImpl || (goog.async.nextTick.nextTickImpl = goog.async.nextTick.getNextTickImpl_()), goog.async.nextTick.nextTickImpl(cb)));
|
|
14717
14731
|
};
|
|
14732
|
+
goog.async.nextTick.propagateAsyncContext_ = module$exports$common$async$context$propagate.propagateAsyncContext;
|
|
14718
14733
|
goog.async.nextTick.USE_SET_TIMEOUT = !1;
|
|
14719
14734
|
goog.async.nextTick.useSetImmediate_ = function() {
|
|
14720
14735
|
return goog.global.Window && goog.global.Window.prototype && goog.global.Window.prototype.setImmediate == goog.global.setImmediate ? !1 : !0;
|
|
@@ -15058,6 +15073,20 @@ goog.Promise.prototype.thenAlways = function(onSettled, opt_context) {
|
|
|
15058
15073
|
this.addCallbackEntry_(entry);
|
|
15059
15074
|
return this;
|
|
15060
15075
|
};
|
|
15076
|
+
goog.Promise.prototype.finally = function(onSettled) {
|
|
15077
|
+
var $jscomp$this$m1061044379$32 = this;
|
|
15078
|
+
goog.Promise.LONG_STACK_TRACES && this.addStackTrace_(Error("finally"));
|
|
15079
|
+
onSettled = module$exports$common$async$context$propagate.propagateAsyncContext(onSettled);
|
|
15080
|
+
return new Promise(function(resolve, reject) {
|
|
15081
|
+
$jscomp$this$m1061044379$32.thenVoid(function(value) {
|
|
15082
|
+
onSettled();
|
|
15083
|
+
resolve(value);
|
|
15084
|
+
}, function(cause) {
|
|
15085
|
+
onSettled();
|
|
15086
|
+
reject(cause);
|
|
15087
|
+
});
|
|
15088
|
+
});
|
|
15089
|
+
};
|
|
15061
15090
|
goog.Promise.prototype.thenCatch = function(onRejected, opt_context) {
|
|
15062
15091
|
goog.Promise.LONG_STACK_TRACES && this.addStackTrace_(Error("thenCatch"));
|
|
15063
15092
|
return this.addChildPromise_(null, module$exports$common$async$context$propagate.propagateAsyncContext(onRejected), opt_context);
|
|
@@ -16569,7 +16598,7 @@ function(propertyAllowlist, functionAllowlist, resourceUrlPolicy, allowKeyframes
|
|
|
16569
16598
|
};
|
|
16570
16599
|
module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.prototype.getStyleSheet = function(cssText) {
|
|
16571
16600
|
var styleEl = this.inertDocument.createElement("style"), safeStyleSheet = module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(cssText);
|
|
16572
|
-
|
|
16601
|
+
module$contents$safevalues$dom$elements$style_setStyleTextContent(styleEl, safeStyleSheet);
|
|
16573
16602
|
this.inertDocument.head.appendChild(styleEl);
|
|
16574
16603
|
var sheet = styleEl.sheet;
|
|
16575
16604
|
styleEl.remove();
|
|
@@ -16706,7 +16735,7 @@ function module$contents$safevalues$builders$html_sanitizer$inert_fragment_creat
|
|
|
16706
16735
|
var range = inertDocument.createRange();
|
|
16707
16736
|
range.selectNode(inertDocument.body);
|
|
16708
16737
|
var temporarySafeHtml = (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)(dirtyHtml);
|
|
16709
|
-
return module$contents$safevalues$dom$globals$
|
|
16738
|
+
return module$contents$safevalues$dom$globals$range_rangeCreateContextualFragment(range, temporarySafeHtml);
|
|
16710
16739
|
}
|
|
16711
16740
|
;var module$exports$safevalues$builders$html_sanitizer$no_clobber = {}, module$contents$safevalues$builders$html_sanitizer$no_clobber_module = module$contents$safevalues$builders$html_sanitizer$no_clobber_module || {id:"third_party/javascript/safevalues/builders/html_sanitizer/no_clobber.closure.js"};
|
|
16712
16741
|
function module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(node) {
|
|
@@ -17709,7 +17738,7 @@ goog.dom.safeHtmlToNode = function(html) {
|
|
|
17709
17738
|
};
|
|
17710
17739
|
goog.dom.safeHtmlToNode_ = function(doc, html) {
|
|
17711
17740
|
var tempDiv = goog.dom.createElement_(doc, goog.dom.TagName.DIV);
|
|
17712
|
-
module$
|
|
17741
|
+
module$contents$safevalues$dom$elements$element_setElementInnerHtml(tempDiv, html);
|
|
17713
17742
|
return goog.dom.childrenToNode_(doc, tempDiv);
|
|
17714
17743
|
};
|
|
17715
17744
|
goog.dom.childrenToNode_ = function(doc, tempDiv) {
|
|
@@ -18328,6 +18357,7 @@ goog.async.Deferred = function(opt_onCancelFunction, opt_defaultScope) {
|
|
|
18328
18357
|
typeof target.stack == "string" && (this.constructorStack_ = target.stack.replace(/^[^\n]*\n/, ""));
|
|
18329
18358
|
}
|
|
18330
18359
|
};
|
|
18360
|
+
goog.async.Deferred.wrap_ = module$exports$common$async$context$propagate.propagateAsyncContext;
|
|
18331
18361
|
goog.async.Deferred.STRICT_ERRORS = !1;
|
|
18332
18362
|
goog.async.Deferred.LONG_STACK_TRACES = !1;
|
|
18333
18363
|
goog.async.Deferred.prototype.cancel = function(opt_deepCancel) {
|
|
@@ -18406,10 +18436,24 @@ goog.async.Deferred.prototype.addFinally = function(f, opt_scope) {
|
|
|
18406
18436
|
return result;
|
|
18407
18437
|
}, opt_scope);
|
|
18408
18438
|
};
|
|
18439
|
+
goog.async.Deferred.prototype.finally = function(f) {
|
|
18440
|
+
var $jscomp$this$m1728524513$17 = this;
|
|
18441
|
+
return new Promise(function(resolve, reject) {
|
|
18442
|
+
$jscomp$this$m1728524513$17.addCallbacks(function(v) {
|
|
18443
|
+
f();
|
|
18444
|
+
resolve(v);
|
|
18445
|
+
}, function(err) {
|
|
18446
|
+
f();
|
|
18447
|
+
reject(err);
|
|
18448
|
+
});
|
|
18449
|
+
});
|
|
18450
|
+
};
|
|
18409
18451
|
goog.async.Deferred.prototype.addCallbacks = function(cb, eb, opt_scope) {
|
|
18410
18452
|
goog.asserts.assert(!this.blocking_, "Blocking Deferreds can not be re-used");
|
|
18453
|
+
var fired = this.hasFired();
|
|
18454
|
+
fired || (cb === eb ? cb = eb = module$exports$common$async$context$propagate.propagateAsyncContext(cb) : (cb = module$exports$common$async$context$propagate.propagateAsyncContext(cb), eb = module$exports$common$async$context$propagate.propagateAsyncContext(eb)));
|
|
18411
18455
|
this.sequence_.push([cb, eb, opt_scope]);
|
|
18412
|
-
|
|
18456
|
+
fired && this.fire_();
|
|
18413
18457
|
return this;
|
|
18414
18458
|
};
|
|
18415
18459
|
goog.async.Deferred.prototype.then = function(opt_onFulfilled, opt_onRejected, opt_context) {
|
|
@@ -18592,7 +18636,7 @@ goog.net.jsloader.safeLoad = function(trustedUri, opt_options) {
|
|
|
18592
18636
|
var properties = options.attributes || {};
|
|
18593
18637
|
module$contents$goog$object_extend(properties, {type:"text/javascript", charset:"UTF-8"});
|
|
18594
18638
|
goog.dom.setProperties(script, properties);
|
|
18595
|
-
module$
|
|
18639
|
+
module$contents$safevalues$dom$elements$script_setScriptSrc(script, trustedUri);
|
|
18596
18640
|
goog.net.jsloader.getScriptParentElement_(doc).appendChild(script);
|
|
18597
18641
|
return deferred;
|
|
18598
18642
|
};
|
|
@@ -18834,8 +18878,9 @@ goog.net.XhrLike.prototype.getAllResponseHeaders = function() {
|
|
|
18834
18878
|
};
|
|
18835
18879
|
goog.net.XhrLike.prototype.setTrustToken = function(trustTokenAttribute) {
|
|
18836
18880
|
};
|
|
18837
|
-
goog
|
|
18838
|
-
}
|
|
18881
|
+
function module$contents$goog$net$XmlHttpFactory_XmlHttpFactory() {
|
|
18882
|
+
}
|
|
18883
|
+
goog.net.XmlHttpFactory = module$contents$goog$net$XmlHttpFactory_XmlHttpFactory;
|
|
18839
18884
|
goog.net.XmlHttp = function() {
|
|
18840
18885
|
return goog.net.XmlHttp.factory_.createInstance();
|
|
18841
18886
|
};
|
|
@@ -18845,7 +18890,7 @@ goog.net.XmlHttp.setGlobalFactory = function(factory) {
|
|
|
18845
18890
|
};
|
|
18846
18891
|
goog.net.DefaultXmlHttpFactory = function() {
|
|
18847
18892
|
};
|
|
18848
|
-
goog.inherits(goog.net.DefaultXmlHttpFactory, goog
|
|
18893
|
+
goog.inherits(goog.net.DefaultXmlHttpFactory, module$contents$goog$net$XmlHttpFactory_XmlHttpFactory);
|
|
18849
18894
|
goog.net.DefaultXmlHttpFactory.prototype.createInstance = function() {
|
|
18850
18895
|
return new XMLHttpRequest();
|
|
18851
18896
|
};
|
|
@@ -19207,7 +19252,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19207
19252
|
ee.apiclient = {};
|
|
19208
19253
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19209
19254
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19210
|
-
ee.apiclient.API_CLIENT_VERSION = "1.4.
|
|
19255
|
+
ee.apiclient.API_CLIENT_VERSION = "1.4.6";
|
|
19211
19256
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19212
19257
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19213
19258
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19505,8 +19550,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19505
19550
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19506
19551
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19507
19552
|
method = method || "POST";
|
|
19508
|
-
var headers = {"Content-Type":contentType}, version = "1.4.
|
|
19509
|
-
version === "1.4.
|
|
19553
|
+
var headers = {"Content-Type":contentType}, version = "1.4.6";
|
|
19554
|
+
version === "1.4.6" && (version = "latest");
|
|
19510
19555
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19511
19556
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19512
19557
|
if (authToken != null) {
|
|
@@ -20379,26 +20424,27 @@ ee.rpc_convert.processListImagesParams = function(params) {
|
|
|
20379
20424
|
return params;
|
|
20380
20425
|
};
|
|
20381
20426
|
goog.crypt = {};
|
|
20382
|
-
goog
|
|
20427
|
+
function module$contents$goog$crypt$Hash_Hash() {
|
|
20383
20428
|
this.blockSize = -1;
|
|
20384
|
-
}
|
|
20385
|
-
goog.crypt.
|
|
20386
|
-
|
|
20429
|
+
}
|
|
20430
|
+
goog.crypt.Hash = module$contents$goog$crypt$Hash_Hash;
|
|
20431
|
+
function module$contents$goog$crypt$Md5_Md5() {
|
|
20432
|
+
module$contents$goog$crypt$Hash_Hash.call(this);
|
|
20387
20433
|
this.blockSize = 64;
|
|
20388
20434
|
this.chain_ = Array(4);
|
|
20389
20435
|
this.block_ = Array(this.blockSize);
|
|
20390
20436
|
this.totalLength_ = this.blockLength_ = 0;
|
|
20391
20437
|
this.reset();
|
|
20392
|
-
}
|
|
20393
|
-
goog.inherits(goog
|
|
20394
|
-
goog
|
|
20438
|
+
}
|
|
20439
|
+
goog.inherits(module$contents$goog$crypt$Md5_Md5, module$contents$goog$crypt$Hash_Hash);
|
|
20440
|
+
module$contents$goog$crypt$Md5_Md5.prototype.reset = function() {
|
|
20395
20441
|
this.chain_[0] = 1732584193;
|
|
20396
20442
|
this.chain_[1] = 4023233417;
|
|
20397
20443
|
this.chain_[2] = 2562383102;
|
|
20398
20444
|
this.chain_[3] = 271733878;
|
|
20399
20445
|
this.totalLength_ = this.blockLength_ = 0;
|
|
20400
20446
|
};
|
|
20401
|
-
goog
|
|
20447
|
+
module$contents$goog$crypt$Md5_Md5.prototype.compress_ = function(buf, opt_offset) {
|
|
20402
20448
|
opt_offset || (opt_offset = 0);
|
|
20403
20449
|
var X = Array(16);
|
|
20404
20450
|
if (typeof buf === "string") {
|
|
@@ -20543,7 +20589,7 @@ goog.crypt.Md5.prototype.compress_ = function(buf, opt_offset) {
|
|
|
20543
20589
|
this.chain_[2] = this.chain_[2] + C & 4294967295;
|
|
20544
20590
|
this.chain_[3] = this.chain_[3] + D & 4294967295;
|
|
20545
20591
|
};
|
|
20546
|
-
goog
|
|
20592
|
+
module$contents$goog$crypt$Md5_Md5.prototype.update = function(bytes, opt_length) {
|
|
20547
20593
|
opt_length === void 0 && (opt_length = bytes.length);
|
|
20548
20594
|
for (var lengthMinusBlock = opt_length - this.blockSize, block = this.block_, blockLength = this.blockLength_, i = 0; i < opt_length;) {
|
|
20549
20595
|
if (blockLength == 0) {
|
|
@@ -20572,7 +20618,7 @@ goog.crypt.Md5.prototype.update = function(bytes, opt_length) {
|
|
|
20572
20618
|
this.blockLength_ = blockLength;
|
|
20573
20619
|
this.totalLength_ += opt_length;
|
|
20574
20620
|
};
|
|
20575
|
-
goog
|
|
20621
|
+
module$contents$goog$crypt$Md5_Md5.prototype.digest = function() {
|
|
20576
20622
|
var pad = Array((this.blockLength_ < 56 ? this.blockSize : this.blockSize * 2) - this.blockLength_);
|
|
20577
20623
|
pad[0] = 128;
|
|
20578
20624
|
for (var i = 1; i < pad.length - 8; ++i) {
|
|
@@ -20589,6 +20635,7 @@ goog.crypt.Md5.prototype.digest = function() {
|
|
|
20589
20635
|
}
|
|
20590
20636
|
return digest;
|
|
20591
20637
|
};
|
|
20638
|
+
goog.crypt.Md5 = module$contents$goog$crypt$Md5_Md5;
|
|
20592
20639
|
ee.Serializer = function(opt_isCompound) {
|
|
20593
20640
|
this.HASH_KEY = "__ee_hash__";
|
|
20594
20641
|
this.isCompound_ = opt_isCompound !== !1;
|
|
@@ -20601,7 +20648,7 @@ ee.Serializer = function(opt_isCompound) {
|
|
|
20601
20648
|
};
|
|
20602
20649
|
goog.exportSymbol("ee.Serializer", ee.Serializer);
|
|
20603
20650
|
ee.Serializer.jsonSerializer_ = new goog.json.Serializer();
|
|
20604
|
-
ee.Serializer.hash_ = new goog
|
|
20651
|
+
ee.Serializer.hash_ = new module$contents$goog$crypt$Md5_Md5();
|
|
20605
20652
|
ee.Serializer.encode = function(obj, opt_isCompound) {
|
|
20606
20653
|
return (new ee.Serializer(opt_isCompound !== void 0 ? opt_isCompound : !0)).encode_(obj);
|
|
20607
20654
|
};
|
|
@@ -21154,12 +21201,6 @@ goog.singleton.getInstance = function(ctor) {
|
|
|
21154
21201
|
};
|
|
21155
21202
|
goog.singleton.instantiatedSingletons = module$contents$goog$singleton_instantiatedSingletons;
|
|
21156
21203
|
ee.data = {};
|
|
21157
|
-
ee.data.AbstractTaskConfig = {};
|
|
21158
|
-
ee.data.ClassifierTaskConfig = {};
|
|
21159
|
-
ee.data.ImageTaskConfig = {};
|
|
21160
|
-
ee.data.MapTaskConfig = {};
|
|
21161
|
-
ee.data.TableTaskConfig = {};
|
|
21162
|
-
ee.data.VideoTaskConfig = {};
|
|
21163
21204
|
ee.data.authenticateViaOauth = function(clientId, success, opt_error, opt_extraScopes, opt_onImmediateFailed, opt_suppressDefaultScopes) {
|
|
21164
21205
|
var scopes = module$contents$ee$apiclient_apiclient.mergeAuthScopes_(!opt_suppressDefaultScopes, !1, opt_extraScopes || []);
|
|
21165
21206
|
module$contents$ee$apiclient_apiclient.setAuthClient(clientId, scopes);
|
|
@@ -24990,97 +25031,97 @@ goog.dom.vendor.getPrefixedPropertyName = function(propertyName, opt_object) {
|
|
|
24990
25031
|
goog.dom.vendor.getPrefixedEventType = function(eventType) {
|
|
24991
25032
|
return ((goog.dom.vendor.getVendorJsPrefix() || "") + eventType).toLowerCase();
|
|
24992
25033
|
};
|
|
24993
|
-
goog
|
|
25034
|
+
function module$contents$goog$math$Box_Box(top, right, bottom, left) {
|
|
24994
25035
|
this.top = top;
|
|
24995
25036
|
this.right = right;
|
|
24996
25037
|
this.bottom = bottom;
|
|
24997
25038
|
this.left = left;
|
|
24998
|
-
}
|
|
24999
|
-
goog
|
|
25000
|
-
for (var box = new goog
|
|
25039
|
+
}
|
|
25040
|
+
module$contents$goog$math$Box_Box.boundingBox = function(var_args) {
|
|
25041
|
+
for (var box = new module$contents$goog$math$Box_Box(arguments[0].y, arguments[0].x, arguments[0].y, arguments[0].x), i = 1; i < arguments.length; i++) {
|
|
25001
25042
|
box.expandToIncludeCoordinate(arguments[i]);
|
|
25002
25043
|
}
|
|
25003
25044
|
return box;
|
|
25004
25045
|
};
|
|
25005
|
-
goog
|
|
25046
|
+
module$contents$goog$math$Box_Box.prototype.getWidth = function() {
|
|
25006
25047
|
return this.right - this.left;
|
|
25007
25048
|
};
|
|
25008
|
-
goog
|
|
25049
|
+
module$contents$goog$math$Box_Box.prototype.getHeight = function() {
|
|
25009
25050
|
return this.bottom - this.top;
|
|
25010
25051
|
};
|
|
25011
|
-
goog
|
|
25012
|
-
return new goog
|
|
25052
|
+
module$contents$goog$math$Box_Box.prototype.clone = function() {
|
|
25053
|
+
return new module$contents$goog$math$Box_Box(this.top, this.right, this.bottom, this.left);
|
|
25013
25054
|
};
|
|
25014
|
-
goog.DEBUG && (goog
|
|
25055
|
+
goog.DEBUG && (module$contents$goog$math$Box_Box.prototype.toString = function() {
|
|
25015
25056
|
return "(" + this.top + "t, " + this.right + "r, " + this.bottom + "b, " + this.left + "l)";
|
|
25016
25057
|
});
|
|
25017
|
-
goog
|
|
25018
|
-
return goog
|
|
25058
|
+
module$contents$goog$math$Box_Box.prototype.contains = function(other) {
|
|
25059
|
+
return module$contents$goog$math$Box_Box.contains(this, other);
|
|
25019
25060
|
};
|
|
25020
|
-
goog
|
|
25061
|
+
module$contents$goog$math$Box_Box.prototype.expand = function(top, opt_right, opt_bottom, opt_left) {
|
|
25021
25062
|
goog.isObject(top) ? (this.top -= top.top, this.right += top.right, this.bottom += top.bottom, this.left -= top.left) : (this.top -= top, this.right += Number(opt_right), this.bottom += Number(opt_bottom), this.left -= Number(opt_left));
|
|
25022
25063
|
return this;
|
|
25023
25064
|
};
|
|
25024
|
-
goog
|
|
25065
|
+
module$contents$goog$math$Box_Box.prototype.expandToInclude = function(box) {
|
|
25025
25066
|
this.left = Math.min(this.left, box.left);
|
|
25026
25067
|
this.top = Math.min(this.top, box.top);
|
|
25027
25068
|
this.right = Math.max(this.right, box.right);
|
|
25028
25069
|
this.bottom = Math.max(this.bottom, box.bottom);
|
|
25029
25070
|
};
|
|
25030
|
-
goog
|
|
25071
|
+
module$contents$goog$math$Box_Box.prototype.expandToIncludeCoordinate = function(coord) {
|
|
25031
25072
|
this.top = Math.min(this.top, coord.y);
|
|
25032
25073
|
this.right = Math.max(this.right, coord.x);
|
|
25033
25074
|
this.bottom = Math.max(this.bottom, coord.y);
|
|
25034
25075
|
this.left = Math.min(this.left, coord.x);
|
|
25035
25076
|
};
|
|
25036
|
-
goog
|
|
25077
|
+
module$contents$goog$math$Box_Box.equals = function(a, b) {
|
|
25037
25078
|
return a == b ? !0 : a && b ? a.top == b.top && a.right == b.right && a.bottom == b.bottom && a.left == b.left : !1;
|
|
25038
25079
|
};
|
|
25039
|
-
goog
|
|
25040
|
-
return box && other ? other instanceof goog
|
|
25080
|
+
module$contents$goog$math$Box_Box.contains = function(box, other) {
|
|
25081
|
+
return box && other ? other instanceof module$contents$goog$math$Box_Box ? other.left >= box.left && other.right <= box.right && other.top >= box.top && other.bottom <= box.bottom : other.x >= box.left && other.x <= box.right && other.y >= box.top && other.y <= box.bottom : !1;
|
|
25041
25082
|
};
|
|
25042
|
-
goog
|
|
25083
|
+
module$contents$goog$math$Box_Box.relativePositionX = function(box, coord) {
|
|
25043
25084
|
return coord.x < box.left ? coord.x - box.left : coord.x > box.right ? coord.x - box.right : 0;
|
|
25044
25085
|
};
|
|
25045
|
-
goog
|
|
25086
|
+
module$contents$goog$math$Box_Box.relativePositionY = function(box, coord) {
|
|
25046
25087
|
return coord.y < box.top ? coord.y - box.top : coord.y > box.bottom ? coord.y - box.bottom : 0;
|
|
25047
25088
|
};
|
|
25048
|
-
goog
|
|
25049
|
-
var x = goog
|
|
25089
|
+
module$contents$goog$math$Box_Box.distance = function(box, coord) {
|
|
25090
|
+
var x = module$contents$goog$math$Box_Box.relativePositionX(box, coord), y = module$contents$goog$math$Box_Box.relativePositionY(box, coord);
|
|
25050
25091
|
return Math.sqrt(x * x + y * y);
|
|
25051
25092
|
};
|
|
25052
|
-
goog
|
|
25093
|
+
module$contents$goog$math$Box_Box.intersects = function(a, b) {
|
|
25053
25094
|
return a.left <= b.right && b.left <= a.right && a.top <= b.bottom && b.top <= a.bottom;
|
|
25054
25095
|
};
|
|
25055
|
-
goog
|
|
25096
|
+
module$contents$goog$math$Box_Box.intersectsWithPadding = function(a, b, padding) {
|
|
25056
25097
|
return a.left <= b.right + padding && b.left <= a.right + padding && a.top <= b.bottom + padding && b.top <= a.bottom + padding;
|
|
25057
25098
|
};
|
|
25058
|
-
goog
|
|
25099
|
+
module$contents$goog$math$Box_Box.prototype.ceil = function() {
|
|
25059
25100
|
this.top = Math.ceil(this.top);
|
|
25060
25101
|
this.right = Math.ceil(this.right);
|
|
25061
25102
|
this.bottom = Math.ceil(this.bottom);
|
|
25062
25103
|
this.left = Math.ceil(this.left);
|
|
25063
25104
|
return this;
|
|
25064
25105
|
};
|
|
25065
|
-
goog
|
|
25106
|
+
module$contents$goog$math$Box_Box.prototype.floor = function() {
|
|
25066
25107
|
this.top = Math.floor(this.top);
|
|
25067
25108
|
this.right = Math.floor(this.right);
|
|
25068
25109
|
this.bottom = Math.floor(this.bottom);
|
|
25069
25110
|
this.left = Math.floor(this.left);
|
|
25070
25111
|
return this;
|
|
25071
25112
|
};
|
|
25072
|
-
goog
|
|
25113
|
+
module$contents$goog$math$Box_Box.prototype.round = function() {
|
|
25073
25114
|
this.top = Math.round(this.top);
|
|
25074
25115
|
this.right = Math.round(this.right);
|
|
25075
25116
|
this.bottom = Math.round(this.bottom);
|
|
25076
25117
|
this.left = Math.round(this.left);
|
|
25077
25118
|
return this;
|
|
25078
25119
|
};
|
|
25079
|
-
goog
|
|
25120
|
+
module$contents$goog$math$Box_Box.prototype.translate = function(tx, opt_ty) {
|
|
25080
25121
|
tx instanceof goog.math.Coordinate ? (this.left += tx.x, this.right += tx.x, this.top += tx.y, this.bottom += tx.y) : (goog.asserts.assertNumber(tx), this.left += tx, this.right += tx, typeof opt_ty === "number" && (this.top += opt_ty, this.bottom += opt_ty));
|
|
25081
25122
|
return this;
|
|
25082
25123
|
};
|
|
25083
|
-
goog
|
|
25124
|
+
module$contents$goog$math$Box_Box.prototype.scale = function(sx, opt_sy) {
|
|
25084
25125
|
var sy = typeof opt_sy === "number" ? opt_sy : sx;
|
|
25085
25126
|
this.left *= sx;
|
|
25086
25127
|
this.right *= sx;
|
|
@@ -25088,6 +25129,7 @@ goog.math.Box.prototype.scale = function(sx, opt_sy) {
|
|
|
25088
25129
|
this.bottom *= sy;
|
|
25089
25130
|
return this;
|
|
25090
25131
|
};
|
|
25132
|
+
goog.math.Box = module$contents$goog$math$Box_Box;
|
|
25091
25133
|
goog.math.IRect = function() {
|
|
25092
25134
|
};
|
|
25093
25135
|
goog.math.Rect = function(x, y, w, h) {
|
|
@@ -25100,7 +25142,7 @@ goog.math.Rect.prototype.clone = function() {
|
|
|
25100
25142
|
return new goog.math.Rect(this.left, this.top, this.width, this.height);
|
|
25101
25143
|
};
|
|
25102
25144
|
goog.math.Rect.prototype.toBox = function() {
|
|
25103
|
-
return new goog
|
|
25145
|
+
return new module$contents$goog$math$Box_Box(this.top, this.left + this.width, this.top + this.height, this.left);
|
|
25104
25146
|
};
|
|
25105
25147
|
goog.math.Rect.createFromPositionAndSize = function(position, size) {
|
|
25106
25148
|
return new goog.math.Rect(position.x, position.y, size.width, size.height);
|
|
@@ -25347,7 +25389,7 @@ goog.style.getOffsetParent = function(element) {
|
|
|
25347
25389
|
return null;
|
|
25348
25390
|
};
|
|
25349
25391
|
goog.style.getVisibleRectForElement = function(element) {
|
|
25350
|
-
for (var visibleRect = new goog
|
|
25392
|
+
for (var visibleRect = new module$contents$goog$math$Box_Box(0, Infinity, Infinity, 0), dom = goog.dom.getDomHelper(element), body = dom.getDocument().body, documentElement = dom.getDocument().documentElement, scrollEl = dom.getDocumentScrollElement(), el = element; el = goog.style.getOffsetParent(el);) {
|
|
25351
25393
|
if ((!goog.userAgent.WEBKIT || el.clientHeight != 0 || el != body) && el != body && el != documentElement && goog.style.getStyle_(el, "overflow") != "visible") {
|
|
25352
25394
|
var pos = goog.style.getPageOffset(el), client = goog.style.getClientLeftTop(el);
|
|
25353
25395
|
pos.x += client.x;
|
|
@@ -25556,7 +25598,7 @@ goog.style.installSafeStyleSheet = function(safeStyleSheet, opt_node) {
|
|
|
25556
25598
|
head = dh.createDom(goog.dom.TagName.HEAD);
|
|
25557
25599
|
body.parentNode.insertBefore(head, body);
|
|
25558
25600
|
}
|
|
25559
|
-
var el = dh.createDom(goog.dom.TagName.STYLE), nonce = module$
|
|
25601
|
+
var el = dh.createDom(goog.dom.TagName.STYLE), nonce = module$contents$safevalues$dom$globals$window_getStyleNonce(window);
|
|
25560
25602
|
nonce && el.setAttribute("nonce", nonce);
|
|
25561
25603
|
goog.style.setSafeStyleSheet(el, safeStyleSheet);
|
|
25562
25604
|
dh.appendChild(head, el);
|
|
@@ -25633,7 +25675,7 @@ goog.style.getIePixelDistance_ = function(element, propName) {
|
|
|
25633
25675
|
};
|
|
25634
25676
|
goog.style.getBox_ = function(element, stylePrefix) {
|
|
25635
25677
|
var left = goog.style.getComputedStyle(element, stylePrefix + "Left"), right = goog.style.getComputedStyle(element, stylePrefix + "Right"), top = goog.style.getComputedStyle(element, stylePrefix + "Top"), bottom = goog.style.getComputedStyle(element, stylePrefix + "Bottom");
|
|
25636
|
-
return new goog
|
|
25678
|
+
return new module$contents$goog$math$Box_Box(parseFloat(top), parseFloat(right), parseFloat(bottom), parseFloat(left));
|
|
25637
25679
|
};
|
|
25638
25680
|
goog.style.getPaddingBox = function(element) {
|
|
25639
25681
|
return goog.style.getBox_(element, "padding");
|
|
@@ -25651,7 +25693,7 @@ goog.style.getIePixelBorder_ = function(element, prop) {
|
|
|
25651
25693
|
};
|
|
25652
25694
|
goog.style.getBorderBox = function(element) {
|
|
25653
25695
|
var left = goog.style.getComputedStyle(element, "borderLeftWidth"), right = goog.style.getComputedStyle(element, "borderRightWidth"), top = goog.style.getComputedStyle(element, "borderTopWidth"), bottom = goog.style.getComputedStyle(element, "borderBottomWidth");
|
|
25654
|
-
return new goog
|
|
25696
|
+
return new module$contents$goog$math$Box_Box(parseFloat(top), parseFloat(right), parseFloat(bottom), parseFloat(left));
|
|
25655
25697
|
};
|
|
25656
25698
|
goog.style.getFontFamily = function(el) {
|
|
25657
25699
|
var doc = goog.dom.getOwnerDocument(el), font = "";
|
|
@@ -26196,41 +26238,41 @@ module$contents$ee$layers$CloudStorageTileSource_CloudStorageTileSource.BASE_URL
|
|
|
26196
26238
|
module$contents$ee$layers$CloudStorageTileSource_CloudStorageTileSource.MISSING_TILE_ERROR_ = "The specified key does not exist.";
|
|
26197
26239
|
module$contents$ee$layers$CloudStorageTileSource_CloudStorageTileSource.ACCESS_DENIED_ERROR_ = "AccessDenied";
|
|
26198
26240
|
ee.layers.CloudStorageTileSource = module$contents$ee$layers$CloudStorageTileSource_CloudStorageTileSource;
|
|
26199
|
-
goog
|
|
26241
|
+
function module$contents$goog$structs$Queue_Queue() {
|
|
26200
26242
|
this.front_ = [];
|
|
26201
26243
|
this.back_ = [];
|
|
26202
|
-
}
|
|
26203
|
-
goog
|
|
26244
|
+
}
|
|
26245
|
+
module$contents$goog$structs$Queue_Queue.prototype.maybeFlip_ = function() {
|
|
26204
26246
|
this.front_.length === 0 && (this.front_ = this.back_, this.front_.reverse(), this.back_ = []);
|
|
26205
26247
|
};
|
|
26206
|
-
goog
|
|
26248
|
+
module$contents$goog$structs$Queue_Queue.prototype.enqueue = function(element) {
|
|
26207
26249
|
this.back_.push(element);
|
|
26208
26250
|
};
|
|
26209
|
-
goog
|
|
26251
|
+
module$contents$goog$structs$Queue_Queue.prototype.dequeue = function() {
|
|
26210
26252
|
this.maybeFlip_();
|
|
26211
26253
|
return this.front_.pop();
|
|
26212
26254
|
};
|
|
26213
|
-
goog
|
|
26255
|
+
module$contents$goog$structs$Queue_Queue.prototype.peek = function() {
|
|
26214
26256
|
this.maybeFlip_();
|
|
26215
26257
|
return module$contents$goog$array_peek(this.front_);
|
|
26216
26258
|
};
|
|
26217
|
-
goog
|
|
26259
|
+
module$contents$goog$structs$Queue_Queue.prototype.getCount = function() {
|
|
26218
26260
|
return this.front_.length + this.back_.length;
|
|
26219
26261
|
};
|
|
26220
|
-
goog
|
|
26262
|
+
module$contents$goog$structs$Queue_Queue.prototype.isEmpty = function() {
|
|
26221
26263
|
return this.front_.length === 0 && this.back_.length === 0;
|
|
26222
26264
|
};
|
|
26223
|
-
goog
|
|
26265
|
+
module$contents$goog$structs$Queue_Queue.prototype.clear = function() {
|
|
26224
26266
|
this.front_ = [];
|
|
26225
26267
|
this.back_ = [];
|
|
26226
26268
|
};
|
|
26227
|
-
goog
|
|
26269
|
+
module$contents$goog$structs$Queue_Queue.prototype.contains = function(obj) {
|
|
26228
26270
|
return module$contents$goog$array_contains(this.front_, obj) || module$contents$goog$array_contains(this.back_, obj);
|
|
26229
26271
|
};
|
|
26230
|
-
goog
|
|
26272
|
+
module$contents$goog$structs$Queue_Queue.prototype.remove = function(obj) {
|
|
26231
26273
|
return module$contents$goog$array_removeLast(this.front_, obj) || module$contents$goog$array_remove(this.back_, obj);
|
|
26232
26274
|
};
|
|
26233
|
-
goog
|
|
26275
|
+
module$contents$goog$structs$Queue_Queue.prototype.getValues = function() {
|
|
26234
26276
|
for (var res = [], i = this.front_.length - 1; i >= 0; --i) {
|
|
26235
26277
|
res.push(this.front_[i]);
|
|
26236
26278
|
}
|
|
@@ -26239,6 +26281,7 @@ goog.structs.Queue.prototype.getValues = function() {
|
|
|
26239
26281
|
}
|
|
26240
26282
|
return res;
|
|
26241
26283
|
};
|
|
26284
|
+
goog.structs.Queue = module$contents$goog$structs$Queue_Queue;
|
|
26242
26285
|
goog.structs.Pool = function(opt_minCount, opt_maxCount) {
|
|
26243
26286
|
goog.Disposable.call(this);
|
|
26244
26287
|
this.minCount_ = opt_minCount || 0;
|
|
@@ -26246,7 +26289,7 @@ goog.structs.Pool = function(opt_minCount, opt_maxCount) {
|
|
|
26246
26289
|
if (this.minCount_ > this.maxCount_) {
|
|
26247
26290
|
throw Error(goog.structs.Pool.ERROR_MIN_MAX_);
|
|
26248
26291
|
}
|
|
26249
|
-
this.freeQueue_ = new goog
|
|
26292
|
+
this.freeQueue_ = new module$contents$goog$structs$Queue_Queue();
|
|
26250
26293
|
this.inUseSet_ = new goog.structs.Set();
|
|
26251
26294
|
this.delay = 0;
|
|
26252
26295
|
this.lastAccess = null;
|
|
@@ -26343,26 +26386,27 @@ goog.structs.Pool.prototype.disposeInternal = function() {
|
|
|
26343
26386
|
}
|
|
26344
26387
|
delete this.freeQueue_;
|
|
26345
26388
|
};
|
|
26346
|
-
goog
|
|
26389
|
+
function module$contents$goog$structs$Node_Node(key, value) {
|
|
26347
26390
|
this.key_ = key;
|
|
26348
26391
|
this.value_ = value;
|
|
26349
|
-
}
|
|
26350
|
-
goog
|
|
26392
|
+
}
|
|
26393
|
+
module$contents$goog$structs$Node_Node.prototype.getKey = function() {
|
|
26351
26394
|
return this.key_;
|
|
26352
26395
|
};
|
|
26353
|
-
goog
|
|
26396
|
+
module$contents$goog$structs$Node_Node.prototype.getValue = function() {
|
|
26354
26397
|
return this.value_;
|
|
26355
26398
|
};
|
|
26356
|
-
goog
|
|
26357
|
-
return new goog
|
|
26399
|
+
module$contents$goog$structs$Node_Node.prototype.clone = function() {
|
|
26400
|
+
return new module$contents$goog$structs$Node_Node(this.key_, this.value_);
|
|
26358
26401
|
};
|
|
26402
|
+
goog.structs.Node = module$contents$goog$structs$Node_Node;
|
|
26359
26403
|
var module$contents$goog$structs$Heap_Heap = function(opt_heap) {
|
|
26360
26404
|
this.nodes_ = [];
|
|
26361
26405
|
opt_heap && this.insertAll(opt_heap);
|
|
26362
26406
|
};
|
|
26363
26407
|
module$contents$goog$structs$Heap_Heap.prototype.insert = function(key, value) {
|
|
26364
|
-
var
|
|
26365
|
-
nodes.push(
|
|
26408
|
+
var nodes = this.nodes_;
|
|
26409
|
+
nodes.push(new module$contents$goog$structs$Node_Node(key, value));
|
|
26366
26410
|
this.moveUp_(nodes.length - 1);
|
|
26367
26411
|
};
|
|
26368
26412
|
module$contents$goog$structs$Heap_Heap.prototype.insertAll = function(heap) {
|
|
@@ -26371,7 +26415,7 @@ module$contents$goog$structs$Heap_Heap.prototype.insertAll = function(heap) {
|
|
|
26371
26415
|
var values = heap.getValues();
|
|
26372
26416
|
if (this.getCount() <= 0) {
|
|
26373
26417
|
for (var nodes = this.nodes_, i = 0; i < keys.length; i++) {
|
|
26374
|
-
nodes.push(new goog
|
|
26418
|
+
nodes.push(new module$contents$goog$structs$Node_Node(keys[i], values[i]));
|
|
26375
26419
|
}
|
|
26376
26420
|
return;
|
|
26377
26421
|
}
|
|
@@ -26474,27 +26518,27 @@ module$contents$goog$structs$PriorityQueue_PriorityQueue.prototype.dequeue = fun
|
|
|
26474
26518
|
return this.remove();
|
|
26475
26519
|
};
|
|
26476
26520
|
goog.structs.PriorityQueue = module$contents$goog$structs$PriorityQueue_PriorityQueue;
|
|
26477
|
-
goog
|
|
26521
|
+
function module$contents$goog$structs$PriorityPool_PriorityPool(opt_minCount, opt_maxCount) {
|
|
26478
26522
|
this.delayTimeout_ = void 0;
|
|
26479
26523
|
this.requestQueue_ = new module$contents$goog$structs$PriorityQueue_PriorityQueue();
|
|
26480
26524
|
goog.structs.Pool.call(this, opt_minCount, opt_maxCount);
|
|
26481
|
-
}
|
|
26482
|
-
goog.inherits(goog
|
|
26483
|
-
goog
|
|
26484
|
-
goog
|
|
26485
|
-
goog
|
|
26525
|
+
}
|
|
26526
|
+
goog.inherits(module$contents$goog$structs$PriorityPool_PriorityPool, goog.structs.Pool);
|
|
26527
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.DEFAULT_PRIORITY_ = 100;
|
|
26528
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.prototype.setDelay = function(delay) {
|
|
26529
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.superClass_.setDelay.call(this, delay);
|
|
26486
26530
|
this.lastAccess != null && (goog.global.clearTimeout(this.delayTimeout_), this.delayTimeout_ = goog.global.setTimeout(goog.bind(this.handleQueueRequests_, this), this.delay + this.lastAccess - Date.now()), this.handleQueueRequests_());
|
|
26487
26531
|
};
|
|
26488
|
-
goog
|
|
26532
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.prototype.getObject = function(opt_callback, opt_priority) {
|
|
26489
26533
|
if (!opt_callback) {
|
|
26490
|
-
var result = goog
|
|
26534
|
+
var result = module$contents$goog$structs$PriorityPool_PriorityPool.superClass_.getObject.call(this);
|
|
26491
26535
|
result && this.delay && (this.delayTimeout_ = goog.global.setTimeout(goog.bind(this.handleQueueRequests_, this), this.delay));
|
|
26492
26536
|
return result;
|
|
26493
26537
|
}
|
|
26494
|
-
this.requestQueue_.enqueue(opt_priority !== void 0 ? opt_priority : goog
|
|
26538
|
+
this.requestQueue_.enqueue(opt_priority !== void 0 ? opt_priority : module$contents$goog$structs$PriorityPool_PriorityPool.DEFAULT_PRIORITY_, opt_callback);
|
|
26495
26539
|
this.handleQueueRequests_();
|
|
26496
26540
|
};
|
|
26497
|
-
goog
|
|
26541
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.prototype.handleQueueRequests_ = function() {
|
|
26498
26542
|
for (var requestQueue = this.requestQueue_; requestQueue.getCount() > 0;) {
|
|
26499
26543
|
var obj = this.getObject();
|
|
26500
26544
|
if (obj) {
|
|
@@ -26504,20 +26548,21 @@ goog.structs.PriorityPool.prototype.handleQueueRequests_ = function() {
|
|
|
26504
26548
|
}
|
|
26505
26549
|
}
|
|
26506
26550
|
};
|
|
26507
|
-
goog
|
|
26508
|
-
goog
|
|
26551
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.prototype.addFreeObject = function(obj) {
|
|
26552
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.superClass_.addFreeObject.call(this, obj);
|
|
26509
26553
|
this.handleQueueRequests_();
|
|
26510
26554
|
};
|
|
26511
|
-
goog
|
|
26512
|
-
goog
|
|
26555
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.prototype.adjustForMinMax = function() {
|
|
26556
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.superClass_.adjustForMinMax.call(this);
|
|
26513
26557
|
this.handleQueueRequests_();
|
|
26514
26558
|
};
|
|
26515
|
-
goog
|
|
26516
|
-
goog
|
|
26559
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.prototype.disposeInternal = function() {
|
|
26560
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.superClass_.disposeInternal.call(this);
|
|
26517
26561
|
goog.global.clearTimeout(this.delayTimeout_);
|
|
26518
26562
|
this.requestQueue_.clear();
|
|
26519
26563
|
this.requestQueue_ = null;
|
|
26520
26564
|
};
|
|
26565
|
+
goog.structs.PriorityPool = module$contents$goog$structs$PriorityPool_PriorityPool;
|
|
26521
26566
|
var module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource = function(mapId, opt_profiler) {
|
|
26522
26567
|
module$exports$ee$layers$AbstractTileSource.call(this);
|
|
26523
26568
|
this.mapId_ = mapId;
|
|
@@ -26563,28 +26608,26 @@ module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.prototype.
|
|
|
26563
26608
|
return this.profiler_ && this.profiler_.isEnabled() ? url + "&profiling=1" : url;
|
|
26564
26609
|
};
|
|
26565
26610
|
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.prototype.getGlobalTokenPool_ = function() {
|
|
26566
|
-
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_ || (module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_ = new goog
|
|
26611
|
+
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_ || (module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_ = new module$contents$goog$structs$PriorityPool_PriorityPool(0, module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.DEFAULT_TOKEN_COUNT_));
|
|
26567
26612
|
return module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_;
|
|
26568
26613
|
};
|
|
26569
26614
|
goog.exportSymbol("ee.layers.EarthEngineTileSource", module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource);
|
|
26570
26615
|
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_ = null;
|
|
26571
26616
|
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.DEFAULT_TOKEN_COUNT_ = 4;
|
|
26572
26617
|
ee.layers.EarthEngineTileSource = module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource;
|
|
26573
|
-
ee
|
|
26574
|
-
var module$contents$ee$layers$FeatureViewTileSource_FeatureViewTileSource = function(tilesKey) {
|
|
26618
|
+
var module$exports$ee$layers$FeatureViewTileSource = {FeatureViewTileSource:function(tilesKey) {
|
|
26575
26619
|
module$exports$ee$layers$AbstractTileSource.call(this);
|
|
26576
26620
|
this.tilesKey_ = tilesKey;
|
|
26577
|
-
};
|
|
26578
|
-
$jscomp.inherits(module$
|
|
26579
|
-
module$
|
|
26621
|
+
}};
|
|
26622
|
+
$jscomp.inherits(module$exports$ee$layers$FeatureViewTileSource.FeatureViewTileSource, module$exports$ee$layers$AbstractTileSource);
|
|
26623
|
+
module$exports$ee$layers$FeatureViewTileSource.FeatureViewTileSource.prototype.loadTile = function(tile, opt_priority) {
|
|
26580
26624
|
tile.sourceUrl = this.tilesKey_.formatTileUrl(tile.coord.x, tile.coord.y, tile.zoom);
|
|
26581
26625
|
tile.startLoad();
|
|
26582
26626
|
};
|
|
26583
|
-
module$
|
|
26627
|
+
module$exports$ee$layers$FeatureViewTileSource.FeatureViewTileSource.prototype.getUniqueId = function() {
|
|
26584
26628
|
return this.tilesKey_.token;
|
|
26585
26629
|
};
|
|
26586
|
-
goog.exportSymbol("ee.layers.FeatureViewTileSource", module$
|
|
26587
|
-
ee.layers.FeatureViewTileSource.FeatureViewTileSource = module$contents$ee$layers$FeatureViewTileSource_FeatureViewTileSource;
|
|
26630
|
+
goog.exportSymbol("ee.layers.FeatureViewTileSource", module$exports$ee$layers$FeatureViewTileSource.FeatureViewTileSource);
|
|
26588
26631
|
ee.MapTileManager = function() {
|
|
26589
26632
|
goog.events.EventTarget.call(this);
|
|
26590
26633
|
this.tokenPool_ = new ee.MapTileManager.TokenPool_(0, 60);
|
|
@@ -26779,9 +26822,9 @@ ee.MapTileManager.Token_.prototype.isActive = function() {
|
|
|
26779
26822
|
return this.active_;
|
|
26780
26823
|
};
|
|
26781
26824
|
ee.MapTileManager.TokenPool_ = function(opt_minCount, opt_maxCount) {
|
|
26782
|
-
goog
|
|
26825
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.call(this, opt_minCount, opt_maxCount);
|
|
26783
26826
|
};
|
|
26784
|
-
$jscomp.inherits(ee.MapTileManager.TokenPool_, goog
|
|
26827
|
+
$jscomp.inherits(ee.MapTileManager.TokenPool_, module$contents$goog$structs$PriorityPool_PriorityPool);
|
|
26785
26828
|
ee.MapTileManager.TokenPool_.prototype.createObject = function() {
|
|
26786
26829
|
return new ee.MapTileManager.Token_();
|
|
26787
26830
|
};
|
|
@@ -26873,46 +26916,47 @@ goog.exportProperty(ee.MapLayerOverlay.prototype, "addTileCallback", ee.MapLayer
|
|
|
26873
26916
|
goog.exportProperty(ee.MapLayerOverlay.prototype, "getTile", ee.MapLayerOverlay.prototype.getTile);
|
|
26874
26917
|
goog.exportProperty(ee.MapLayerOverlay.prototype, "setOpacity", ee.MapLayerOverlay.prototype.setOpacity);
|
|
26875
26918
|
goog.exportProperty(ee.MapLayerOverlay.prototype, "releaseTile", ee.MapLayerOverlay.prototype.releaseTile);
|
|
26876
|
-
goog
|
|
26919
|
+
function module$contents$goog$async$Delay_Delay(listener, opt_interval, opt_handler) {
|
|
26877
26920
|
goog.Disposable.call(this);
|
|
26878
26921
|
this.listener_ = listener;
|
|
26879
26922
|
this.interval_ = opt_interval || 0;
|
|
26880
26923
|
this.handler_ = opt_handler;
|
|
26881
26924
|
this.callback_ = goog.bind(this.doAction_, this);
|
|
26882
|
-
}
|
|
26883
|
-
goog.inherits(goog
|
|
26884
|
-
goog
|
|
26885
|
-
goog
|
|
26886
|
-
goog
|
|
26925
|
+
}
|
|
26926
|
+
goog.inherits(module$contents$goog$async$Delay_Delay, goog.Disposable);
|
|
26927
|
+
module$contents$goog$async$Delay_Delay.prototype.id_ = 0;
|
|
26928
|
+
module$contents$goog$async$Delay_Delay.prototype.disposeInternal = function() {
|
|
26929
|
+
module$contents$goog$async$Delay_Delay.superClass_.disposeInternal.call(this);
|
|
26887
26930
|
this.stop();
|
|
26888
26931
|
delete this.listener_;
|
|
26889
26932
|
delete this.handler_;
|
|
26890
26933
|
};
|
|
26891
|
-
goog
|
|
26934
|
+
module$contents$goog$async$Delay_Delay.prototype.start = function(opt_interval) {
|
|
26892
26935
|
this.stop();
|
|
26893
26936
|
this.id_ = goog.Timer.callOnce(this.callback_, opt_interval !== void 0 ? opt_interval : this.interval_);
|
|
26894
26937
|
};
|
|
26895
|
-
goog
|
|
26938
|
+
module$contents$goog$async$Delay_Delay.prototype.startIfNotActive = function(opt_interval) {
|
|
26896
26939
|
this.isActive() || this.start(opt_interval);
|
|
26897
26940
|
};
|
|
26898
|
-
goog
|
|
26941
|
+
module$contents$goog$async$Delay_Delay.prototype.stop = function() {
|
|
26899
26942
|
this.isActive() && goog.Timer.clear(this.id_);
|
|
26900
26943
|
this.id_ = 0;
|
|
26901
26944
|
};
|
|
26902
|
-
goog
|
|
26945
|
+
module$contents$goog$async$Delay_Delay.prototype.fire = function() {
|
|
26903
26946
|
this.stop();
|
|
26904
26947
|
this.doAction_();
|
|
26905
26948
|
};
|
|
26906
|
-
goog
|
|
26949
|
+
module$contents$goog$async$Delay_Delay.prototype.fireIfActive = function() {
|
|
26907
26950
|
this.isActive() && this.fire();
|
|
26908
26951
|
};
|
|
26909
|
-
goog
|
|
26952
|
+
module$contents$goog$async$Delay_Delay.prototype.isActive = function() {
|
|
26910
26953
|
return this.id_ != 0;
|
|
26911
26954
|
};
|
|
26912
|
-
goog
|
|
26955
|
+
module$contents$goog$async$Delay_Delay.prototype.doAction_ = function() {
|
|
26913
26956
|
this.id_ = 0;
|
|
26914
26957
|
this.listener_ && this.listener_.call(this.handler_);
|
|
26915
26958
|
};
|
|
26959
|
+
goog.async.Delay = module$contents$goog$async$Delay_Delay;
|
|
26916
26960
|
ee.data.Profiler = function(format) {
|
|
26917
26961
|
goog.events.EventTarget.call(this);
|
|
26918
26962
|
this.format_ = format;
|
|
@@ -26922,7 +26966,7 @@ ee.data.Profiler = function(format) {
|
|
|
26922
26966
|
this.tileProfileIds_ = Object.create(null);
|
|
26923
26967
|
this.showInternal_ = !1;
|
|
26924
26968
|
this.profileError_ = null;
|
|
26925
|
-
this.throttledRefresh_ = new goog
|
|
26969
|
+
this.throttledRefresh_ = new module$contents$goog$async$Delay_Delay(goog.bind(this.refresh_, this), ee.data.Profiler.DELAY_BEFORE_REFRESH_);
|
|
26926
26970
|
this.profileData_ = ee.data.Profiler.getEmptyProfile_(format);
|
|
26927
26971
|
this.MAX_RETRY_COUNT_ = 5;
|
|
26928
26972
|
};
|
|
@@ -27023,29 +27067,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27023
27067
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27024
27068
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27025
27069
|
(function() {
|
|
27026
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27027
|
-
orderedParamLists = [["name", "
|
|
27028
|
-
"
|
|
27029
|
-
"collection opt_description
|
|
27030
|
-
"collection opt_description opt_bucket opt_fileNamePrefix
|
|
27031
|
-
["
|
|
27032
|
-
|
|
27033
|
-
"opt_callback"], "
|
|
27034
|
-
"
|
|
27035
|
-
"
|
|
27036
|
-
|
|
27037
|
-
|
|
27038
|
-
["
|
|
27039
|
-
|
|
27040
|
-
|
|
27041
|
-
|
|
27042
|
-
ee.
|
|
27043
|
-
ee.data.
|
|
27044
|
-
ee.
|
|
27045
|
-
ee.
|
|
27046
|
-
ee.
|
|
27047
|
-
ee.
|
|
27048
|
-
ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.linkCollection, ee.List, ee.Number, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27070
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction._apply ee.ApiFunction.lookup ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.filter ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.updateAsset ee.data.getList ee.data.updateTask ee.data.startIngestion ee.data.getFilmstripThumbId ee.data.startProcessing ee.data.createFolder ee.data.setAssetAcl ee.data.makeThumbUrl ee.data.listAssets ee.data.renameAsset ee.data.authenticateViaOauth ee.data.getTableDownloadId ee.data.getMapId ee.data.getTaskList ee.data.setAssetProperties ee.data.authenticate ee.data.copyAsset ee.data.listBuckets ee.data.getTileUrl ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.startTableIngestion ee.data.deleteAsset ee.data.getAssetRootQuota ee.data.listOperations ee.data.getWorkloadTag ee.data.getDownloadId ee.data.cancelOperation ee.data.listImages ee.data.makeDownloadUrl ee.data.getAssetAcl ee.data.authenticateViaPopup ee.data.getFeatureViewTilesKey ee.data.listFeatures ee.data.getAssetRoots ee.data.getAsset ee.data.getOperation ee.data.createAssetHome ee.data.setWorkloadTag ee.data.authenticateViaPrivateKey ee.data.newTaskId ee.data.getInfo ee.data.createAsset ee.data.computeValue ee.data.setDefaultWorkloadTag ee.data.cancelTask ee.data.getThumbId ee.data.resetWorkloadTag ee.Date ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Dictionary ee.initialize ee.call ee.reset ee.Algorithms ee.InitState ee.apply ee.TILE_SIZE ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection ee.Filter.prototype.not ee.Filter.lt ee.Filter.gt ee.Filter.neq ee.Filter.inList ee.Filter.or ee.Filter.gte ee.Filter.lte ee.Filter.eq ee.Filter ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry ee.Geometry.Point ee.Geometry.Polygon ee.Geometry.prototype.serialize ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiLineString ee.Geometry.LinearRing ee.Geometry.BBox ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPoint ee.Geometry.MultiPolygon ee.Geometry.Rectangle ee.Geometry.LineString ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.select ee.Image ee.Image.prototype.getThumbURL ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.prototype.getThumbId ee.Image.rgb ee.Image.prototype.expression ee.Image.prototype.clip ee.Image.prototype.rename ee.Image.cat ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.List ee.Number ee.Serializer.encode ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
|
|
27071
|
+
orderedParamLists = [["name", "var_args"], ["name", "namedArgs"], ["name"], "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
|
|
27072
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "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(" "),
|
|
27073
|
+
["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], ["classifier", "opt_description", "opt_assetId", "opt_priority"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices 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".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(" "),
|
|
27074
|
+
"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(" "), ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["name", "operator", "value"], ["geometry"], ["algorithm", "opt_dropNulls"],
|
|
27075
|
+
["algorithm", "opt_first"], ["start", "opt_end"], ["filter"], ["func", "var_args"], ["legacy"], ["callback"], ["opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["taskId", "action", "opt_callback"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["taskId", "params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["id"], ["parent",
|
|
27076
|
+
"opt_params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["params", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["assetId", "properties", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["project", "opt_callback"], ["id", "x", "y", "z"], ["id"],
|
|
27077
|
+
["opt_limit", "opt_callback"], ["taskId", "request", "opt_callback"], ["assetId", "opt_callback"], ["rootId", "opt_callback"], ["opt_limit", "opt_callback"], [], ["params", "opt_callback"], ["operationName", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["id"], ["assetId", "opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"], ["asset", "params", "opt_callback"], ["opt_callback"], ["id", "opt_callback"], ["operationName", "opt_callback"], ["requestedId", "opt_callback"],
|
|
27078
|
+
["tag"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_count", "opt_callback"], ["id", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["obj", "opt_callback"], ["tag"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["opt_resetDefault"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
|
|
27079
|
+
["func", "var_args"], [], [], [], ["func", "namedArgs"], [], ["var_args"], [], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], [], ["name", "value"], ["name", "value"], ["name", "value"],
|
|
27080
|
+
["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["var_args"], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_filter"], ["start", "opt_end"], ["name", "operator", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["namedArgs"], ["var_args"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["legacy"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
|
|
27081
|
+
["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["west", "south", "east", "north"], [], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["var_args"], ["opt_args"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"],
|
|
27082
|
+
["r", "g", "b"], ["expression", "opt_map"], ["geometry"], ["var_args"], ["var_args"], [], ["params", "opt_callback"], ["args"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["list"], ["number"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27083
|
+
[ee.ApiFunction._call, ee.ApiFunction._apply, ee.ApiFunction.lookup, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.classifier.toAsset,
|
|
27084
|
+
module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filterDate, ee.Collection.prototype.filter, ee.ComputedObject.prototype.aside,
|
|
27085
|
+
ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.getInfo, ee.data.getVideoThumbId, ee.data.getTaskStatus, ee.data.updateAsset, ee.data.getList, ee.data.updateTask, ee.data.startIngestion, ee.data.getFilmstripThumbId, ee.data.startProcessing, ee.data.createFolder, ee.data.setAssetAcl, ee.data.makeThumbUrl, ee.data.listAssets, ee.data.renameAsset, ee.data.authenticateViaOauth, ee.data.getTableDownloadId, ee.data.getMapId, ee.data.getTaskList,
|
|
27086
|
+
ee.data.setAssetProperties, ee.data.authenticate, ee.data.copyAsset, ee.data.listBuckets, ee.data.getTileUrl, ee.data.makeTableDownloadUrl, ee.data.getTaskListWithLimit, ee.data.startTableIngestion, ee.data.deleteAsset, ee.data.getAssetRootQuota, ee.data.listOperations, ee.data.getWorkloadTag, ee.data.getDownloadId, ee.data.cancelOperation, ee.data.listImages, ee.data.makeDownloadUrl, ee.data.getAssetAcl, ee.data.authenticateViaPopup, ee.data.getFeatureViewTilesKey, ee.data.listFeatures, ee.data.getAssetRoots,
|
|
27087
|
+
ee.data.getAsset, ee.data.getOperation, ee.data.createAssetHome, ee.data.setWorkloadTag, ee.data.authenticateViaPrivateKey, ee.data.newTaskId, ee.data.getInfo, ee.data.createAsset, ee.data.computeValue, ee.data.setDefaultWorkloadTag, ee.data.cancelTask, ee.data.getThumbId, ee.data.resetWorkloadTag, ee.Date, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Dictionary, ee.initialize, ee.call, ee.reset, ee.Algorithms, ee.InitState,
|
|
27088
|
+
ee.apply, ee.TILE_SIZE, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.Feature, ee.Feature.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.Filter.prototype.not, ee.Filter.lt, ee.Filter.gt, ee.Filter.neq, ee.Filter.inList, ee.Filter.or,
|
|
27089
|
+
ee.Filter.gte, ee.Filter.lte, ee.Filter.eq, ee.Filter, ee.Filter.date, ee.Filter.metadata, ee.Filter.bounds, ee.Filter.and, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry, ee.Geometry.Point, ee.Geometry.Polygon, ee.Geometry.prototype.serialize, ee.Geometry.prototype.toGeoJSON, ee.Geometry.MultiLineString, ee.Geometry.LinearRing, ee.Geometry.BBox, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPoint, ee.Geometry.MultiPolygon, ee.Geometry.Rectangle, ee.Geometry.LineString,
|
|
27090
|
+
ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.select, ee.Image, ee.Image.prototype.getThumbURL, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.prototype.getThumbId, ee.Image.rgb, ee.Image.prototype.expression, ee.Image.prototype.clip, ee.Image.prototype.rename, ee.Image.cat, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getMapId,
|
|
27091
|
+
ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.linkCollection, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27049
27092
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27050
27093
|
});
|
|
27051
27094
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|