@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/main.js
CHANGED
|
@@ -171,7 +171,7 @@ $jscomp.underscoreProtoCanBeSet = function() {
|
|
|
171
171
|
}
|
|
172
172
|
return !1;
|
|
173
173
|
};
|
|
174
|
-
$jscomp.setPrototypeOf = $jscomp.TRUST_ES6_POLYFILLS && typeof Object.setPrototypeOf == "function" ? Object.setPrototypeOf : $jscomp.underscoreProtoCanBeSet() ? function(target, proto) {
|
|
174
|
+
$jscomp.setPrototypeOf = $jscomp.ASSUME_ES6 || $jscomp.TRUST_ES6_POLYFILLS && typeof Object.setPrototypeOf == "function" ? Object.setPrototypeOf : $jscomp.underscoreProtoCanBeSet() ? function(target, proto) {
|
|
175
175
|
target.__proto__ = proto;
|
|
176
176
|
if (target.__proto__ !== proto) {
|
|
177
177
|
throw new TypeError(target + " is not extensible");
|
|
@@ -181,7 +181,7 @@ $jscomp.setPrototypeOf = $jscomp.TRUST_ES6_POLYFILLS && typeof Object.setPrototy
|
|
|
181
181
|
$jscomp.inherits = function(childCtor, parentCtor) {
|
|
182
182
|
childCtor.prototype = $jscomp.objectCreate(parentCtor.prototype);
|
|
183
183
|
childCtor.prototype.constructor = childCtor;
|
|
184
|
-
if ($jscomp.setPrototypeOf) {
|
|
184
|
+
if ($jscomp.ASSUME_ES6 || $jscomp.setPrototypeOf) {
|
|
185
185
|
var setPrototypeOf = $jscomp.setPrototypeOf;
|
|
186
186
|
setPrototypeOf(childCtor, parentCtor);
|
|
187
187
|
} else {
|
|
@@ -1258,8 +1258,8 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1258
1258
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1259
1259
|
};
|
|
1260
1260
|
}, "es8", "es3");
|
|
1261
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1,
|
|
1262
|
-
|
|
1261
|
+
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,
|
|
1262
|
+
GoogFlags__use_user_agent_client_hints__enable:!1, GoogFlags__wiz_enable_native_promise__enable:!1};
|
|
1263
1263
|
/*
|
|
1264
1264
|
|
|
1265
1265
|
Copyright The Closure Library Authors.
|
|
@@ -1684,7 +1684,7 @@ goog.createTrustedTypesPolicy = function(name) {
|
|
|
1684
1684
|
}
|
|
1685
1685
|
return policy;
|
|
1686
1686
|
};
|
|
1687
|
-
goog.CodeLocation = {};
|
|
1687
|
+
goog.CodeLocation = {DO_NOT_USE:"", DO_NOT_USE_ME_EITHER:"."};
|
|
1688
1688
|
goog.callerLocation = function() {
|
|
1689
1689
|
var stack;
|
|
1690
1690
|
return "";
|
|
@@ -1701,6 +1701,9 @@ module$exports$tslib.__extends = function(d, b) {
|
|
|
1701
1701
|
function __() {
|
|
1702
1702
|
this.constructor = d;
|
|
1703
1703
|
}
|
|
1704
|
+
if (typeof b !== "function" && b !== null && (b === void 0 || b !== goog.global.Event)) {
|
|
1705
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
1706
|
+
}
|
|
1704
1707
|
module$contents$tslib_extendStatics(d, b);
|
|
1705
1708
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
1706
1709
|
};
|
|
@@ -1728,7 +1731,7 @@ module$exports$tslib.__rest = function(s, e) {
|
|
|
1728
1731
|
};
|
|
1729
1732
|
module$exports$tslib.__decorate = function(decorators, target, key, desc) {
|
|
1730
1733
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1731
|
-
if (typeof Reflect === "object" &&
|
|
1734
|
+
if (Reflect && typeof Reflect === "object" && typeof Reflect.decorate === "function") {
|
|
1732
1735
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
1733
1736
|
} else {
|
|
1734
1737
|
for (var i = decorators.length - 1; i >= 0; i--) {
|
|
@@ -1749,7 +1752,7 @@ module$exports$tslib.__setFunctionName = function(f, name, prefix) {
|
|
|
1749
1752
|
return Object.defineProperty(f, "name", {configurable:!0, value:prefix ? "".concat(prefix, " ", name) : name});
|
|
1750
1753
|
};
|
|
1751
1754
|
module$exports$tslib.__metadata = function(metadataKey, metadataValue) {
|
|
1752
|
-
if (typeof Reflect === "object" &&
|
|
1755
|
+
if (Reflect && typeof Reflect === "object" && typeof Reflect.metadata === "function") {
|
|
1753
1756
|
return Reflect.metadata(metadataKey, metadataValue);
|
|
1754
1757
|
}
|
|
1755
1758
|
};
|
|
@@ -1790,7 +1793,7 @@ module$exports$tslib.__generator = function(thisArg, body) {
|
|
|
1790
1793
|
if (f) {
|
|
1791
1794
|
throw new TypeError("Generator is already executing.");
|
|
1792
1795
|
}
|
|
1793
|
-
for (; _;) {
|
|
1796
|
+
for (; g && (g = 0, op[0] && (_ = 0)), _;) {
|
|
1794
1797
|
try {
|
|
1795
1798
|
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) {
|
|
1796
1799
|
return t;
|
|
@@ -1852,22 +1855,28 @@ module$exports$tslib.__generator = function(thisArg, body) {
|
|
|
1852
1855
|
throw t[1];
|
|
1853
1856
|
}
|
|
1854
1857
|
return t[1];
|
|
1855
|
-
}, trys:[], ops:[]}, f, y, t, g;
|
|
1856
|
-
return g =
|
|
1857
|
-
return
|
|
1858
|
+
}, trys:[], ops:[]}, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
1859
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() {
|
|
1860
|
+
return this;
|
|
1858
1861
|
}), g;
|
|
1859
1862
|
};
|
|
1860
1863
|
module$exports$tslib.__exportStar = function(m, o) {
|
|
1861
1864
|
for (var p in m) {
|
|
1862
|
-
|
|
1865
|
+
p === "default" || Object.prototype.hasOwnProperty.call(o, p) || (o[p] = m[p]);
|
|
1863
1866
|
}
|
|
1864
1867
|
};
|
|
1865
1868
|
module$exports$tslib.__values = function(o) {
|
|
1866
|
-
var
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1869
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
1870
|
+
if (m) {
|
|
1871
|
+
return m.call(o);
|
|
1872
|
+
}
|
|
1873
|
+
if (o && typeof o.length === "number") {
|
|
1874
|
+
return {next:function() {
|
|
1875
|
+
o && i >= o.length && (o = void 0);
|
|
1876
|
+
return {value:o && o[i++], done:!o};
|
|
1877
|
+
}};
|
|
1878
|
+
}
|
|
1879
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
1871
1880
|
};
|
|
1872
1881
|
module$exports$tslib.__read = function(o, n) {
|
|
1873
1882
|
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
@@ -1911,9 +1920,6 @@ module$exports$tslib.__spreadArrays = function() {
|
|
|
1911
1920
|
return r;
|
|
1912
1921
|
};
|
|
1913
1922
|
module$exports$tslib.__spreadArray = function(to, from, pack) {
|
|
1914
|
-
if (!(Array.isArray(from) || from instanceof NodeList) && Object.prototype.toString.call(from) !== "[object Arguments]") {
|
|
1915
|
-
throw new TypeError("Expected an Array, NodeList, or or Arguments: " + String(from));
|
|
1916
|
-
}
|
|
1917
1923
|
if (pack || arguments.length === 2) {
|
|
1918
1924
|
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
1919
1925
|
!ar && i in from || (ar || (ar = Array.prototype.slice.call(from, 0, i)), ar[i] = from[i]);
|
|
@@ -1955,7 +1961,7 @@ module$exports$tslib.__asyncGenerator = function(thisArg, _arguments, generator)
|
|
|
1955
1961
|
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
1956
1962
|
}
|
|
1957
1963
|
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
1958
|
-
return i =
|
|
1964
|
+
return i = Object.create((typeof AsyncIterator === "function" ? AsyncIterator : Object).prototype), verb("next"), verb("throw"), verb("return", function(f) {
|
|
1959
1965
|
return function(v) {
|
|
1960
1966
|
return Promise.resolve(v).then(f, reject);
|
|
1961
1967
|
};
|
|
@@ -1966,14 +1972,14 @@ module$exports$tslib.__asyncGenerator = function(thisArg, _arguments, generator)
|
|
|
1966
1972
|
module$exports$tslib.__asyncDelegator = function(o) {
|
|
1967
1973
|
function verb(n, f) {
|
|
1968
1974
|
i[n] = o[n] ? function(v) {
|
|
1969
|
-
return (p = !p) ? {value:new module$exports$tslib.__await(o[n](v)), done
|
|
1975
|
+
return (p = !p) ? {value:new module$exports$tslib.__await(o[n](v)), done:!1} : f ? f(v) : v;
|
|
1970
1976
|
} : f;
|
|
1971
1977
|
}
|
|
1972
1978
|
var i, p;
|
|
1973
1979
|
return i = {}, verb("next"), verb("throw", function(e) {
|
|
1974
1980
|
throw e;
|
|
1975
1981
|
}), verb("return"), i[Symbol.iterator] = function() {
|
|
1976
|
-
return
|
|
1982
|
+
return this;
|
|
1977
1983
|
}, i;
|
|
1978
1984
|
};
|
|
1979
1985
|
module$exports$tslib.__asyncValues = function(o) {
|
|
@@ -2070,24 +2076,34 @@ module$exports$tslib.__disposeResources = function(env) {
|
|
|
2070
2076
|
env.hasError = !0;
|
|
2071
2077
|
}
|
|
2072
2078
|
function next() {
|
|
2073
|
-
for (; env.stack.
|
|
2074
|
-
var rec = env.stack.pop();
|
|
2079
|
+
for (; r = env.stack.pop();) {
|
|
2075
2080
|
try {
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2081
|
+
if (!r.async && s === 1) {
|
|
2082
|
+
return s = 0, env.stack.push(r), Promise.resolve().then(next);
|
|
2083
|
+
}
|
|
2084
|
+
if (r.dispose) {
|
|
2085
|
+
var result = r.dispose.call(r.value);
|
|
2086
|
+
if (r.async) {
|
|
2087
|
+
return s |= 2, Promise.resolve(result).then(next, function(e) {
|
|
2088
|
+
fail(e);
|
|
2089
|
+
return next();
|
|
2090
|
+
});
|
|
2091
|
+
}
|
|
2092
|
+
} else {
|
|
2093
|
+
s |= 1;
|
|
2082
2094
|
}
|
|
2083
2095
|
} catch (e) {
|
|
2084
2096
|
fail(e);
|
|
2085
2097
|
}
|
|
2086
2098
|
}
|
|
2099
|
+
if (s === 1) {
|
|
2100
|
+
return env.hasError ? Promise.reject(env.error) : Promise.resolve();
|
|
2101
|
+
}
|
|
2087
2102
|
if (env.hasError) {
|
|
2088
2103
|
throw env.error;
|
|
2089
2104
|
}
|
|
2090
2105
|
}
|
|
2106
|
+
var r, s = 0;
|
|
2091
2107
|
return next();
|
|
2092
2108
|
};
|
|
2093
2109
|
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"};
|
|
@@ -2719,86 +2735,93 @@ goog.object.transpose = function(obj) {
|
|
|
2719
2735
|
goog.object.unsafeClone = module$contents$goog$object_unsafeClone;
|
|
2720
2736
|
goog.string = {};
|
|
2721
2737
|
goog.string.internal = {};
|
|
2722
|
-
goog
|
|
2738
|
+
function module$contents$goog$string$internal_startsWith(str, prefix) {
|
|
2723
2739
|
return str.lastIndexOf(prefix, 0) == 0;
|
|
2724
|
-
}
|
|
2725
|
-
goog
|
|
2740
|
+
}
|
|
2741
|
+
function module$contents$goog$string$internal_endsWith(str, suffix) {
|
|
2726
2742
|
var l = str.length - suffix.length;
|
|
2727
2743
|
return l >= 0 && str.indexOf(suffix, l) == l;
|
|
2728
|
-
}
|
|
2729
|
-
goog
|
|
2730
|
-
return goog
|
|
2731
|
-
}
|
|
2732
|
-
goog
|
|
2733
|
-
return goog
|
|
2734
|
-
}
|
|
2735
|
-
goog
|
|
2744
|
+
}
|
|
2745
|
+
function module$contents$goog$string$internal_caseInsensitiveStartsWith(str, prefix) {
|
|
2746
|
+
return module$contents$goog$string$internal_caseInsensitiveCompare(prefix, str.slice(0, prefix.length)) == 0;
|
|
2747
|
+
}
|
|
2748
|
+
function module$contents$goog$string$internal_caseInsensitiveEndsWith(str, suffix) {
|
|
2749
|
+
return module$contents$goog$string$internal_caseInsensitiveCompare(suffix, str.slice(str.length - suffix.length)) == 0;
|
|
2750
|
+
}
|
|
2751
|
+
function module$contents$goog$string$internal_caseInsensitiveEquals(str1, str2) {
|
|
2736
2752
|
return str1.toLowerCase() == str2.toLowerCase();
|
|
2737
|
-
}
|
|
2738
|
-
goog
|
|
2753
|
+
}
|
|
2754
|
+
function module$contents$goog$string$internal_isEmptyOrWhitespace(str) {
|
|
2739
2755
|
return /^[\s\xa0]*$/.test(str);
|
|
2740
|
-
}
|
|
2741
|
-
goog
|
|
2756
|
+
}
|
|
2757
|
+
var module$contents$goog$string$internal_trim = goog.TRUSTED_SITE && (goog.FEATURESET_YEAR >= 2018 || String.prototype.trim) ? function(str) {
|
|
2742
2758
|
return str.trim();
|
|
2743
2759
|
} : function(str) {
|
|
2744
2760
|
return /^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(str)[1];
|
|
2745
2761
|
};
|
|
2746
|
-
goog
|
|
2762
|
+
function module$contents$goog$string$internal_caseInsensitiveCompare(str1, str2) {
|
|
2747
2763
|
var test1 = String(str1).toLowerCase(), test2 = String(str2).toLowerCase();
|
|
2748
2764
|
return test1 < test2 ? -1 : test1 == test2 ? 0 : 1;
|
|
2749
|
-
}
|
|
2750
|
-
goog
|
|
2765
|
+
}
|
|
2766
|
+
function module$contents$goog$string$internal_newLineToBr(str, opt_xml) {
|
|
2751
2767
|
return str.replace(/(\r\n|\r|\n)/g, opt_xml ? "<br />" : "<br>");
|
|
2752
|
-
}
|
|
2753
|
-
goog
|
|
2768
|
+
}
|
|
2769
|
+
function module$contents$goog$string$internal_htmlEscape(str, opt_isLikelyToContainHtmlChars) {
|
|
2754
2770
|
if (opt_isLikelyToContainHtmlChars) {
|
|
2755
|
-
str = str.replace(goog
|
|
2771
|
+
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, "�");
|
|
2756
2772
|
} else {
|
|
2757
|
-
if (!goog
|
|
2773
|
+
if (!module$contents$goog$string$internal_ALL_RE.test(str)) {
|
|
2758
2774
|
return str;
|
|
2759
2775
|
}
|
|
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('"') != -1 && (str = str.replace(goog
|
|
2764
|
-
str.indexOf("'") != -1 && (str = str.replace(goog
|
|
2765
|
-
str.indexOf("\x00") != -1 && (str = str.replace(goog
|
|
2776
|
+
str.indexOf("&") != -1 && (str = str.replace(module$contents$goog$string$internal_AMP_RE, "&"));
|
|
2777
|
+
str.indexOf("<") != -1 && (str = str.replace(module$contents$goog$string$internal_LT_RE, "<"));
|
|
2778
|
+
str.indexOf(">") != -1 && (str = str.replace(module$contents$goog$string$internal_GT_RE, ">"));
|
|
2779
|
+
str.indexOf('"') != -1 && (str = str.replace(module$contents$goog$string$internal_QUOT_RE, """));
|
|
2780
|
+
str.indexOf("'") != -1 && (str = str.replace(module$contents$goog$string$internal_SINGLE_QUOTE_RE, "'"));
|
|
2781
|
+
str.indexOf("\x00") != -1 && (str = str.replace(module$contents$goog$string$internal_NULL_RE, "�"));
|
|
2766
2782
|
}
|
|
2767
2783
|
return str;
|
|
2768
|
-
}
|
|
2769
|
-
goog
|
|
2770
|
-
goog
|
|
2771
|
-
goog.string.internal.GT_RE_ = />/g;
|
|
2772
|
-
goog.string.internal.QUOT_RE_ = /"/g;
|
|
2773
|
-
goog.string.internal.SINGLE_QUOTE_RE_ = /'/g;
|
|
2774
|
-
goog.string.internal.NULL_RE_ = /\x00/g;
|
|
2775
|
-
goog.string.internal.ALL_RE_ = /[\x00&<>"']/;
|
|
2776
|
-
goog.string.internal.whitespaceEscape = function(str, opt_xml) {
|
|
2777
|
-
return goog.string.internal.newLineToBr(str.replace(/ /g, "  "), opt_xml);
|
|
2778
|
-
};
|
|
2779
|
-
goog.string.internal.contains = function(str, subString) {
|
|
2784
|
+
}
|
|
2785
|
+
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&<>"']/;
|
|
2786
|
+
function module$contents$goog$string$internal_contains(str, subString) {
|
|
2780
2787
|
return str.indexOf(subString) != -1;
|
|
2781
|
-
}
|
|
2782
|
-
goog
|
|
2783
|
-
return goog
|
|
2784
|
-
}
|
|
2785
|
-
goog
|
|
2786
|
-
for (var order = 0, v1Subs = goog
|
|
2788
|
+
}
|
|
2789
|
+
function module$contents$goog$string$internal_caseInsensitiveContains(str, subString) {
|
|
2790
|
+
return module$contents$goog$string$internal_contains(str.toLowerCase(), subString.toLowerCase());
|
|
2791
|
+
}
|
|
2792
|
+
function module$contents$goog$string$internal_compareVersions(version1, version2) {
|
|
2793
|
+
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++) {
|
|
2787
2794
|
var v1Sub = v1Subs[subIdx] || "", v2Sub = v2Subs[subIdx] || "";
|
|
2788
2795
|
do {
|
|
2789
2796
|
var v1Comp = /(\d*)(\D*)(.*)/.exec(v1Sub) || ["", "", "", ""], v2Comp = /(\d*)(\D*)(.*)/.exec(v2Sub) || ["", "", "", ""];
|
|
2790
2797
|
if (v1Comp[0].length == 0 && v2Comp[0].length == 0) {
|
|
2791
2798
|
break;
|
|
2792
2799
|
}
|
|
2793
|
-
order = goog
|
|
2800
|
+
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]);
|
|
2794
2801
|
v1Sub = v1Comp[3];
|
|
2795
2802
|
v2Sub = v2Comp[3];
|
|
2796
2803
|
} while (order == 0);
|
|
2797
2804
|
}
|
|
2798
2805
|
return order;
|
|
2799
|
-
}
|
|
2800
|
-
goog
|
|
2806
|
+
}
|
|
2807
|
+
function module$contents$goog$string$internal_compareElements(left, right) {
|
|
2801
2808
|
return left < right ? -1 : left > right ? 1 : 0;
|
|
2809
|
+
}
|
|
2810
|
+
goog.string.internal.caseInsensitiveCompare = module$contents$goog$string$internal_caseInsensitiveCompare;
|
|
2811
|
+
goog.string.internal.caseInsensitiveContains = module$contents$goog$string$internal_caseInsensitiveContains;
|
|
2812
|
+
goog.string.internal.caseInsensitiveEndsWith = module$contents$goog$string$internal_caseInsensitiveEndsWith;
|
|
2813
|
+
goog.string.internal.caseInsensitiveEquals = module$contents$goog$string$internal_caseInsensitiveEquals;
|
|
2814
|
+
goog.string.internal.caseInsensitiveStartsWith = module$contents$goog$string$internal_caseInsensitiveStartsWith;
|
|
2815
|
+
goog.string.internal.compareVersions = module$contents$goog$string$internal_compareVersions;
|
|
2816
|
+
goog.string.internal.contains = module$contents$goog$string$internal_contains;
|
|
2817
|
+
goog.string.internal.endsWith = module$contents$goog$string$internal_endsWith;
|
|
2818
|
+
goog.string.internal.htmlEscape = module$contents$goog$string$internal_htmlEscape;
|
|
2819
|
+
goog.string.internal.isEmptyOrWhitespace = module$contents$goog$string$internal_isEmptyOrWhitespace;
|
|
2820
|
+
goog.string.internal.newLineToBr = module$contents$goog$string$internal_newLineToBr;
|
|
2821
|
+
goog.string.internal.startsWith = module$contents$goog$string$internal_startsWith;
|
|
2822
|
+
goog.string.internal.trim = module$contents$goog$string$internal_trim;
|
|
2823
|
+
goog.string.internal.whitespaceEscape = function(str, opt_xml) {
|
|
2824
|
+
return module$contents$goog$string$internal_newLineToBr(str.replace(/ /g, "  "), opt_xml);
|
|
2802
2825
|
};
|
|
2803
2826
|
/*
|
|
2804
2827
|
|
|
@@ -3125,24 +3148,26 @@ function module$contents$safevalues$builders$url_builders_removeJavaScriptUrlSan
|
|
|
3125
3148
|
}
|
|
3126
3149
|
module$exports$safevalues$builders$url_builders.removeJavaScriptUrlSanitizationCallback = module$contents$safevalues$builders$url_builders_removeJavaScriptUrlSanitizationCallback;
|
|
3127
3150
|
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"};
|
|
3128
|
-
module$
|
|
3151
|
+
function module$contents$safevalues$dom$elements$anchor_setAnchorHref(anchor, url) {
|
|
3129
3152
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3130
3153
|
sanitizedUrl !== void 0 && (anchor.href = sanitizedUrl);
|
|
3131
|
-
}
|
|
3132
|
-
module$exports$safevalues$dom$elements$anchor.
|
|
3154
|
+
}
|
|
3155
|
+
module$exports$safevalues$dom$elements$anchor.setAnchorHref = module$contents$safevalues$dom$elements$anchor_setAnchorHref;
|
|
3156
|
+
function module$contents$safevalues$dom$elements$anchor_setAnchorHrefLite(anchor, url) {
|
|
3133
3157
|
module$contents$safevalues$builders$url_builders_reportJavaScriptUrl(url) || (anchor.href = url);
|
|
3134
|
-
}
|
|
3158
|
+
}
|
|
3159
|
+
module$exports$safevalues$dom$elements$anchor.setAnchorHrefLite = module$contents$safevalues$dom$elements$anchor_setAnchorHrefLite;
|
|
3135
3160
|
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"};
|
|
3136
|
-
function module$contents$safevalues$dom$elements$
|
|
3161
|
+
function module$contents$safevalues$dom$elements$area_setAreaHref(area, url) {
|
|
3137
3162
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3138
3163
|
sanitizedUrl !== void 0 && (area.href = sanitizedUrl);
|
|
3139
3164
|
}
|
|
3140
3165
|
;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"};
|
|
3141
|
-
function module$contents$safevalues$dom$elements$
|
|
3166
|
+
function module$contents$safevalues$dom$elements$base_setBaseHref(baseEl, url) {
|
|
3142
3167
|
baseEl.href = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url);
|
|
3143
3168
|
}
|
|
3144
3169
|
;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"};
|
|
3145
|
-
function module$contents$safevalues$dom$elements$
|
|
3170
|
+
function module$contents$safevalues$dom$elements$button_setButtonFormaction(button, url) {
|
|
3146
3171
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3147
3172
|
sanitizedUrl !== void 0 && (button.formAction = sanitizedUrl);
|
|
3148
3173
|
}
|
|
@@ -3204,27 +3229,31 @@ module$exports$safevalues$internals$html_impl.unwrapHtml = function(value) {
|
|
|
3204
3229
|
throw Error(message);
|
|
3205
3230
|
};
|
|
3206
3231
|
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;
|
|
3207
|
-
module$
|
|
3232
|
+
function module$contents$safevalues$dom$elements$element_setElementInnerHtml(elOrRoot, v) {
|
|
3208
3233
|
module$contents$safevalues$dom$elements$element_isElement(elOrRoot) && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(elOrRoot);
|
|
3209
3234
|
elOrRoot.innerHTML = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v);
|
|
3210
|
-
}
|
|
3211
|
-
module$exports$safevalues$dom$elements$element.
|
|
3235
|
+
}
|
|
3236
|
+
module$exports$safevalues$dom$elements$element.setElementInnerHtml = module$contents$safevalues$dom$elements$element_setElementInnerHtml;
|
|
3237
|
+
function module$contents$safevalues$dom$elements$element_setElementOuterHtml(e, v) {
|
|
3212
3238
|
var parent = e.parentElement;
|
|
3213
3239
|
parent !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(parent);
|
|
3214
3240
|
e.outerHTML = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v);
|
|
3215
|
-
}
|
|
3216
|
-
module$exports$safevalues$dom$elements$element.
|
|
3241
|
+
}
|
|
3242
|
+
module$exports$safevalues$dom$elements$element.setElementOuterHtml = module$contents$safevalues$dom$elements$element_setElementOuterHtml;
|
|
3243
|
+
function module$contents$safevalues$dom$elements$element_elementInsertAdjacentHtml(element, position, v) {
|
|
3217
3244
|
var tagContext = position === "beforebegin" || position === "afterend" ? element.parentElement : element;
|
|
3218
3245
|
tagContext !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(tagContext);
|
|
3219
3246
|
element.insertAdjacentHTML(position, (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v));
|
|
3220
|
-
}
|
|
3221
|
-
module$exports$safevalues$dom$elements$element.
|
|
3247
|
+
}
|
|
3248
|
+
module$exports$safevalues$dom$elements$element.elementInsertAdjacentHtml = module$contents$safevalues$dom$elements$element_elementInsertAdjacentHtml;
|
|
3249
|
+
function module$contents$safevalues$dom$elements$element_buildPrefixedAttributeSetter(prefix) {
|
|
3222
3250
|
var prefixes = [prefix].concat((0,$jscomp.arrayFromIterable)($jscomp.getRestArguments.apply(1, arguments)));
|
|
3223
3251
|
return function(e, attr, value) {
|
|
3224
|
-
module$contents$safevalues$dom$elements$
|
|
3252
|
+
module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute(prefixes, e, attr, value);
|
|
3225
3253
|
};
|
|
3226
|
-
}
|
|
3227
|
-
|
|
3254
|
+
}
|
|
3255
|
+
module$exports$safevalues$dom$elements$element.buildPrefixedAttributeSetter = module$contents$safevalues$dom$elements$element_buildPrefixedAttributeSetter;
|
|
3256
|
+
function module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute(attrPrefixes, e, attr, value) {
|
|
3228
3257
|
if (attrPrefixes.length === 0) {
|
|
3229
3258
|
var message = "";
|
|
3230
3259
|
goog.DEBUG && (message = "No prefixes are provided");
|
|
@@ -3240,28 +3269,30 @@ function module$contents$safevalues$dom$elements$element_setPrefixedAttribute(at
|
|
|
3240
3269
|
}
|
|
3241
3270
|
e.setAttribute(attr, value);
|
|
3242
3271
|
}
|
|
3243
|
-
module$exports$safevalues$dom$elements$element.
|
|
3272
|
+
module$exports$safevalues$dom$elements$element.setElementPrefixedAttribute = module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute;
|
|
3244
3273
|
function module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(element) {
|
|
3245
3274
|
var message = "", tagName = element.tagName;
|
|
3246
3275
|
if (/^(script|style)$/i.test(tagName)) {
|
|
3247
|
-
throw goog.DEBUG && (message = tagName.toLowerCase() === "script" ? "Use
|
|
3276
|
+
throw goog.DEBUG && (message = tagName.toLowerCase() === "script" ? "Use setScriptTextContent with a SafeScript." : "Use setStyleTextContent with a SafeStyleSheet."), Error(message);
|
|
3248
3277
|
}
|
|
3249
3278
|
}
|
|
3250
3279
|
function module$contents$safevalues$dom$elements$element_isElement(elOrRoot) {
|
|
3251
3280
|
return elOrRoot.nodeType === 1;
|
|
3252
3281
|
}
|
|
3253
3282
|
;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"};
|
|
3254
|
-
function module$contents$safevalues$dom$elements$
|
|
3283
|
+
function module$contents$safevalues$dom$elements$embed_setEmbedSrc(embedEl, url) {
|
|
3255
3284
|
embedEl.src = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url);
|
|
3256
3285
|
}
|
|
3257
3286
|
;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"};
|
|
3258
|
-
module$
|
|
3287
|
+
function module$contents$safevalues$dom$elements$form_setFormAction(form, url) {
|
|
3259
3288
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3260
3289
|
sanitizedUrl !== void 0 && (form.action = sanitizedUrl);
|
|
3261
|
-
}
|
|
3262
|
-
module$exports$safevalues$dom$elements$form.
|
|
3290
|
+
}
|
|
3291
|
+
module$exports$safevalues$dom$elements$form.setFormAction = module$contents$safevalues$dom$elements$form_setFormAction;
|
|
3292
|
+
function module$contents$safevalues$dom$elements$form_setFormActionLite(form, url) {
|
|
3263
3293
|
module$contents$safevalues$builders$url_builders_reportJavaScriptUrl(url) || (form.action = url);
|
|
3264
|
-
}
|
|
3294
|
+
}
|
|
3295
|
+
module$exports$safevalues$dom$elements$form.setFormActionLite = module$contents$safevalues$dom$elements$form_setFormActionLite;
|
|
3265
3296
|
var module$exports$check = {}, module$contents$check_module = module$contents$check_module || {id:"javascript/typescript/contrib/check.closure.js"};
|
|
3266
3297
|
function module$contents$check_checkExhaustive(value, msg) {
|
|
3267
3298
|
return module$contents$check_checkExhaustiveAllowing(value, msg);
|
|
@@ -3276,18 +3307,18 @@ module$exports$check.assumeExhaustive = function(value) {
|
|
|
3276
3307
|
module$exports$check.assumeExhaustiveAllowing = function(value) {
|
|
3277
3308
|
};
|
|
3278
3309
|
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"};
|
|
3279
|
-
function module$contents$safevalues$dom$elements$
|
|
3310
|
+
function module$contents$safevalues$dom$elements$iframe_setIframeSrc(iframe, v) {
|
|
3280
3311
|
iframe.src = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(v).toString();
|
|
3281
3312
|
}
|
|
3282
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3283
|
-
function module$contents$safevalues$dom$elements$
|
|
3313
|
+
module$exports$safevalues$dom$elements$iframe.setIframeSrc = module$contents$safevalues$dom$elements$iframe_setIframeSrc;
|
|
3314
|
+
function module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc(iframe, v) {
|
|
3284
3315
|
iframe.srcdoc = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v);
|
|
3285
3316
|
}
|
|
3286
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3287
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3288
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3289
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3290
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3317
|
+
module$exports$safevalues$dom$elements$iframe.setIframeSrcdoc = module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc;
|
|
3318
|
+
module$exports$safevalues$dom$elements$iframe.IframeIntent = {FORMATTED_HTML_CONTENT:0, EMBEDDED_INTERNAL_CONTENT:1, EMBEDDED_TRUSTED_EXTERNAL_CONTENT:2};
|
|
3319
|
+
module$exports$safevalues$dom$elements$iframe.IframeIntent[module$exports$safevalues$dom$elements$iframe.IframeIntent.FORMATTED_HTML_CONTENT] = "FORMATTED_HTML_CONTENT";
|
|
3320
|
+
module$exports$safevalues$dom$elements$iframe.IframeIntent[module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_INTERNAL_CONTENT] = "EMBEDDED_INTERNAL_CONTENT";
|
|
3321
|
+
module$exports$safevalues$dom$elements$iframe.IframeIntent[module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_TRUSTED_EXTERNAL_CONTENT] = "EMBEDDED_TRUSTED_EXTERNAL_CONTENT";
|
|
3291
3322
|
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"};
|
|
3292
3323
|
function module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(ifr, directives) {
|
|
3293
3324
|
ifr.setAttribute("sandbox", "");
|
|
@@ -3295,37 +3326,37 @@ function module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(ifr
|
|
|
3295
3326
|
ifr.sandbox.supports && !ifr.sandbox.supports(directives[i]) || ifr.sandbox.add(directives[i]);
|
|
3296
3327
|
}
|
|
3297
3328
|
}
|
|
3298
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3299
|
-
var $jscomp$tmp$error$494508883$1 = Error.call(this, type + " cannot be used with intent " + module$exports$safevalues$dom$elements$iframe.
|
|
3329
|
+
module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError = function(type, intent) {
|
|
3330
|
+
var $jscomp$tmp$error$494508883$1 = Error.call(this, type + " cannot be used with intent " + module$exports$safevalues$dom$elements$iframe.IframeIntent[intent]);
|
|
3300
3331
|
this.message = $jscomp$tmp$error$494508883$1.message;
|
|
3301
3332
|
"stack" in $jscomp$tmp$error$494508883$1 && (this.stack = $jscomp$tmp$error$494508883$1.stack);
|
|
3302
3333
|
this.type = type;
|
|
3303
3334
|
this.intent = intent;
|
|
3304
|
-
this.name = "
|
|
3335
|
+
this.name = "TypeCannotBeUsedWithIframeIntentError";
|
|
3305
3336
|
};
|
|
3306
|
-
$jscomp.inherits(module$exports$safevalues$dom$elements$iframe.
|
|
3307
|
-
module$
|
|
3337
|
+
$jscomp.inherits(module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError, Error);
|
|
3338
|
+
function module$contents$safevalues$dom$elements$iframe_setIframeSrcWithIntent(element, intent, src) {
|
|
3308
3339
|
element.removeAttribute("srcdoc");
|
|
3309
3340
|
switch(intent) {
|
|
3310
|
-
case module$exports$safevalues$dom$elements$iframe.
|
|
3341
|
+
case module$exports$safevalues$dom$elements$iframe.IframeIntent.FORMATTED_HTML_CONTENT:
|
|
3311
3342
|
if (src instanceof module$exports$safevalues$internals$resource_url_impl.TrustedResourceUrl) {
|
|
3312
|
-
throw new module$exports$safevalues$dom$elements$iframe.
|
|
3343
|
+
throw new module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError("TrustedResourceUrl", module$exports$safevalues$dom$elements$iframe.IframeIntent.FORMATTED_HTML_CONTENT);
|
|
3313
3344
|
}
|
|
3314
3345
|
module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(element, []);
|
|
3315
3346
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(src);
|
|
3316
3347
|
sanitizedUrl !== void 0 && (element.src = sanitizedUrl);
|
|
3317
3348
|
break;
|
|
3318
|
-
case module$exports$safevalues$dom$elements$iframe.
|
|
3349
|
+
case module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_INTERNAL_CONTENT:
|
|
3319
3350
|
if (!(src instanceof module$exports$safevalues$internals$resource_url_impl.TrustedResourceUrl)) {
|
|
3320
|
-
throw new module$exports$safevalues$dom$elements$iframe.
|
|
3351
|
+
throw new module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError(typeof src, module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_INTERNAL_CONTENT);
|
|
3321
3352
|
}
|
|
3322
3353
|
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,
|
|
3323
3354
|
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]);
|
|
3324
|
-
module$contents$safevalues$dom$elements$
|
|
3355
|
+
module$contents$safevalues$dom$elements$iframe_setIframeSrc(element, src);
|
|
3325
3356
|
break;
|
|
3326
|
-
case module$exports$safevalues$dom$elements$iframe.
|
|
3357
|
+
case module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_TRUSTED_EXTERNAL_CONTENT:
|
|
3327
3358
|
if (src instanceof module$exports$safevalues$internals$resource_url_impl.TrustedResourceUrl) {
|
|
3328
|
-
throw new module$exports$safevalues$dom$elements$iframe.
|
|
3359
|
+
throw new module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError("TrustedResourceUrl", module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_TRUSTED_EXTERNAL_CONTENT);
|
|
3329
3360
|
}
|
|
3330
3361
|
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,
|
|
3331
3362
|
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]);
|
|
@@ -3335,47 +3366,49 @@ module$exports$safevalues$dom$elements$iframe.setSrcWithIntent = function(elemen
|
|
|
3335
3366
|
default:
|
|
3336
3367
|
module$contents$check_checkExhaustive(intent);
|
|
3337
3368
|
}
|
|
3338
|
-
}
|
|
3339
|
-
module$exports$safevalues$dom$elements$iframe.
|
|
3369
|
+
}
|
|
3370
|
+
module$exports$safevalues$dom$elements$iframe.setIframeSrcWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcWithIntent;
|
|
3371
|
+
function module$contents$safevalues$dom$elements$iframe_setIframeSrcdocWithIntent(element, intent, srcdoc) {
|
|
3340
3372
|
element.removeAttribute("src");
|
|
3341
3373
|
switch(intent) {
|
|
3342
|
-
case module$exports$safevalues$dom$elements$iframe.
|
|
3374
|
+
case module$exports$safevalues$dom$elements$iframe.IframeIntent.FORMATTED_HTML_CONTENT:
|
|
3343
3375
|
if (srcdoc instanceof module$exports$safevalues$internals$html_impl.SafeHtml) {
|
|
3344
|
-
throw new module$exports$safevalues$dom$elements$iframe.
|
|
3376
|
+
throw new module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError("SafeHtml", module$exports$safevalues$dom$elements$iframe.IframeIntent.FORMATTED_HTML_CONTENT);
|
|
3345
3377
|
}
|
|
3346
3378
|
element.csp = "default-src 'none'";
|
|
3347
3379
|
module$contents$safevalues$dom$elements$iframe_setSandboxDirectives(element, []);
|
|
3348
|
-
module$contents$safevalues$dom$elements$
|
|
3380
|
+
module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc(element, (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)(srcdoc));
|
|
3349
3381
|
break;
|
|
3350
|
-
case module$exports$safevalues$dom$elements$iframe.
|
|
3382
|
+
case module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_INTERNAL_CONTENT:
|
|
3351
3383
|
if (!(srcdoc instanceof module$exports$safevalues$internals$html_impl.SafeHtml)) {
|
|
3352
|
-
throw new module$exports$safevalues$dom$elements$iframe.
|
|
3384
|
+
throw new module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError("string", module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_INTERNAL_CONTENT);
|
|
3353
3385
|
}
|
|
3354
3386
|
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,
|
|
3355
3387
|
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]);
|
|
3356
|
-
module$contents$safevalues$dom$elements$
|
|
3388
|
+
module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc(element, srcdoc);
|
|
3357
3389
|
break;
|
|
3358
|
-
case module$exports$safevalues$dom$elements$iframe.
|
|
3390
|
+
case module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_TRUSTED_EXTERNAL_CONTENT:
|
|
3359
3391
|
if (srcdoc instanceof module$exports$safevalues$internals$html_impl.SafeHtml) {
|
|
3360
|
-
throw new module$exports$safevalues$dom$elements$iframe.
|
|
3392
|
+
throw new module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError("SafeHtml", module$exports$safevalues$dom$elements$iframe.IframeIntent.EMBEDDED_INTERNAL_CONTENT);
|
|
3361
3393
|
}
|
|
3362
3394
|
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,
|
|
3363
3395
|
module$contents$safevalues$dom$elements$iframe_SandboxDirective.ALLOW_STORAGE_ACCESS_BY_USER_ACTIVATION]);
|
|
3364
|
-
module$contents$safevalues$dom$elements$
|
|
3396
|
+
module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc(element, (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)(srcdoc));
|
|
3365
3397
|
break;
|
|
3366
3398
|
default:
|
|
3367
3399
|
module$contents$check_checkExhaustive(intent);
|
|
3368
3400
|
}
|
|
3369
|
-
}
|
|
3401
|
+
}
|
|
3402
|
+
module$exports$safevalues$dom$elements$iframe.setIframeSrcdocWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcdocWithIntent;
|
|
3370
3403
|
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"};
|
|
3371
|
-
function module$contents$safevalues$dom$elements$
|
|
3404
|
+
function module$contents$safevalues$dom$elements$input_setInputFormaction(input, url) {
|
|
3372
3405
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3373
3406
|
sanitizedUrl !== void 0 && (input.formAction = sanitizedUrl);
|
|
3374
3407
|
}
|
|
3375
3408
|
;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(" ");
|
|
3376
|
-
module$
|
|
3409
|
+
function module$contents$safevalues$dom$elements$link_setLinkHrefAndRel(link, url, rel) {
|
|
3377
3410
|
if (module$contents$safevalues$internals$resource_url_impl_isResourceUrl(url)) {
|
|
3378
|
-
module$contents$safevalues$dom$elements$
|
|
3411
|
+
module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel(link, url, rel);
|
|
3379
3412
|
} else {
|
|
3380
3413
|
if (module$contents$safevalues$dom$elements$link_SAFE_URL_REL_VALUES.indexOf(rel) === -1) {
|
|
3381
3414
|
throw Error('TrustedResourceUrl href attribute required with rel="' + rel + '"');
|
|
@@ -3383,27 +3416,31 @@ module$exports$safevalues$dom$elements$link.setHrefAndRel = function(link, url,
|
|
|
3383
3416
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3384
3417
|
sanitizedUrl !== void 0 && (link.href = sanitizedUrl, link.rel = rel);
|
|
3385
3418
|
}
|
|
3386
|
-
}
|
|
3387
|
-
|
|
3419
|
+
}
|
|
3420
|
+
module$exports$safevalues$dom$elements$link.setLinkHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkHrefAndRel;
|
|
3421
|
+
function module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel(link, url, rel) {
|
|
3388
3422
|
link.href = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url).toString();
|
|
3389
3423
|
link.rel = rel;
|
|
3390
3424
|
}
|
|
3391
|
-
module$exports$safevalues$dom$elements$link.
|
|
3425
|
+
module$exports$safevalues$dom$elements$link.setLinkWithResourceUrlHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel;
|
|
3392
3426
|
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"};
|
|
3393
|
-
function module$contents$safevalues$dom$elements$
|
|
3427
|
+
function module$contents$safevalues$dom$elements$object_setObjectData(obj, v) {
|
|
3394
3428
|
obj.data = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(v);
|
|
3395
3429
|
}
|
|
3396
3430
|
;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"};
|
|
3397
|
-
module$
|
|
3431
|
+
function module$contents$safevalues$dom$globals$window_windowOpen(win, url, target, features) {
|
|
3398
3432
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3399
3433
|
return sanitizedUrl !== void 0 ? win.open(sanitizedUrl, target, features) : null;
|
|
3400
|
-
}
|
|
3401
|
-
module$exports$safevalues$dom$globals$window.
|
|
3434
|
+
}
|
|
3435
|
+
module$exports$safevalues$dom$globals$window.windowOpen = module$contents$safevalues$dom$globals$window_windowOpen;
|
|
3436
|
+
function module$contents$safevalues$dom$globals$window_getScriptNonce(documentOrWindow) {
|
|
3402
3437
|
return module$contents$safevalues$dom$globals$window_getNonceFor("script", documentOrWindow);
|
|
3403
|
-
}
|
|
3404
|
-
module$exports$safevalues$dom$globals$window.
|
|
3438
|
+
}
|
|
3439
|
+
module$exports$safevalues$dom$globals$window.getScriptNonce = module$contents$safevalues$dom$globals$window_getScriptNonce;
|
|
3440
|
+
function module$contents$safevalues$dom$globals$window_getStyleNonce(documentOrWindow) {
|
|
3405
3441
|
return module$contents$safevalues$dom$globals$window_getNonceFor("style", documentOrWindow);
|
|
3406
|
-
}
|
|
3442
|
+
}
|
|
3443
|
+
module$exports$safevalues$dom$globals$window.getStyleNonce = module$contents$safevalues$dom$globals$window_getStyleNonce;
|
|
3407
3444
|
function module$contents$safevalues$dom$globals$window_getNonceFor(elementName, documentOrWindow) {
|
|
3408
3445
|
documentOrWindow = documentOrWindow === void 0 ? document : documentOrWindow;
|
|
3409
3446
|
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]");
|
|
@@ -3444,17 +3481,19 @@ function module$contents$safevalues$internals$script_impl_unwrapScript(value) {
|
|
|
3444
3481
|
module$exports$safevalues$internals$script_impl.unwrapScript = module$contents$safevalues$internals$script_impl_unwrapScript;
|
|
3445
3482
|
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"};
|
|
3446
3483
|
function module$contents$safevalues$dom$elements$script_setNonceForScriptElement(script) {
|
|
3447
|
-
var nonce =
|
|
3484
|
+
var nonce = module$contents$safevalues$dom$globals$window_getScriptNonce(script.ownerDocument);
|
|
3448
3485
|
nonce && script.setAttribute("nonce", nonce);
|
|
3449
3486
|
}
|
|
3450
|
-
module$
|
|
3487
|
+
function module$contents$safevalues$dom$elements$script_setScriptTextContent(script, v, options) {
|
|
3451
3488
|
script.textContent = module$contents$safevalues$internals$script_impl_unwrapScript(v);
|
|
3452
3489
|
(options == null ? 0 : options.omitNonce) || module$contents$safevalues$dom$elements$script_setNonceForScriptElement(script);
|
|
3453
|
-
}
|
|
3454
|
-
module$exports$safevalues$dom$elements$script.
|
|
3490
|
+
}
|
|
3491
|
+
module$exports$safevalues$dom$elements$script.setScriptTextContent = module$contents$safevalues$dom$elements$script_setScriptTextContent;
|
|
3492
|
+
function module$contents$safevalues$dom$elements$script_setScriptSrc(script, v, options) {
|
|
3455
3493
|
script.src = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(v);
|
|
3456
3494
|
(options == null ? 0 : options.omitNonce) || module$contents$safevalues$dom$elements$script_setNonceForScriptElement(script);
|
|
3457
|
-
}
|
|
3495
|
+
}
|
|
3496
|
+
module$exports$safevalues$dom$elements$script.setScriptSrc = module$contents$safevalues$dom$elements$script_setScriptSrc;
|
|
3458
3497
|
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"};
|
|
3459
3498
|
module$exports$safevalues$internals$style_sheet_impl.SafeStyleSheet = function(token, value) {
|
|
3460
3499
|
goog.DEBUG && module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
|
|
@@ -3481,12 +3520,12 @@ function module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet(
|
|
|
3481
3520
|
throw Error(message);
|
|
3482
3521
|
}
|
|
3483
3522
|
module$exports$safevalues$internals$style_sheet_impl.unwrapStyleSheet = module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet;
|
|
3484
|
-
var module$
|
|
3485
|
-
module$
|
|
3523
|
+
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"};
|
|
3524
|
+
function module$contents$safevalues$dom$elements$style_setStyleTextContent(elem, safeStyleSheet) {
|
|
3486
3525
|
elem.textContent = module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet(safeStyleSheet);
|
|
3487
|
-
}
|
|
3488
|
-
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"];
|
|
3489
|
-
function module$contents$safevalues$dom$elements$
|
|
3526
|
+
}
|
|
3527
|
+
;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"];
|
|
3528
|
+
function module$contents$safevalues$dom$elements$svg_setSvgAttribute(svg, attr, value) {
|
|
3490
3529
|
var attrLower = attr.toLowerCase();
|
|
3491
3530
|
if (module$contents$safevalues$dom$elements$svg_UNSAFE_SVG_ATTRIBUTES.indexOf(attrLower) !== -1 || attrLower.indexOf("on") === 0) {
|
|
3492
3531
|
var msg = "";
|
|
@@ -4641,7 +4680,7 @@ goog.log.fine = function(logger, msg, exception) {
|
|
|
4641
4680
|
goog.log.ENABLED && logger && goog.log.log(logger, goog.log.Level.FINE, msg, exception);
|
|
4642
4681
|
};
|
|
4643
4682
|
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"};
|
|
4644
|
-
function module$contents$safevalues$dom$elements$
|
|
4683
|
+
function module$contents$safevalues$dom$elements$svg_use_setSvgUseHref(useEl, url) {
|
|
4645
4684
|
var scheme = module$contents$safevalues$builders$url_builders_extractScheme(url);
|
|
4646
4685
|
if (scheme === "javascript:" || scheme === "data:") {
|
|
4647
4686
|
if (goog.DEBUG) {
|
|
@@ -4653,27 +4692,28 @@ function module$contents$safevalues$dom$elements$svg_use_setHref(useEl, url) {
|
|
|
4653
4692
|
}
|
|
4654
4693
|
}
|
|
4655
4694
|
;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"};
|
|
4656
|
-
function module$contents$safevalues$dom$globals$
|
|
4695
|
+
function module$contents$safevalues$dom$globals$document_documentWrite(doc, text) {
|
|
4657
4696
|
doc.write((0,module$exports$safevalues$internals$html_impl.unwrapHtml)(text));
|
|
4658
4697
|
}
|
|
4659
|
-
module$exports$safevalues$dom$globals$document.
|
|
4698
|
+
module$exports$safevalues$dom$globals$document.documentWrite = module$contents$safevalues$dom$globals$document_documentWrite;
|
|
4660
4699
|
var module$contents$safevalues$dom$globals$document_ValueType;
|
|
4661
|
-
function module$contents$safevalues$dom$globals$
|
|
4700
|
+
function module$contents$safevalues$dom$globals$document_documentExecCommand(doc, command, value) {
|
|
4662
4701
|
var commandString = String(command), valueArgument = value;
|
|
4663
4702
|
commandString.toLowerCase() === "inserthtml" && (valueArgument = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(value));
|
|
4664
4703
|
return doc.execCommand(commandString, !1, valueArgument);
|
|
4665
4704
|
}
|
|
4666
|
-
module$exports$safevalues$dom$globals$document.
|
|
4667
|
-
function module$contents$safevalues$dom$globals$
|
|
4705
|
+
module$exports$safevalues$dom$globals$document.documentExecCommand = module$contents$safevalues$dom$globals$document_documentExecCommand;
|
|
4706
|
+
function module$contents$safevalues$dom$globals$document_documentExecCommandInsertHtml(doc, html) {
|
|
4668
4707
|
return doc.execCommand("insertHTML", !1, (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(html));
|
|
4669
4708
|
}
|
|
4670
|
-
module$exports$safevalues$dom$globals$document.
|
|
4709
|
+
module$exports$safevalues$dom$globals$document.documentExecCommandInsertHtml = module$contents$safevalues$dom$globals$document_documentExecCommandInsertHtml;
|
|
4671
4710
|
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"};
|
|
4672
|
-
module$
|
|
4673
|
-
return module$contents$safevalues$dom$globals$
|
|
4674
|
-
}
|
|
4675
|
-
module$exports$safevalues$dom$globals$dom_parser.
|
|
4676
|
-
|
|
4711
|
+
function module$contents$safevalues$dom$globals$dom_parser_domParserParseHtml(parser, html) {
|
|
4712
|
+
return module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString(parser, html, "text/html");
|
|
4713
|
+
}
|
|
4714
|
+
module$exports$safevalues$dom$globals$dom_parser.domParserParseHtml = module$contents$safevalues$dom$globals$dom_parser_domParserParseHtml;
|
|
4715
|
+
function module$contents$safevalues$dom$globals$dom_parser_domParserParseXml(parser, xml) {
|
|
4716
|
+
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();) {
|
|
4677
4717
|
var ns = currentNode.namespaceURI;
|
|
4678
4718
|
if (module$contents$safevalues$dom$globals$dom_parser_isUnsafeNamespace(ns)) {
|
|
4679
4719
|
var message = "unsafe XML";
|
|
@@ -4682,14 +4722,15 @@ module$exports$safevalues$dom$globals$dom_parser.parseXml = function(parser, xml
|
|
|
4682
4722
|
}
|
|
4683
4723
|
}
|
|
4684
4724
|
return doc;
|
|
4685
|
-
}
|
|
4725
|
+
}
|
|
4726
|
+
module$exports$safevalues$dom$globals$dom_parser.domParserParseXml = module$contents$safevalues$dom$globals$dom_parser_domParserParseXml;
|
|
4686
4727
|
function module$contents$safevalues$dom$globals$dom_parser_isUnsafeNamespace(ns) {
|
|
4687
4728
|
return ns === "http://www.w3.org/1999/xhtml" || ns === "http://www.w3.org/2000/svg" || ns === "http://www.w3.org/1998/Math/MathML";
|
|
4688
4729
|
}
|
|
4689
|
-
function module$contents$safevalues$dom$globals$
|
|
4730
|
+
function module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString(parser, content, contentType) {
|
|
4690
4731
|
return parser.parseFromString((0,module$exports$safevalues$internals$html_impl.unwrapHtml)(content), contentType);
|
|
4691
4732
|
}
|
|
4692
|
-
module$exports$safevalues$dom$globals$dom_parser.
|
|
4733
|
+
module$exports$safevalues$dom$globals$dom_parser.domParserParseFromString = module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString;
|
|
4693
4734
|
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"};
|
|
4694
4735
|
module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError = function(url, typeName, contentType) {
|
|
4695
4736
|
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.");
|
|
@@ -4762,31 +4803,27 @@ function module$contents$safevalues$dom$globals$global_globalEval(win, script) {
|
|
|
4762
4803
|
}
|
|
4763
4804
|
module$exports$safevalues$dom$globals$global.globalEval = module$contents$safevalues$dom$globals$global_globalEval;
|
|
4764
4805
|
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"};
|
|
4765
|
-
module$
|
|
4806
|
+
function module$contents$safevalues$dom$globals$location_setLocationHref(loc, url) {
|
|
4766
4807
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
4767
|
-
sanitizedUrl !== void 0 &&
|
|
4768
|
-
}
|
|
4769
|
-
module$exports$safevalues$dom$globals$location.
|
|
4808
|
+
sanitizedUrl !== void 0 && (loc.href = sanitizedUrl);
|
|
4809
|
+
}
|
|
4810
|
+
module$exports$safevalues$dom$globals$location.setLocationHref = module$contents$safevalues$dom$globals$location_setLocationHref;
|
|
4811
|
+
function module$contents$safevalues$dom$globals$location_locationReplace(loc, url) {
|
|
4770
4812
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
4771
|
-
sanitizedUrl !== void 0 &&
|
|
4772
|
-
}
|
|
4773
|
-
module$exports$safevalues$dom$globals$location.
|
|
4813
|
+
sanitizedUrl !== void 0 && loc.replace(sanitizedUrl);
|
|
4814
|
+
}
|
|
4815
|
+
module$exports$safevalues$dom$globals$location.locationReplace = module$contents$safevalues$dom$globals$location_locationReplace;
|
|
4816
|
+
function module$contents$safevalues$dom$globals$location_locationAssign(loc, url) {
|
|
4774
4817
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
4775
|
-
sanitizedUrl !== void 0 &&
|
|
4776
|
-
}
|
|
4777
|
-
module$exports$safevalues$dom$globals$location.
|
|
4778
|
-
loc.href = url;
|
|
4779
|
-
}, replace:function(loc, url) {
|
|
4780
|
-
loc.replace(url);
|
|
4781
|
-
}, assign:function(loc, url) {
|
|
4782
|
-
loc.assign(url);
|
|
4783
|
-
}};
|
|
4818
|
+
sanitizedUrl !== void 0 && loc.assign(sanitizedUrl);
|
|
4819
|
+
}
|
|
4820
|
+
module$exports$safevalues$dom$globals$location.locationAssign = module$contents$safevalues$dom$globals$location_locationAssign;
|
|
4784
4821
|
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"};
|
|
4785
|
-
function module$contents$safevalues$dom$globals$
|
|
4822
|
+
function module$contents$safevalues$dom$globals$range_rangeCreateContextualFragment(range, html) {
|
|
4786
4823
|
return range.createContextualFragment((0,module$exports$safevalues$internals$html_impl.unwrapHtml)(html));
|
|
4787
4824
|
}
|
|
4788
4825
|
;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"};
|
|
4789
|
-
function module$contents$safevalues$dom$globals$
|
|
4826
|
+
function module$contents$safevalues$dom$globals$service_worker_container_serviceWorkerContainerRegister(container, scriptURL, options) {
|
|
4790
4827
|
return container.register(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(scriptURL), options);
|
|
4791
4828
|
}
|
|
4792
4829
|
;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"};
|
|
@@ -4794,140 +4831,120 @@ function module$contents$safevalues$dom$globals$url_objectUrlFromSafeSource(sour
|
|
|
4794
4831
|
return module$contents$safevalues$builders$url_builders_objectUrlFromSafeSource(source).toString();
|
|
4795
4832
|
}
|
|
4796
4833
|
;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"};
|
|
4797
|
-
module$exports$safevalues$dom$globals$worker.
|
|
4834
|
+
module$exports$safevalues$dom$globals$worker.WorkerGlobalScopeWithImportScripts = function() {
|
|
4798
4835
|
};
|
|
4799
|
-
module$
|
|
4836
|
+
function module$contents$safevalues$dom$globals$worker_createWorker(url, options) {
|
|
4800
4837
|
return new Worker(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url), options);
|
|
4801
|
-
}
|
|
4802
|
-
module$exports$safevalues$dom$globals$worker.
|
|
4838
|
+
}
|
|
4839
|
+
module$exports$safevalues$dom$globals$worker.createWorker = module$contents$safevalues$dom$globals$worker_createWorker;
|
|
4840
|
+
function module$contents$safevalues$dom$globals$worker_createSharedWorker(url, options) {
|
|
4803
4841
|
return new SharedWorker(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url), options);
|
|
4804
|
-
}
|
|
4805
|
-
module$exports$safevalues$dom$globals$worker.
|
|
4842
|
+
}
|
|
4843
|
+
module$exports$safevalues$dom$globals$worker.createSharedWorker = module$contents$safevalues$dom$globals$worker_createSharedWorker;
|
|
4844
|
+
function module$contents$safevalues$dom$globals$worker_workerGlobalScopeImportScripts(scope) {
|
|
4806
4845
|
scope.importScripts.apply(scope, (0,$jscomp.arrayFromIterable)($jscomp.getRestArguments.apply(1, arguments).map(function(url) {
|
|
4807
4846
|
return module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url);
|
|
4808
4847
|
})));
|
|
4809
|
-
}
|
|
4848
|
+
}
|
|
4849
|
+
module$exports$safevalues$dom$globals$worker.workerGlobalScopeImportScripts = module$contents$safevalues$dom$globals$worker_workerGlobalScopeImportScripts;
|
|
4810
4850
|
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"};
|
|
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
|
-
module$exports$safevalues$dom$index.
|
|
4821
|
-
module$exports$safevalues$dom$index.
|
|
4822
|
-
|
|
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.
|
|
4844
|
-
module$exports$safevalues$dom$index.
|
|
4845
|
-
module$exports$safevalues$dom$index.setObjectData = module$contents$safevalues$dom$elements$object_setData;
|
|
4846
|
-
module$exports$safevalues$dom$index.setScriptSrc = module$exports$safevalues$dom$elements$script.setSrc;
|
|
4847
|
-
module$exports$safevalues$dom$index.setScriptTextContent = module$exports$safevalues$dom$elements$script.setTextContent;
|
|
4848
|
-
module$exports$safevalues$dom$index.setStyleTextContent = module$exports$safevalues$dom$elements$style.setTextContent;
|
|
4849
|
-
module$exports$safevalues$dom$index.setSvgAttribute = module$contents$safevalues$dom$elements$svg_setAttribute;
|
|
4850
|
-
module$exports$safevalues$dom$index.setSvgUseHref = module$contents$safevalues$dom$elements$svg_use_setHref;
|
|
4851
|
-
module$exports$safevalues$dom$index.documentExecCommand = module$contents$safevalues$dom$globals$document_execCommand;
|
|
4852
|
-
module$exports$safevalues$dom$index.documentExecCommandInsertHtml = module$contents$safevalues$dom$globals$document_execCommandInsertHtml;
|
|
4853
|
-
module$exports$safevalues$dom$index.documentWrite = module$contents$safevalues$dom$globals$document_write;
|
|
4854
|
-
module$exports$safevalues$dom$index.domParserParseFromString = module$exports$safevalues$dom$globals$dom_parser.parseFromString;
|
|
4855
|
-
module$exports$safevalues$dom$index.domParserParseHtml = module$exports$safevalues$dom$globals$dom_parser.parseHtml;
|
|
4856
|
-
module$exports$safevalues$dom$index.domParserParseXml = module$exports$safevalues$dom$globals$dom_parser.parseXml;
|
|
4851
|
+
module$exports$safevalues$dom$index.setAnchorHref = module$contents$safevalues$dom$elements$anchor_setAnchorHref;
|
|
4852
|
+
module$exports$safevalues$dom$index.setAnchorHrefLite = module$contents$safevalues$dom$elements$anchor_setAnchorHrefLite;
|
|
4853
|
+
module$exports$safevalues$dom$index.setAreaHref = module$contents$safevalues$dom$elements$area_setAreaHref;
|
|
4854
|
+
module$exports$safevalues$dom$index.setBaseHref = module$contents$safevalues$dom$elements$base_setBaseHref;
|
|
4855
|
+
module$exports$safevalues$dom$index.setButtonFormaction = module$contents$safevalues$dom$elements$button_setButtonFormaction;
|
|
4856
|
+
module$exports$safevalues$dom$index.buildPrefixedAttributeSetter = module$contents$safevalues$dom$elements$element_buildPrefixedAttributeSetter;
|
|
4857
|
+
module$exports$safevalues$dom$index.elementInsertAdjacentHtml = module$contents$safevalues$dom$elements$element_elementInsertAdjacentHtml;
|
|
4858
|
+
module$exports$safevalues$dom$index.setElementInnerHtml = module$contents$safevalues$dom$elements$element_setElementInnerHtml;
|
|
4859
|
+
module$exports$safevalues$dom$index.setElementOuterHtml = module$contents$safevalues$dom$elements$element_setElementOuterHtml;
|
|
4860
|
+
module$exports$safevalues$dom$index.setElementPrefixedAttribute = module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute;
|
|
4861
|
+
module$exports$safevalues$dom$index.setEmbedSrc = module$contents$safevalues$dom$elements$embed_setEmbedSrc;
|
|
4862
|
+
module$exports$safevalues$dom$index.setFormAction = module$contents$safevalues$dom$elements$form_setFormAction;
|
|
4863
|
+
module$exports$safevalues$dom$index.setFormActionLite = module$contents$safevalues$dom$elements$form_setFormActionLite;
|
|
4864
|
+
module$exports$safevalues$dom$index.IframeIntent = module$exports$safevalues$dom$elements$iframe.IframeIntent;
|
|
4865
|
+
module$exports$safevalues$dom$index.setIframeSrc = module$contents$safevalues$dom$elements$iframe_setIframeSrc;
|
|
4866
|
+
module$exports$safevalues$dom$index.setIframeSrcdoc = module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc;
|
|
4867
|
+
module$exports$safevalues$dom$index.setIframeSrcdocWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcdocWithIntent;
|
|
4868
|
+
module$exports$safevalues$dom$index.setIframeSrcWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcWithIntent;
|
|
4869
|
+
module$exports$safevalues$dom$index.TypeCannotBeUsedWithIframeIntentError = module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError;
|
|
4870
|
+
module$exports$safevalues$dom$index.setInputFormaction = module$contents$safevalues$dom$elements$input_setInputFormaction;
|
|
4871
|
+
module$exports$safevalues$dom$index.setLinkHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkHrefAndRel;
|
|
4872
|
+
module$exports$safevalues$dom$index.setLinkWithResourceUrlHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel;
|
|
4873
|
+
module$exports$safevalues$dom$index.setObjectData = module$contents$safevalues$dom$elements$object_setObjectData;
|
|
4874
|
+
module$exports$safevalues$dom$index.setScriptSrc = module$contents$safevalues$dom$elements$script_setScriptSrc;
|
|
4875
|
+
module$exports$safevalues$dom$index.setScriptTextContent = module$contents$safevalues$dom$elements$script_setScriptTextContent;
|
|
4876
|
+
module$exports$safevalues$dom$index.setStyleTextContent = module$contents$safevalues$dom$elements$style_setStyleTextContent;
|
|
4877
|
+
module$exports$safevalues$dom$index.setSvgAttribute = module$contents$safevalues$dom$elements$svg_setSvgAttribute;
|
|
4878
|
+
module$exports$safevalues$dom$index.setSvgUseHref = module$contents$safevalues$dom$elements$svg_use_setSvgUseHref;
|
|
4879
|
+
module$exports$safevalues$dom$index.documentExecCommand = module$contents$safevalues$dom$globals$document_documentExecCommand;
|
|
4880
|
+
module$exports$safevalues$dom$index.documentExecCommandInsertHtml = module$contents$safevalues$dom$globals$document_documentExecCommandInsertHtml;
|
|
4881
|
+
module$exports$safevalues$dom$index.documentWrite = module$contents$safevalues$dom$globals$document_documentWrite;
|
|
4882
|
+
module$exports$safevalues$dom$index.domParserParseFromString = module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString;
|
|
4883
|
+
module$exports$safevalues$dom$index.domParserParseHtml = module$contents$safevalues$dom$globals$dom_parser_domParserParseHtml;
|
|
4884
|
+
module$exports$safevalues$dom$index.domParserParseXml = module$contents$safevalues$dom$globals$dom_parser_domParserParseXml;
|
|
4857
4885
|
module$exports$safevalues$dom$index.fetchResourceUrl = module$contents$safevalues$dom$globals$fetch_fetchResourceUrl;
|
|
4858
4886
|
module$exports$safevalues$dom$index.globalEval = module$contents$safevalues$dom$globals$global_globalEval;
|
|
4859
|
-
module$exports$safevalues$dom$index.locationAssign = module$
|
|
4860
|
-
module$exports$safevalues$dom$index.locationReplace = module$
|
|
4861
|
-
module$exports$safevalues$dom$index.setLocationHref = module$
|
|
4862
|
-
module$exports$safevalues$dom$index.rangeCreateContextualFragment = module$contents$safevalues$dom$globals$
|
|
4863
|
-
module$exports$safevalues$dom$index.serviceWorkerContainerRegister = module$contents$safevalues$dom$globals$
|
|
4887
|
+
module$exports$safevalues$dom$index.locationAssign = module$contents$safevalues$dom$globals$location_locationAssign;
|
|
4888
|
+
module$exports$safevalues$dom$index.locationReplace = module$contents$safevalues$dom$globals$location_locationReplace;
|
|
4889
|
+
module$exports$safevalues$dom$index.setLocationHref = module$contents$safevalues$dom$globals$location_setLocationHref;
|
|
4890
|
+
module$exports$safevalues$dom$index.rangeCreateContextualFragment = module$contents$safevalues$dom$globals$range_rangeCreateContextualFragment;
|
|
4891
|
+
module$exports$safevalues$dom$index.serviceWorkerContainerRegister = module$contents$safevalues$dom$globals$service_worker_container_serviceWorkerContainerRegister;
|
|
4864
4892
|
module$exports$safevalues$dom$index.objectUrlFromSafeSource = module$contents$safevalues$dom$globals$url_objectUrlFromSafeSource;
|
|
4865
|
-
module$exports$safevalues$dom$index.getScriptNonce = module$
|
|
4866
|
-
module$exports$safevalues$dom$index.getStyleNonce = module$
|
|
4867
|
-
module$exports$safevalues$dom$index.windowOpen = module$
|
|
4868
|
-
module$exports$safevalues$dom$index.
|
|
4869
|
-
module$exports$safevalues$dom$index.
|
|
4870
|
-
module$exports$safevalues$dom$index.workerGlobalScopeImportScripts = module$
|
|
4893
|
+
module$exports$safevalues$dom$index.getScriptNonce = module$contents$safevalues$dom$globals$window_getScriptNonce;
|
|
4894
|
+
module$exports$safevalues$dom$index.getStyleNonce = module$contents$safevalues$dom$globals$window_getStyleNonce;
|
|
4895
|
+
module$exports$safevalues$dom$index.windowOpen = module$contents$safevalues$dom$globals$window_windowOpen;
|
|
4896
|
+
module$exports$safevalues$dom$index.createSharedWorker = module$contents$safevalues$dom$globals$worker_createSharedWorker;
|
|
4897
|
+
module$exports$safevalues$dom$index.createWorker = module$contents$safevalues$dom$globals$worker_createWorker;
|
|
4898
|
+
module$exports$safevalues$dom$index.workerGlobalScopeImportScripts = module$contents$safevalues$dom$globals$worker_workerGlobalScopeImportScripts;
|
|
4871
4899
|
var 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.
|
|
4905
|
-
safevalues.dom.
|
|
4906
|
-
safevalues.dom.setScriptSrc = module$exports$safevalues$dom$index.setScriptSrc;
|
|
4907
|
-
safevalues.dom.setScriptTextContent = module$exports$safevalues$dom$index.setScriptTextContent;
|
|
4908
|
-
safevalues.dom.setStyleTextContent = module$exports$safevalues$dom$index.setStyleTextContent;
|
|
4909
|
-
safevalues.dom.setSvgAttribute = module$contents$safevalues$dom$elements$svg_setAttribute;
|
|
4910
|
-
safevalues.dom.setSvgUseHref = module$contents$safevalues$dom$elements$svg_use_setHref;
|
|
4911
|
-
safevalues.dom.documentExecCommand = module$contents$safevalues$dom$globals$document_execCommand;
|
|
4912
|
-
safevalues.dom.documentExecCommandInsertHtml = module$contents$safevalues$dom$globals$document_execCommandInsertHtml;
|
|
4913
|
-
safevalues.dom.documentWrite = module$contents$safevalues$dom$globals$document_write;
|
|
4914
|
-
safevalues.dom.domParserParseFromString = module$exports$safevalues$dom$index.domParserParseFromString;
|
|
4915
|
-
safevalues.dom.domParserParseHtml = module$exports$safevalues$dom$index.domParserParseHtml;
|
|
4916
|
-
safevalues.dom.domParserParseXml = module$exports$safevalues$dom$index.domParserParseXml;
|
|
4900
|
+
safevalues.dom.setAnchorHref = module$contents$safevalues$dom$elements$anchor_setAnchorHref;
|
|
4901
|
+
safevalues.dom.setAnchorHrefLite = module$contents$safevalues$dom$elements$anchor_setAnchorHrefLite;
|
|
4902
|
+
safevalues.dom.setAreaHref = module$contents$safevalues$dom$elements$area_setAreaHref;
|
|
4903
|
+
safevalues.dom.setBaseHref = module$contents$safevalues$dom$elements$base_setBaseHref;
|
|
4904
|
+
safevalues.dom.setButtonFormaction = module$contents$safevalues$dom$elements$button_setButtonFormaction;
|
|
4905
|
+
safevalues.dom.buildPrefixedAttributeSetter = module$contents$safevalues$dom$elements$element_buildPrefixedAttributeSetter;
|
|
4906
|
+
safevalues.dom.elementInsertAdjacentHtml = module$contents$safevalues$dom$elements$element_elementInsertAdjacentHtml;
|
|
4907
|
+
safevalues.dom.setElementInnerHtml = module$contents$safevalues$dom$elements$element_setElementInnerHtml;
|
|
4908
|
+
safevalues.dom.setElementOuterHtml = module$contents$safevalues$dom$elements$element_setElementOuterHtml;
|
|
4909
|
+
safevalues.dom.setElementPrefixedAttribute = module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute;
|
|
4910
|
+
safevalues.dom.setEmbedSrc = module$contents$safevalues$dom$elements$embed_setEmbedSrc;
|
|
4911
|
+
safevalues.dom.setFormAction = module$contents$safevalues$dom$elements$form_setFormAction;
|
|
4912
|
+
safevalues.dom.setFormActionLite = module$contents$safevalues$dom$elements$form_setFormActionLite;
|
|
4913
|
+
safevalues.dom.IframeIntent = module$exports$safevalues$dom$elements$iframe.IframeIntent;
|
|
4914
|
+
safevalues.dom.setIframeSrc = module$contents$safevalues$dom$elements$iframe_setIframeSrc;
|
|
4915
|
+
safevalues.dom.setIframeSrcdoc = module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc;
|
|
4916
|
+
safevalues.dom.setIframeSrcdocWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcdocWithIntent;
|
|
4917
|
+
safevalues.dom.setIframeSrcWithIntent = module$contents$safevalues$dom$elements$iframe_setIframeSrcWithIntent;
|
|
4918
|
+
safevalues.dom.TypeCannotBeUsedWithIframeIntentError = module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIframeIntentError;
|
|
4919
|
+
safevalues.dom.setInputFormaction = module$contents$safevalues$dom$elements$input_setInputFormaction;
|
|
4920
|
+
safevalues.dom.setLinkHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkHrefAndRel;
|
|
4921
|
+
safevalues.dom.setLinkWithResourceUrlHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel;
|
|
4922
|
+
safevalues.dom.setObjectData = module$contents$safevalues$dom$elements$object_setObjectData;
|
|
4923
|
+
safevalues.dom.setScriptSrc = module$contents$safevalues$dom$elements$script_setScriptSrc;
|
|
4924
|
+
safevalues.dom.setScriptTextContent = module$contents$safevalues$dom$elements$script_setScriptTextContent;
|
|
4925
|
+
safevalues.dom.setStyleTextContent = module$contents$safevalues$dom$elements$style_setStyleTextContent;
|
|
4926
|
+
safevalues.dom.setSvgAttribute = module$contents$safevalues$dom$elements$svg_setSvgAttribute;
|
|
4927
|
+
safevalues.dom.setSvgUseHref = module$contents$safevalues$dom$elements$svg_use_setSvgUseHref;
|
|
4928
|
+
safevalues.dom.documentExecCommand = module$contents$safevalues$dom$globals$document_documentExecCommand;
|
|
4929
|
+
safevalues.dom.documentExecCommandInsertHtml = module$contents$safevalues$dom$globals$document_documentExecCommandInsertHtml;
|
|
4930
|
+
safevalues.dom.documentWrite = module$contents$safevalues$dom$globals$document_documentWrite;
|
|
4931
|
+
safevalues.dom.domParserParseFromString = module$contents$safevalues$dom$globals$dom_parser_domParserParseFromString;
|
|
4932
|
+
safevalues.dom.domParserParseHtml = module$contents$safevalues$dom$globals$dom_parser_domParserParseHtml;
|
|
4933
|
+
safevalues.dom.domParserParseXml = module$contents$safevalues$dom$globals$dom_parser_domParserParseXml;
|
|
4917
4934
|
safevalues.dom.fetchResourceUrl = module$contents$safevalues$dom$globals$fetch_fetchResourceUrl;
|
|
4918
4935
|
safevalues.dom.globalEval = module$contents$safevalues$dom$globals$global_globalEval;
|
|
4919
|
-
safevalues.dom.locationAssign = module$
|
|
4920
|
-
safevalues.dom.locationReplace = module$
|
|
4921
|
-
safevalues.dom.setLocationHref = module$
|
|
4922
|
-
safevalues.dom.rangeCreateContextualFragment = module$contents$safevalues$dom$globals$
|
|
4923
|
-
safevalues.dom.serviceWorkerContainerRegister = module$contents$safevalues$dom$globals$
|
|
4936
|
+
safevalues.dom.locationAssign = module$contents$safevalues$dom$globals$location_locationAssign;
|
|
4937
|
+
safevalues.dom.locationReplace = module$contents$safevalues$dom$globals$location_locationReplace;
|
|
4938
|
+
safevalues.dom.setLocationHref = module$contents$safevalues$dom$globals$location_setLocationHref;
|
|
4939
|
+
safevalues.dom.rangeCreateContextualFragment = module$contents$safevalues$dom$globals$range_rangeCreateContextualFragment;
|
|
4940
|
+
safevalues.dom.serviceWorkerContainerRegister = module$contents$safevalues$dom$globals$service_worker_container_serviceWorkerContainerRegister;
|
|
4924
4941
|
safevalues.dom.objectUrlFromSafeSource = module$contents$safevalues$dom$globals$url_objectUrlFromSafeSource;
|
|
4925
|
-
safevalues.dom.getScriptNonce = module$
|
|
4926
|
-
safevalues.dom.getStyleNonce = module$
|
|
4927
|
-
safevalues.dom.windowOpen = module$
|
|
4928
|
-
safevalues.dom.
|
|
4929
|
-
safevalues.dom.
|
|
4930
|
-
safevalues.dom.workerGlobalScopeImportScripts = module$
|
|
4942
|
+
safevalues.dom.getScriptNonce = module$contents$safevalues$dom$globals$window_getScriptNonce;
|
|
4943
|
+
safevalues.dom.getStyleNonce = module$contents$safevalues$dom$globals$window_getStyleNonce;
|
|
4944
|
+
safevalues.dom.windowOpen = module$contents$safevalues$dom$globals$window_windowOpen;
|
|
4945
|
+
safevalues.dom.createSharedWorker = module$contents$safevalues$dom$globals$worker_createSharedWorker;
|
|
4946
|
+
safevalues.dom.createWorker = module$contents$safevalues$dom$globals$worker_createWorker;
|
|
4947
|
+
safevalues.dom.workerGlobalScopeImportScripts = module$contents$safevalues$dom$globals$worker_workerGlobalScopeImportScripts;
|
|
4931
4948
|
safevalues.dom.WorkerGlobalScopeWithImportScripts = module$exports$safevalues$dom$index.WorkerGlobalScopeWithImportScripts;
|
|
4932
4949
|
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"};
|
|
4933
4950
|
function module$contents$safevalues$restricted$reviewed_assertValidJustification(justification) {
|
|
@@ -4971,11 +4988,11 @@ safevalues.restricted.reviewed.urlSafeByReview = module$contents$safevalues$rest
|
|
|
4971
4988
|
goog.string.DETECT_DOUBLE_ESCAPING = !1;
|
|
4972
4989
|
goog.string.FORCE_NON_DOM_HTML_UNESCAPING = !1;
|
|
4973
4990
|
goog.string.Unicode = {NBSP:"\u00a0", ZERO_WIDTH_SPACE:"\u200b"};
|
|
4974
|
-
goog.string.startsWith = goog
|
|
4975
|
-
goog.string.endsWith = goog
|
|
4976
|
-
goog.string.caseInsensitiveStartsWith = goog
|
|
4977
|
-
goog.string.caseInsensitiveEndsWith = goog
|
|
4978
|
-
goog.string.caseInsensitiveEquals = goog
|
|
4991
|
+
goog.string.startsWith = module$contents$goog$string$internal_startsWith;
|
|
4992
|
+
goog.string.endsWith = module$contents$goog$string$internal_endsWith;
|
|
4993
|
+
goog.string.caseInsensitiveStartsWith = module$contents$goog$string$internal_caseInsensitiveStartsWith;
|
|
4994
|
+
goog.string.caseInsensitiveEndsWith = module$contents$goog$string$internal_caseInsensitiveEndsWith;
|
|
4995
|
+
goog.string.caseInsensitiveEquals = module$contents$goog$string$internal_caseInsensitiveEquals;
|
|
4979
4996
|
goog.string.subs = function(str, var_args) {
|
|
4980
4997
|
for (var splitParts = str.split("%s"), returnString = "", subsArguments = Array.prototype.slice.call(arguments, 1); subsArguments.length && splitParts.length > 1;) {
|
|
4981
4998
|
returnString += splitParts.shift() + subsArguments.shift();
|
|
@@ -4985,7 +5002,7 @@ goog.string.subs = function(str, var_args) {
|
|
|
4985
5002
|
goog.string.collapseWhitespace = function(str) {
|
|
4986
5003
|
return str.replace(/[\s\xa0]+/g, " ").replace(/^\s+|\s+$/g, "");
|
|
4987
5004
|
};
|
|
4988
|
-
goog.string.isEmptyOrWhitespace = goog
|
|
5005
|
+
goog.string.isEmptyOrWhitespace = module$contents$goog$string$internal_isEmptyOrWhitespace;
|
|
4989
5006
|
goog.string.isEmptyString = function(str) {
|
|
4990
5007
|
return str.length == 0;
|
|
4991
5008
|
};
|
|
@@ -5027,14 +5044,14 @@ goog.string.normalizeSpaces = function(str) {
|
|
|
5027
5044
|
goog.string.collapseBreakingSpaces = function(str) {
|
|
5028
5045
|
return str.replace(/[\t\r\n ]+/g, " ").replace(/^[\t\r\n ]+|[\t\r\n ]+$/g, "");
|
|
5029
5046
|
};
|
|
5030
|
-
goog.string.trim = goog
|
|
5047
|
+
goog.string.trim = module$contents$goog$string$internal_trim;
|
|
5031
5048
|
goog.string.trimLeft = function(str) {
|
|
5032
5049
|
return str.replace(/^[\s\xa0]+/, "");
|
|
5033
5050
|
};
|
|
5034
5051
|
goog.string.trimRight = function(str) {
|
|
5035
5052
|
return str.replace(/[\s\xa0]+$/, "");
|
|
5036
5053
|
};
|
|
5037
|
-
goog.string.caseInsensitiveCompare = goog
|
|
5054
|
+
goog.string.caseInsensitiveCompare = module$contents$goog$string$internal_caseInsensitiveCompare;
|
|
5038
5055
|
goog.string.numberAwareCompare_ = function(str1, str2, tokenizerRegExp) {
|
|
5039
5056
|
if (str1 == str2) {
|
|
5040
5057
|
return 0;
|
|
@@ -5073,9 +5090,9 @@ goog.string.urlEncode = function(str) {
|
|
|
5073
5090
|
goog.string.urlDecode = function(str) {
|
|
5074
5091
|
return decodeURIComponent(str.replace(/\+/g, " "));
|
|
5075
5092
|
};
|
|
5076
|
-
goog.string.newLineToBr = goog
|
|
5093
|
+
goog.string.newLineToBr = module$contents$goog$string$internal_newLineToBr;
|
|
5077
5094
|
goog.string.htmlEscape = function(str, opt_isLikelyToContainHtmlChars) {
|
|
5078
|
-
str = goog
|
|
5095
|
+
str = module$contents$goog$string$internal_htmlEscape(str, opt_isLikelyToContainHtmlChars);
|
|
5079
5096
|
goog.string.DETECT_DOUBLE_ESCAPING && (str = str.replace(goog.string.E_RE_, "e"));
|
|
5080
5097
|
return str;
|
|
5081
5098
|
};
|
|
@@ -5098,7 +5115,7 @@ goog.string.unescapeEntitiesUsingDom_ = function(str, opt_document) {
|
|
|
5098
5115
|
var n = Number("0" + entity.slice(1));
|
|
5099
5116
|
isNaN(n) || (value = String.fromCharCode(n));
|
|
5100
5117
|
}
|
|
5101
|
-
value || (module$
|
|
5118
|
+
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));
|
|
5102
5119
|
return seen[s] = value;
|
|
5103
5120
|
});
|
|
5104
5121
|
};
|
|
@@ -5196,8 +5213,8 @@ goog.string.escapeChar = function(c) {
|
|
|
5196
5213
|
}
|
|
5197
5214
|
return goog.string.jsEscapeCache_[c] = rv;
|
|
5198
5215
|
};
|
|
5199
|
-
goog.string.contains = goog
|
|
5200
|
-
goog.string.caseInsensitiveContains = goog
|
|
5216
|
+
goog.string.contains = module$contents$goog$string$internal_contains;
|
|
5217
|
+
goog.string.caseInsensitiveContains = module$contents$goog$string$internal_caseInsensitiveContains;
|
|
5201
5218
|
goog.string.countOf = function(s, ss) {
|
|
5202
5219
|
return s && ss ? s.split(ss).length - 1 : 0;
|
|
5203
5220
|
};
|
|
@@ -5241,7 +5258,7 @@ goog.string.makeSafe = function(obj) {
|
|
|
5241
5258
|
goog.string.getRandomString = function() {
|
|
5242
5259
|
return Math.floor(Math.random() * 2147483648).toString(36) + Math.abs(Math.floor(Math.random() * 2147483648) ^ goog.now()).toString(36);
|
|
5243
5260
|
};
|
|
5244
|
-
goog.string.compareVersions = goog
|
|
5261
|
+
goog.string.compareVersions = module$contents$goog$string$internal_compareVersions;
|
|
5245
5262
|
goog.string.hashCode = function(str) {
|
|
5246
5263
|
for (var result = 0, i = 0; i < str.length; ++i) {
|
|
5247
5264
|
result = 31 * result + str.charCodeAt(i) >>> 0;
|
|
@@ -5524,7 +5541,6 @@ goog.structs.every = function(col, f, opt_obj) {
|
|
|
5524
5541
|
};
|
|
5525
5542
|
goog.uri = {};
|
|
5526
5543
|
goog.uri.utils = {};
|
|
5527
|
-
goog.uri.utils.QueryArray = {};
|
|
5528
5544
|
goog.uri.utils.CharCode_ = {AMPERSAND:38, EQUAL:61, HASH:35, QUESTION:63};
|
|
5529
5545
|
goog.uri.utils.buildFromEncodedParts = function(opt_scheme, opt_userInfo, opt_domain, opt_port, opt_path, opt_queryData, opt_fragment) {
|
|
5530
5546
|
var out = "";
|
|
@@ -6469,7 +6485,6 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_
|
|
|
6469
6485
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable = !1;
|
|
6470
6486
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable = !1;
|
|
6471
6487
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__disable = !1;
|
|
6472
|
-
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_distinct_contexts_for_control_flow_branches__disable = !1;
|
|
6473
6488
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable = !1;
|
|
6474
6489
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_readonly_repeated_fields__disable = !1;
|
|
6475
6490
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_ignore_implicit_extension_deps__disable = !1;
|
|
@@ -6482,8 +6497,6 @@ var module$contents$goog$flags_STAGING = goog.readFlagInternalDoNotUseOrElse(1,
|
|
|
6482
6497
|
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);
|
|
6483
6498
|
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);
|
|
6484
6499
|
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);
|
|
6485
|
-
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,
|
|
6486
|
-
!0);
|
|
6487
6500
|
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);
|
|
6488
6501
|
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);
|
|
6489
6502
|
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);
|
|
@@ -6530,14 +6543,14 @@ function module$contents$goog$labs$userAgent$util_matchUserAgentDataBrand(str) {
|
|
|
6530
6543
|
var data = module$contents$goog$labs$userAgent$util_getUserAgentData();
|
|
6531
6544
|
return data ? data.brands.some(function($jscomp$destructuring$var6) {
|
|
6532
6545
|
var brand;
|
|
6533
|
-
return (brand = $jscomp$destructuring$var6.brand) &&
|
|
6546
|
+
return (brand = $jscomp$destructuring$var6.brand) && module$contents$goog$string$internal_contains(brand, str);
|
|
6534
6547
|
}) : !1;
|
|
6535
6548
|
}
|
|
6536
6549
|
function module$contents$goog$labs$userAgent$util_matchUserAgent(str) {
|
|
6537
|
-
return
|
|
6550
|
+
return module$contents$goog$string$internal_contains(module$contents$goog$labs$userAgent$util_getUserAgent(), str);
|
|
6538
6551
|
}
|
|
6539
6552
|
function module$contents$goog$labs$userAgent$util_matchUserAgentIgnoreCase(str) {
|
|
6540
|
-
return
|
|
6553
|
+
return module$contents$goog$string$internal_caseInsensitiveContains(module$contents$goog$labs$userAgent$util_getUserAgent(), str);
|
|
6541
6554
|
}
|
|
6542
6555
|
function module$contents$goog$labs$userAgent$util_extractVersionTuples(userAgent) {
|
|
6543
6556
|
for (var versionRegExp = RegExp("([A-Z][\\w ]+)/([^\\s]+)\\s*(?:\\((.*?)\\))?", "g"), data = [], match; match = versionRegExp.exec(userAgent);) {
|
|
@@ -6619,7 +6632,7 @@ module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version.prototyp
|
|
|
6619
6632
|
return this.versionString_;
|
|
6620
6633
|
};
|
|
6621
6634
|
module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version.prototype.isAtLeast = function(version) {
|
|
6622
|
-
return
|
|
6635
|
+
return module$contents$goog$string$internal_compareVersions(this.versionString_, version) >= 0;
|
|
6623
6636
|
};
|
|
6624
6637
|
var module$exports$goog$labs$userAgent$highEntropy$highEntropyData = {};
|
|
6625
6638
|
module$exports$goog$labs$userAgent$highEntropy$highEntropyData.fullVersionList = new module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue("fullVersionList");
|
|
@@ -6733,7 +6746,7 @@ function module$contents$goog$labs$userAgent$browser_getVersion() {
|
|
|
6733
6746
|
}
|
|
6734
6747
|
goog.labs.userAgent.browser.getVersion = module$contents$goog$labs$userAgent$browser_getVersion;
|
|
6735
6748
|
goog.labs.userAgent.browser.isVersionOrHigher = function(version) {
|
|
6736
|
-
return
|
|
6749
|
+
return module$contents$goog$string$internal_compareVersions(module$contents$goog$labs$userAgent$browser_getVersion(), version) >= 0;
|
|
6737
6750
|
};
|
|
6738
6751
|
function module$contents$goog$labs$userAgent$browser_getIEVersion(userAgent) {
|
|
6739
6752
|
var rv = /rv: *([\d\.]*)/.exec(userAgent);
|
|
@@ -6967,7 +6980,7 @@ goog.labs.userAgent.engine.isPresto = function() {
|
|
|
6967
6980
|
};
|
|
6968
6981
|
goog.labs.userAgent.engine.isTrident = module$contents$goog$labs$userAgent$engine_isTrident;
|
|
6969
6982
|
goog.labs.userAgent.engine.isVersionOrHigher = function(version) {
|
|
6970
|
-
return goog
|
|
6983
|
+
return module$contents$goog$string$internal_compareVersions(module$contents$goog$labs$userAgent$engine_getVersion(), version) >= 0;
|
|
6971
6984
|
};
|
|
6972
6985
|
goog.labs.userAgent.engine.isWebKit = module$contents$goog$labs$userAgent$engine_isWebKit;
|
|
6973
6986
|
goog.labs.userAgent.platform = {};
|
|
@@ -7081,7 +7094,7 @@ goog.labs.userAgent.platform.isKaiOS = module$contents$goog$labs$userAgent$platf
|
|
|
7081
7094
|
goog.labs.userAgent.platform.isLinux = module$contents$goog$labs$userAgent$platform_isLinux;
|
|
7082
7095
|
goog.labs.userAgent.platform.isMacintosh = module$contents$goog$labs$userAgent$platform_isMacintosh;
|
|
7083
7096
|
goog.labs.userAgent.platform.isVersionOrHigher = function(version) {
|
|
7084
|
-
return goog
|
|
7097
|
+
return module$contents$goog$string$internal_compareVersions(module$contents$goog$labs$userAgent$platform_getVersion(), version) >= 0;
|
|
7085
7098
|
};
|
|
7086
7099
|
goog.labs.userAgent.platform.isWindows = module$contents$goog$labs$userAgent$platform_isWindows;
|
|
7087
7100
|
goog.labs.userAgent.platform.version = module$contents$goog$labs$userAgent$platform_version;
|
|
@@ -7199,12 +7212,12 @@ goog.userAgent.getDocumentMode_ = function() {
|
|
|
7199
7212
|
};
|
|
7200
7213
|
goog.userAgent.VERSION = goog.userAgent.determineVersion_();
|
|
7201
7214
|
goog.userAgent.compare = function(v1, v2) {
|
|
7202
|
-
return goog
|
|
7215
|
+
return module$contents$goog$string$internal_compareVersions(v1, v2);
|
|
7203
7216
|
};
|
|
7204
7217
|
goog.userAgent.isVersionOrHigherCache_ = {};
|
|
7205
7218
|
goog.userAgent.isVersionOrHigher = function(version) {
|
|
7206
7219
|
return goog.userAgent.ASSUME_ANY_VERSION || goog.reflect.cache(goog.userAgent.isVersionOrHigherCache_, version, function() {
|
|
7207
|
-
return goog
|
|
7220
|
+
return module$contents$goog$string$internal_compareVersions(goog.userAgent.VERSION, version) >= 0;
|
|
7208
7221
|
});
|
|
7209
7222
|
};
|
|
7210
7223
|
goog.userAgent.isDocumentModeOrHigher = function(documentMode) {
|
|
@@ -7350,25 +7363,25 @@ goog.events.Listener.prototype.markAsRemoved = function() {
|
|
|
7350
7363
|
this.removed = !0;
|
|
7351
7364
|
this.handler = this.src = this.proxy = this.listener = null;
|
|
7352
7365
|
};
|
|
7353
|
-
goog
|
|
7366
|
+
function module$contents$goog$events$ListenerMap_ListenerMap(src) {
|
|
7354
7367
|
this.src = src;
|
|
7355
7368
|
this.listeners = {};
|
|
7356
7369
|
this.typeCount_ = 0;
|
|
7357
|
-
}
|
|
7358
|
-
goog
|
|
7370
|
+
}
|
|
7371
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.getTypeCount = function() {
|
|
7359
7372
|
return this.typeCount_;
|
|
7360
7373
|
};
|
|
7361
|
-
goog
|
|
7374
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.getListenerCount = function() {
|
|
7362
7375
|
var count = 0, type;
|
|
7363
7376
|
for (type in this.listeners) {
|
|
7364
7377
|
count += this.listeners[type].length;
|
|
7365
7378
|
}
|
|
7366
7379
|
return count;
|
|
7367
7380
|
};
|
|
7368
|
-
goog
|
|
7381
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.add = function(type, listener, callOnce, opt_useCapture, opt_listenerScope) {
|
|
7369
7382
|
var typeStr = type.toString(), listenerArray = this.listeners[typeStr];
|
|
7370
7383
|
listenerArray || (listenerArray = this.listeners[typeStr] = [], this.typeCount_++);
|
|
7371
|
-
var index = goog
|
|
7384
|
+
var index = module$contents$goog$events$ListenerMap_ListenerMap.findListenerIndex_(listenerArray, listener, opt_useCapture, opt_listenerScope);
|
|
7372
7385
|
if (index > -1) {
|
|
7373
7386
|
var listenerObj = listenerArray[index];
|
|
7374
7387
|
callOnce || (listenerObj.callOnce = !1);
|
|
@@ -7377,15 +7390,15 @@ goog.events.ListenerMap.prototype.add = function(type, listener, callOnce, opt_u
|
|
|
7377
7390
|
}
|
|
7378
7391
|
return listenerObj;
|
|
7379
7392
|
};
|
|
7380
|
-
goog
|
|
7393
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.remove = function(type, listener, opt_useCapture, opt_listenerScope) {
|
|
7381
7394
|
var typeStr = type.toString();
|
|
7382
7395
|
if (!(typeStr in this.listeners)) {
|
|
7383
7396
|
return !1;
|
|
7384
7397
|
}
|
|
7385
|
-
var listenerArray = this.listeners[typeStr], index = goog
|
|
7398
|
+
var listenerArray = this.listeners[typeStr], index = module$contents$goog$events$ListenerMap_ListenerMap.findListenerIndex_(listenerArray, listener, opt_useCapture, opt_listenerScope);
|
|
7386
7399
|
return index > -1 ? (listenerArray[index].markAsRemoved(), module$contents$goog$array_removeAt(listenerArray, index), listenerArray.length == 0 && (delete this.listeners[typeStr], this.typeCount_--), !0) : !1;
|
|
7387
7400
|
};
|
|
7388
|
-
goog
|
|
7401
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.removeByKey = function(listener) {
|
|
7389
7402
|
var type = listener.type;
|
|
7390
7403
|
if (!(type in this.listeners)) {
|
|
7391
7404
|
return !1;
|
|
@@ -7394,7 +7407,7 @@ goog.events.ListenerMap.prototype.removeByKey = function(listener) {
|
|
|
7394
7407
|
removed && (listener.markAsRemoved(), this.listeners[type].length == 0 && (delete this.listeners[type], this.typeCount_--));
|
|
7395
7408
|
return removed;
|
|
7396
7409
|
};
|
|
7397
|
-
goog
|
|
7410
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.removeAll = function(opt_type) {
|
|
7398
7411
|
var typeStr = opt_type && opt_type.toString(), count = 0, type;
|
|
7399
7412
|
for (type in this.listeners) {
|
|
7400
7413
|
if (!typeStr || type == typeStr) {
|
|
@@ -7407,7 +7420,7 @@ goog.events.ListenerMap.prototype.removeAll = function(opt_type) {
|
|
|
7407
7420
|
}
|
|
7408
7421
|
return count;
|
|
7409
7422
|
};
|
|
7410
|
-
goog
|
|
7423
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.getListeners = function(type, capture) {
|
|
7411
7424
|
var listenerArray = this.listeners[type.toString()], rv = [];
|
|
7412
7425
|
if (listenerArray) {
|
|
7413
7426
|
for (var i = 0; i < listenerArray.length; ++i) {
|
|
@@ -7417,12 +7430,12 @@ goog.events.ListenerMap.prototype.getListeners = function(type, capture) {
|
|
|
7417
7430
|
}
|
|
7418
7431
|
return rv;
|
|
7419
7432
|
};
|
|
7420
|
-
goog
|
|
7433
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.getListener = function(type, listener, capture, opt_listenerScope) {
|
|
7421
7434
|
var listenerArray = this.listeners[type.toString()], i = -1;
|
|
7422
|
-
listenerArray && (i = goog
|
|
7435
|
+
listenerArray && (i = module$contents$goog$events$ListenerMap_ListenerMap.findListenerIndex_(listenerArray, listener, capture, opt_listenerScope));
|
|
7423
7436
|
return i > -1 ? listenerArray[i] : null;
|
|
7424
7437
|
};
|
|
7425
|
-
goog
|
|
7438
|
+
module$contents$goog$events$ListenerMap_ListenerMap.prototype.hasListener = function(opt_type, opt_capture) {
|
|
7426
7439
|
var hasType = opt_type !== void 0, typeStr = hasType ? opt_type.toString() : "", hasCapture = opt_capture !== void 0;
|
|
7427
7440
|
return module$contents$goog$object_some(this.listeners, function(listenerArray, type) {
|
|
7428
7441
|
for (var i = 0; i < listenerArray.length; ++i) {
|
|
@@ -7433,7 +7446,7 @@ goog.events.ListenerMap.prototype.hasListener = function(opt_type, opt_capture)
|
|
|
7433
7446
|
return !1;
|
|
7434
7447
|
});
|
|
7435
7448
|
};
|
|
7436
|
-
goog
|
|
7449
|
+
module$contents$goog$events$ListenerMap_ListenerMap.findListenerIndex_ = function(listenerArray, listener, opt_useCapture, opt_listenerScope) {
|
|
7437
7450
|
for (var i = 0; i < listenerArray.length; ++i) {
|
|
7438
7451
|
var listenerObj = listenerArray[i];
|
|
7439
7452
|
if (!listenerObj.removed && listenerObj.listener == listener && listenerObj.capture == !!opt_useCapture && listenerObj.handler == opt_listenerScope) {
|
|
@@ -7442,6 +7455,7 @@ goog.events.ListenerMap.findListenerIndex_ = function(listenerArray, listener, o
|
|
|
7442
7455
|
}
|
|
7443
7456
|
return -1;
|
|
7444
7457
|
};
|
|
7458
|
+
goog.events.ListenerMap = module$contents$goog$events$ListenerMap_ListenerMap;
|
|
7445
7459
|
goog.events.Key = {};
|
|
7446
7460
|
goog.events.ListenableType = {};
|
|
7447
7461
|
goog.events.LISTENER_MAP_PROP_ = "closure_lm_" + (Math.random() * 1E6 | 0);
|
|
@@ -7467,7 +7481,7 @@ goog.events.listen_ = function(src, type, listener, callOnce, opt_options, opt_h
|
|
|
7467
7481
|
throw Error("Invalid event type");
|
|
7468
7482
|
}
|
|
7469
7483
|
var capture = goog.isObject(opt_options) ? !!opt_options.capture : !!opt_options, listenerMap = goog.events.getListenerMap_(src);
|
|
7470
|
-
listenerMap || (src[goog.events.LISTENER_MAP_PROP_] = listenerMap = new goog
|
|
7484
|
+
listenerMap || (src[goog.events.LISTENER_MAP_PROP_] = listenerMap = new module$contents$goog$events$ListenerMap_ListenerMap(src));
|
|
7471
7485
|
var listenerObj = listenerMap.add(type, listener, callOnce, capture, opt_handler);
|
|
7472
7486
|
if (listenerObj.proxy) {
|
|
7473
7487
|
return listenerObj;
|
|
@@ -7670,7 +7684,7 @@ goog.events.getUniqueId = function(identifier) {
|
|
|
7670
7684
|
};
|
|
7671
7685
|
goog.events.getListenerMap_ = function(src) {
|
|
7672
7686
|
var listenerMap = src[goog.events.LISTENER_MAP_PROP_];
|
|
7673
|
-
return listenerMap instanceof goog
|
|
7687
|
+
return listenerMap instanceof module$contents$goog$events$ListenerMap_ListenerMap ? listenerMap : null;
|
|
7674
7688
|
};
|
|
7675
7689
|
goog.events.LISTENER_WRAPPER_PROP_ = "__closure_events_fn_" + (Math.random() * 1E9 >>> 0);
|
|
7676
7690
|
goog.events.wrapListener = function(listener) {
|
|
@@ -7689,7 +7703,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
|
|
|
7689
7703
|
});
|
|
7690
7704
|
goog.events.EventTarget = function() {
|
|
7691
7705
|
goog.Disposable.call(this);
|
|
7692
|
-
this.eventTargetListeners_ = new goog
|
|
7706
|
+
this.eventTargetListeners_ = new module$contents$goog$events$ListenerMap_ListenerMap(this);
|
|
7693
7707
|
this.actualEventTarget_ = this;
|
|
7694
7708
|
this.parentEventTarget_ = null;
|
|
7695
7709
|
};
|
|
@@ -14717,6 +14731,7 @@ goog.async.nextTick = function(callback, opt_context) {
|
|
|
14717
14731
|
cb = goog.async.nextTick.wrapCallback_(cb);
|
|
14718
14732
|
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)));
|
|
14719
14733
|
};
|
|
14734
|
+
goog.async.nextTick.propagateAsyncContext_ = module$exports$common$async$context$propagate.propagateAsyncContext;
|
|
14720
14735
|
goog.async.nextTick.USE_SET_TIMEOUT = !1;
|
|
14721
14736
|
goog.async.nextTick.useSetImmediate_ = function() {
|
|
14722
14737
|
return goog.global.Window && goog.global.Window.prototype && goog.global.Window.prototype.setImmediate == goog.global.setImmediate ? !1 : !0;
|
|
@@ -15060,6 +15075,20 @@ goog.Promise.prototype.thenAlways = function(onSettled, opt_context) {
|
|
|
15060
15075
|
this.addCallbackEntry_(entry);
|
|
15061
15076
|
return this;
|
|
15062
15077
|
};
|
|
15078
|
+
goog.Promise.prototype.finally = function(onSettled) {
|
|
15079
|
+
var $jscomp$this$m1061044379$32 = this;
|
|
15080
|
+
goog.Promise.LONG_STACK_TRACES && this.addStackTrace_(Error("finally"));
|
|
15081
|
+
onSettled = module$exports$common$async$context$propagate.propagateAsyncContext(onSettled);
|
|
15082
|
+
return new Promise(function(resolve, reject) {
|
|
15083
|
+
$jscomp$this$m1061044379$32.thenVoid(function(value) {
|
|
15084
|
+
onSettled();
|
|
15085
|
+
resolve(value);
|
|
15086
|
+
}, function(cause) {
|
|
15087
|
+
onSettled();
|
|
15088
|
+
reject(cause);
|
|
15089
|
+
});
|
|
15090
|
+
});
|
|
15091
|
+
};
|
|
15063
15092
|
goog.Promise.prototype.thenCatch = function(onRejected, opt_context) {
|
|
15064
15093
|
goog.Promise.LONG_STACK_TRACES && this.addStackTrace_(Error("thenCatch"));
|
|
15065
15094
|
return this.addChildPromise_(null, module$exports$common$async$context$propagate.propagateAsyncContext(onRejected), opt_context);
|
|
@@ -16571,7 +16600,7 @@ function(propertyAllowlist, functionAllowlist, resourceUrlPolicy, allowKeyframes
|
|
|
16571
16600
|
};
|
|
16572
16601
|
module$contents$safevalues$builders$html_sanitizer$css$sanitizer_CssSanitizer.prototype.getStyleSheet = function(cssText) {
|
|
16573
16602
|
var styleEl = this.inertDocument.createElement("style"), safeStyleSheet = module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(cssText);
|
|
16574
|
-
|
|
16603
|
+
module$contents$safevalues$dom$elements$style_setStyleTextContent(styleEl, safeStyleSheet);
|
|
16575
16604
|
this.inertDocument.head.appendChild(styleEl);
|
|
16576
16605
|
var sheet = styleEl.sheet;
|
|
16577
16606
|
styleEl.remove();
|
|
@@ -16708,7 +16737,7 @@ function module$contents$safevalues$builders$html_sanitizer$inert_fragment_creat
|
|
|
16708
16737
|
var range = inertDocument.createRange();
|
|
16709
16738
|
range.selectNode(inertDocument.body);
|
|
16710
16739
|
var temporarySafeHtml = (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)(dirtyHtml);
|
|
16711
|
-
return module$contents$safevalues$dom$globals$
|
|
16740
|
+
return module$contents$safevalues$dom$globals$range_rangeCreateContextualFragment(range, temporarySafeHtml);
|
|
16712
16741
|
}
|
|
16713
16742
|
;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"};
|
|
16714
16743
|
function module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(node) {
|
|
@@ -17711,7 +17740,7 @@ goog.dom.safeHtmlToNode = function(html) {
|
|
|
17711
17740
|
};
|
|
17712
17741
|
goog.dom.safeHtmlToNode_ = function(doc, html) {
|
|
17713
17742
|
var tempDiv = goog.dom.createElement_(doc, goog.dom.TagName.DIV);
|
|
17714
|
-
module$
|
|
17743
|
+
module$contents$safevalues$dom$elements$element_setElementInnerHtml(tempDiv, html);
|
|
17715
17744
|
return goog.dom.childrenToNode_(doc, tempDiv);
|
|
17716
17745
|
};
|
|
17717
17746
|
goog.dom.childrenToNode_ = function(doc, tempDiv) {
|
|
@@ -18330,6 +18359,7 @@ goog.async.Deferred = function(opt_onCancelFunction, opt_defaultScope) {
|
|
|
18330
18359
|
typeof target.stack == "string" && (this.constructorStack_ = target.stack.replace(/^[^\n]*\n/, ""));
|
|
18331
18360
|
}
|
|
18332
18361
|
};
|
|
18362
|
+
goog.async.Deferred.wrap_ = module$exports$common$async$context$propagate.propagateAsyncContext;
|
|
18333
18363
|
goog.async.Deferred.STRICT_ERRORS = !1;
|
|
18334
18364
|
goog.async.Deferred.LONG_STACK_TRACES = !1;
|
|
18335
18365
|
goog.async.Deferred.prototype.cancel = function(opt_deepCancel) {
|
|
@@ -18408,10 +18438,24 @@ goog.async.Deferred.prototype.addFinally = function(f, opt_scope) {
|
|
|
18408
18438
|
return result;
|
|
18409
18439
|
}, opt_scope);
|
|
18410
18440
|
};
|
|
18441
|
+
goog.async.Deferred.prototype.finally = function(f) {
|
|
18442
|
+
var $jscomp$this$m1728524513$17 = this;
|
|
18443
|
+
return new Promise(function(resolve, reject) {
|
|
18444
|
+
$jscomp$this$m1728524513$17.addCallbacks(function(v) {
|
|
18445
|
+
f();
|
|
18446
|
+
resolve(v);
|
|
18447
|
+
}, function(err) {
|
|
18448
|
+
f();
|
|
18449
|
+
reject(err);
|
|
18450
|
+
});
|
|
18451
|
+
});
|
|
18452
|
+
};
|
|
18411
18453
|
goog.async.Deferred.prototype.addCallbacks = function(cb, eb, opt_scope) {
|
|
18412
18454
|
goog.asserts.assert(!this.blocking_, "Blocking Deferreds can not be re-used");
|
|
18455
|
+
var fired = this.hasFired();
|
|
18456
|
+
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)));
|
|
18413
18457
|
this.sequence_.push([cb, eb, opt_scope]);
|
|
18414
|
-
|
|
18458
|
+
fired && this.fire_();
|
|
18415
18459
|
return this;
|
|
18416
18460
|
};
|
|
18417
18461
|
goog.async.Deferred.prototype.then = function(opt_onFulfilled, opt_onRejected, opt_context) {
|
|
@@ -18594,7 +18638,7 @@ goog.net.jsloader.safeLoad = function(trustedUri, opt_options) {
|
|
|
18594
18638
|
var properties = options.attributes || {};
|
|
18595
18639
|
module$contents$goog$object_extend(properties, {type:"text/javascript", charset:"UTF-8"});
|
|
18596
18640
|
goog.dom.setProperties(script, properties);
|
|
18597
|
-
module$
|
|
18641
|
+
module$contents$safevalues$dom$elements$script_setScriptSrc(script, trustedUri);
|
|
18598
18642
|
goog.net.jsloader.getScriptParentElement_(doc).appendChild(script);
|
|
18599
18643
|
return deferred;
|
|
18600
18644
|
};
|
|
@@ -18836,8 +18880,9 @@ goog.net.XhrLike.prototype.getAllResponseHeaders = function() {
|
|
|
18836
18880
|
};
|
|
18837
18881
|
goog.net.XhrLike.prototype.setTrustToken = function(trustTokenAttribute) {
|
|
18838
18882
|
};
|
|
18839
|
-
goog
|
|
18840
|
-
}
|
|
18883
|
+
function module$contents$goog$net$XmlHttpFactory_XmlHttpFactory() {
|
|
18884
|
+
}
|
|
18885
|
+
goog.net.XmlHttpFactory = module$contents$goog$net$XmlHttpFactory_XmlHttpFactory;
|
|
18841
18886
|
goog.net.XmlHttp = function() {
|
|
18842
18887
|
return goog.net.XmlHttp.factory_.createInstance();
|
|
18843
18888
|
};
|
|
@@ -18847,7 +18892,7 @@ goog.net.XmlHttp.setGlobalFactory = function(factory) {
|
|
|
18847
18892
|
};
|
|
18848
18893
|
goog.net.DefaultXmlHttpFactory = function() {
|
|
18849
18894
|
};
|
|
18850
|
-
goog.inherits(goog.net.DefaultXmlHttpFactory, goog
|
|
18895
|
+
goog.inherits(goog.net.DefaultXmlHttpFactory, module$contents$goog$net$XmlHttpFactory_XmlHttpFactory);
|
|
18851
18896
|
goog.net.DefaultXmlHttpFactory.prototype.createInstance = function() {
|
|
18852
18897
|
return new XMLHttpRequest();
|
|
18853
18898
|
};
|
|
@@ -19209,7 +19254,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19209
19254
|
ee.apiclient = {};
|
|
19210
19255
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19211
19256
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19212
|
-
ee.apiclient.API_CLIENT_VERSION = "1.4.
|
|
19257
|
+
ee.apiclient.API_CLIENT_VERSION = "1.4.6";
|
|
19213
19258
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19214
19259
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19215
19260
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19507,8 +19552,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19507
19552
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19508
19553
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19509
19554
|
method = method || "POST";
|
|
19510
|
-
var headers = {"Content-Type":contentType}, version = "1.4.
|
|
19511
|
-
version === "1.4.
|
|
19555
|
+
var headers = {"Content-Type":contentType}, version = "1.4.6";
|
|
19556
|
+
version === "1.4.6" && (version = "latest");
|
|
19512
19557
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19513
19558
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19514
19559
|
if (authToken != null) {
|
|
@@ -20381,26 +20426,27 @@ ee.rpc_convert.processListImagesParams = function(params) {
|
|
|
20381
20426
|
return params;
|
|
20382
20427
|
};
|
|
20383
20428
|
goog.crypt = {};
|
|
20384
|
-
goog
|
|
20429
|
+
function module$contents$goog$crypt$Hash_Hash() {
|
|
20385
20430
|
this.blockSize = -1;
|
|
20386
|
-
}
|
|
20387
|
-
goog.crypt.
|
|
20388
|
-
|
|
20431
|
+
}
|
|
20432
|
+
goog.crypt.Hash = module$contents$goog$crypt$Hash_Hash;
|
|
20433
|
+
function module$contents$goog$crypt$Md5_Md5() {
|
|
20434
|
+
module$contents$goog$crypt$Hash_Hash.call(this);
|
|
20389
20435
|
this.blockSize = 64;
|
|
20390
20436
|
this.chain_ = Array(4);
|
|
20391
20437
|
this.block_ = Array(this.blockSize);
|
|
20392
20438
|
this.totalLength_ = this.blockLength_ = 0;
|
|
20393
20439
|
this.reset();
|
|
20394
|
-
}
|
|
20395
|
-
goog.inherits(goog
|
|
20396
|
-
goog
|
|
20440
|
+
}
|
|
20441
|
+
goog.inherits(module$contents$goog$crypt$Md5_Md5, module$contents$goog$crypt$Hash_Hash);
|
|
20442
|
+
module$contents$goog$crypt$Md5_Md5.prototype.reset = function() {
|
|
20397
20443
|
this.chain_[0] = 1732584193;
|
|
20398
20444
|
this.chain_[1] = 4023233417;
|
|
20399
20445
|
this.chain_[2] = 2562383102;
|
|
20400
20446
|
this.chain_[3] = 271733878;
|
|
20401
20447
|
this.totalLength_ = this.blockLength_ = 0;
|
|
20402
20448
|
};
|
|
20403
|
-
goog
|
|
20449
|
+
module$contents$goog$crypt$Md5_Md5.prototype.compress_ = function(buf, opt_offset) {
|
|
20404
20450
|
opt_offset || (opt_offset = 0);
|
|
20405
20451
|
var X = Array(16);
|
|
20406
20452
|
if (typeof buf === "string") {
|
|
@@ -20545,7 +20591,7 @@ goog.crypt.Md5.prototype.compress_ = function(buf, opt_offset) {
|
|
|
20545
20591
|
this.chain_[2] = this.chain_[2] + C & 4294967295;
|
|
20546
20592
|
this.chain_[3] = this.chain_[3] + D & 4294967295;
|
|
20547
20593
|
};
|
|
20548
|
-
goog
|
|
20594
|
+
module$contents$goog$crypt$Md5_Md5.prototype.update = function(bytes, opt_length) {
|
|
20549
20595
|
opt_length === void 0 && (opt_length = bytes.length);
|
|
20550
20596
|
for (var lengthMinusBlock = opt_length - this.blockSize, block = this.block_, blockLength = this.blockLength_, i = 0; i < opt_length;) {
|
|
20551
20597
|
if (blockLength == 0) {
|
|
@@ -20574,7 +20620,7 @@ goog.crypt.Md5.prototype.update = function(bytes, opt_length) {
|
|
|
20574
20620
|
this.blockLength_ = blockLength;
|
|
20575
20621
|
this.totalLength_ += opt_length;
|
|
20576
20622
|
};
|
|
20577
|
-
goog
|
|
20623
|
+
module$contents$goog$crypt$Md5_Md5.prototype.digest = function() {
|
|
20578
20624
|
var pad = Array((this.blockLength_ < 56 ? this.blockSize : this.blockSize * 2) - this.blockLength_);
|
|
20579
20625
|
pad[0] = 128;
|
|
20580
20626
|
for (var i = 1; i < pad.length - 8; ++i) {
|
|
@@ -20591,6 +20637,7 @@ goog.crypt.Md5.prototype.digest = function() {
|
|
|
20591
20637
|
}
|
|
20592
20638
|
return digest;
|
|
20593
20639
|
};
|
|
20640
|
+
goog.crypt.Md5 = module$contents$goog$crypt$Md5_Md5;
|
|
20594
20641
|
ee.Serializer = function(opt_isCompound) {
|
|
20595
20642
|
this.HASH_KEY = "__ee_hash__";
|
|
20596
20643
|
this.isCompound_ = opt_isCompound !== !1;
|
|
@@ -20603,7 +20650,7 @@ ee.Serializer = function(opt_isCompound) {
|
|
|
20603
20650
|
};
|
|
20604
20651
|
goog.exportSymbol("ee.Serializer", ee.Serializer);
|
|
20605
20652
|
ee.Serializer.jsonSerializer_ = new goog.json.Serializer();
|
|
20606
|
-
ee.Serializer.hash_ = new goog
|
|
20653
|
+
ee.Serializer.hash_ = new module$contents$goog$crypt$Md5_Md5();
|
|
20607
20654
|
ee.Serializer.encode = function(obj, opt_isCompound) {
|
|
20608
20655
|
return (new ee.Serializer(opt_isCompound !== void 0 ? opt_isCompound : !0)).encode_(obj);
|
|
20609
20656
|
};
|
|
@@ -21156,12 +21203,6 @@ goog.singleton.getInstance = function(ctor) {
|
|
|
21156
21203
|
};
|
|
21157
21204
|
goog.singleton.instantiatedSingletons = module$contents$goog$singleton_instantiatedSingletons;
|
|
21158
21205
|
ee.data = {};
|
|
21159
|
-
ee.data.AbstractTaskConfig = {};
|
|
21160
|
-
ee.data.ClassifierTaskConfig = {};
|
|
21161
|
-
ee.data.ImageTaskConfig = {};
|
|
21162
|
-
ee.data.MapTaskConfig = {};
|
|
21163
|
-
ee.data.TableTaskConfig = {};
|
|
21164
|
-
ee.data.VideoTaskConfig = {};
|
|
21165
21206
|
ee.data.authenticateViaOauth = function(clientId, success, opt_error, opt_extraScopes, opt_onImmediateFailed, opt_suppressDefaultScopes) {
|
|
21166
21207
|
var scopes = module$contents$ee$apiclient_apiclient.mergeAuthScopes_(!opt_suppressDefaultScopes, !1, opt_extraScopes || []);
|
|
21167
21208
|
module$contents$ee$apiclient_apiclient.setAuthClient(clientId, scopes);
|
|
@@ -24992,97 +25033,97 @@ goog.dom.vendor.getPrefixedPropertyName = function(propertyName, opt_object) {
|
|
|
24992
25033
|
goog.dom.vendor.getPrefixedEventType = function(eventType) {
|
|
24993
25034
|
return ((goog.dom.vendor.getVendorJsPrefix() || "") + eventType).toLowerCase();
|
|
24994
25035
|
};
|
|
24995
|
-
goog
|
|
25036
|
+
function module$contents$goog$math$Box_Box(top, right, bottom, left) {
|
|
24996
25037
|
this.top = top;
|
|
24997
25038
|
this.right = right;
|
|
24998
25039
|
this.bottom = bottom;
|
|
24999
25040
|
this.left = left;
|
|
25000
|
-
}
|
|
25001
|
-
goog
|
|
25002
|
-
for (var box = new goog
|
|
25041
|
+
}
|
|
25042
|
+
module$contents$goog$math$Box_Box.boundingBox = function(var_args) {
|
|
25043
|
+
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++) {
|
|
25003
25044
|
box.expandToIncludeCoordinate(arguments[i]);
|
|
25004
25045
|
}
|
|
25005
25046
|
return box;
|
|
25006
25047
|
};
|
|
25007
|
-
goog
|
|
25048
|
+
module$contents$goog$math$Box_Box.prototype.getWidth = function() {
|
|
25008
25049
|
return this.right - this.left;
|
|
25009
25050
|
};
|
|
25010
|
-
goog
|
|
25051
|
+
module$contents$goog$math$Box_Box.prototype.getHeight = function() {
|
|
25011
25052
|
return this.bottom - this.top;
|
|
25012
25053
|
};
|
|
25013
|
-
goog
|
|
25014
|
-
return new goog
|
|
25054
|
+
module$contents$goog$math$Box_Box.prototype.clone = function() {
|
|
25055
|
+
return new module$contents$goog$math$Box_Box(this.top, this.right, this.bottom, this.left);
|
|
25015
25056
|
};
|
|
25016
|
-
goog.DEBUG && (goog
|
|
25057
|
+
goog.DEBUG && (module$contents$goog$math$Box_Box.prototype.toString = function() {
|
|
25017
25058
|
return "(" + this.top + "t, " + this.right + "r, " + this.bottom + "b, " + this.left + "l)";
|
|
25018
25059
|
});
|
|
25019
|
-
goog
|
|
25020
|
-
return goog
|
|
25060
|
+
module$contents$goog$math$Box_Box.prototype.contains = function(other) {
|
|
25061
|
+
return module$contents$goog$math$Box_Box.contains(this, other);
|
|
25021
25062
|
};
|
|
25022
|
-
goog
|
|
25063
|
+
module$contents$goog$math$Box_Box.prototype.expand = function(top, opt_right, opt_bottom, opt_left) {
|
|
25023
25064
|
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));
|
|
25024
25065
|
return this;
|
|
25025
25066
|
};
|
|
25026
|
-
goog
|
|
25067
|
+
module$contents$goog$math$Box_Box.prototype.expandToInclude = function(box) {
|
|
25027
25068
|
this.left = Math.min(this.left, box.left);
|
|
25028
25069
|
this.top = Math.min(this.top, box.top);
|
|
25029
25070
|
this.right = Math.max(this.right, box.right);
|
|
25030
25071
|
this.bottom = Math.max(this.bottom, box.bottom);
|
|
25031
25072
|
};
|
|
25032
|
-
goog
|
|
25073
|
+
module$contents$goog$math$Box_Box.prototype.expandToIncludeCoordinate = function(coord) {
|
|
25033
25074
|
this.top = Math.min(this.top, coord.y);
|
|
25034
25075
|
this.right = Math.max(this.right, coord.x);
|
|
25035
25076
|
this.bottom = Math.max(this.bottom, coord.y);
|
|
25036
25077
|
this.left = Math.min(this.left, coord.x);
|
|
25037
25078
|
};
|
|
25038
|
-
goog
|
|
25079
|
+
module$contents$goog$math$Box_Box.equals = function(a, b) {
|
|
25039
25080
|
return a == b ? !0 : a && b ? a.top == b.top && a.right == b.right && a.bottom == b.bottom && a.left == b.left : !1;
|
|
25040
25081
|
};
|
|
25041
|
-
goog
|
|
25042
|
-
return box && other ? other instanceof goog
|
|
25082
|
+
module$contents$goog$math$Box_Box.contains = function(box, other) {
|
|
25083
|
+
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;
|
|
25043
25084
|
};
|
|
25044
|
-
goog
|
|
25085
|
+
module$contents$goog$math$Box_Box.relativePositionX = function(box, coord) {
|
|
25045
25086
|
return coord.x < box.left ? coord.x - box.left : coord.x > box.right ? coord.x - box.right : 0;
|
|
25046
25087
|
};
|
|
25047
|
-
goog
|
|
25088
|
+
module$contents$goog$math$Box_Box.relativePositionY = function(box, coord) {
|
|
25048
25089
|
return coord.y < box.top ? coord.y - box.top : coord.y > box.bottom ? coord.y - box.bottom : 0;
|
|
25049
25090
|
};
|
|
25050
|
-
goog
|
|
25051
|
-
var x = goog
|
|
25091
|
+
module$contents$goog$math$Box_Box.distance = function(box, coord) {
|
|
25092
|
+
var x = module$contents$goog$math$Box_Box.relativePositionX(box, coord), y = module$contents$goog$math$Box_Box.relativePositionY(box, coord);
|
|
25052
25093
|
return Math.sqrt(x * x + y * y);
|
|
25053
25094
|
};
|
|
25054
|
-
goog
|
|
25095
|
+
module$contents$goog$math$Box_Box.intersects = function(a, b) {
|
|
25055
25096
|
return a.left <= b.right && b.left <= a.right && a.top <= b.bottom && b.top <= a.bottom;
|
|
25056
25097
|
};
|
|
25057
|
-
goog
|
|
25098
|
+
module$contents$goog$math$Box_Box.intersectsWithPadding = function(a, b, padding) {
|
|
25058
25099
|
return a.left <= b.right + padding && b.left <= a.right + padding && a.top <= b.bottom + padding && b.top <= a.bottom + padding;
|
|
25059
25100
|
};
|
|
25060
|
-
goog
|
|
25101
|
+
module$contents$goog$math$Box_Box.prototype.ceil = function() {
|
|
25061
25102
|
this.top = Math.ceil(this.top);
|
|
25062
25103
|
this.right = Math.ceil(this.right);
|
|
25063
25104
|
this.bottom = Math.ceil(this.bottom);
|
|
25064
25105
|
this.left = Math.ceil(this.left);
|
|
25065
25106
|
return this;
|
|
25066
25107
|
};
|
|
25067
|
-
goog
|
|
25108
|
+
module$contents$goog$math$Box_Box.prototype.floor = function() {
|
|
25068
25109
|
this.top = Math.floor(this.top);
|
|
25069
25110
|
this.right = Math.floor(this.right);
|
|
25070
25111
|
this.bottom = Math.floor(this.bottom);
|
|
25071
25112
|
this.left = Math.floor(this.left);
|
|
25072
25113
|
return this;
|
|
25073
25114
|
};
|
|
25074
|
-
goog
|
|
25115
|
+
module$contents$goog$math$Box_Box.prototype.round = function() {
|
|
25075
25116
|
this.top = Math.round(this.top);
|
|
25076
25117
|
this.right = Math.round(this.right);
|
|
25077
25118
|
this.bottom = Math.round(this.bottom);
|
|
25078
25119
|
this.left = Math.round(this.left);
|
|
25079
25120
|
return this;
|
|
25080
25121
|
};
|
|
25081
|
-
goog
|
|
25122
|
+
module$contents$goog$math$Box_Box.prototype.translate = function(tx, opt_ty) {
|
|
25082
25123
|
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));
|
|
25083
25124
|
return this;
|
|
25084
25125
|
};
|
|
25085
|
-
goog
|
|
25126
|
+
module$contents$goog$math$Box_Box.prototype.scale = function(sx, opt_sy) {
|
|
25086
25127
|
var sy = typeof opt_sy === "number" ? opt_sy : sx;
|
|
25087
25128
|
this.left *= sx;
|
|
25088
25129
|
this.right *= sx;
|
|
@@ -25090,6 +25131,7 @@ goog.math.Box.prototype.scale = function(sx, opt_sy) {
|
|
|
25090
25131
|
this.bottom *= sy;
|
|
25091
25132
|
return this;
|
|
25092
25133
|
};
|
|
25134
|
+
goog.math.Box = module$contents$goog$math$Box_Box;
|
|
25093
25135
|
goog.math.IRect = function() {
|
|
25094
25136
|
};
|
|
25095
25137
|
goog.math.Rect = function(x, y, w, h) {
|
|
@@ -25102,7 +25144,7 @@ goog.math.Rect.prototype.clone = function() {
|
|
|
25102
25144
|
return new goog.math.Rect(this.left, this.top, this.width, this.height);
|
|
25103
25145
|
};
|
|
25104
25146
|
goog.math.Rect.prototype.toBox = function() {
|
|
25105
|
-
return new goog
|
|
25147
|
+
return new module$contents$goog$math$Box_Box(this.top, this.left + this.width, this.top + this.height, this.left);
|
|
25106
25148
|
};
|
|
25107
25149
|
goog.math.Rect.createFromPositionAndSize = function(position, size) {
|
|
25108
25150
|
return new goog.math.Rect(position.x, position.y, size.width, size.height);
|
|
@@ -25349,7 +25391,7 @@ goog.style.getOffsetParent = function(element) {
|
|
|
25349
25391
|
return null;
|
|
25350
25392
|
};
|
|
25351
25393
|
goog.style.getVisibleRectForElement = function(element) {
|
|
25352
|
-
for (var visibleRect = new goog
|
|
25394
|
+
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);) {
|
|
25353
25395
|
if ((!goog.userAgent.WEBKIT || el.clientHeight != 0 || el != body) && el != body && el != documentElement && goog.style.getStyle_(el, "overflow") != "visible") {
|
|
25354
25396
|
var pos = goog.style.getPageOffset(el), client = goog.style.getClientLeftTop(el);
|
|
25355
25397
|
pos.x += client.x;
|
|
@@ -25558,7 +25600,7 @@ goog.style.installSafeStyleSheet = function(safeStyleSheet, opt_node) {
|
|
|
25558
25600
|
head = dh.createDom(goog.dom.TagName.HEAD);
|
|
25559
25601
|
body.parentNode.insertBefore(head, body);
|
|
25560
25602
|
}
|
|
25561
|
-
var el = dh.createDom(goog.dom.TagName.STYLE), nonce = module$
|
|
25603
|
+
var el = dh.createDom(goog.dom.TagName.STYLE), nonce = module$contents$safevalues$dom$globals$window_getStyleNonce(window);
|
|
25562
25604
|
nonce && el.setAttribute("nonce", nonce);
|
|
25563
25605
|
goog.style.setSafeStyleSheet(el, safeStyleSheet);
|
|
25564
25606
|
dh.appendChild(head, el);
|
|
@@ -25635,7 +25677,7 @@ goog.style.getIePixelDistance_ = function(element, propName) {
|
|
|
25635
25677
|
};
|
|
25636
25678
|
goog.style.getBox_ = function(element, stylePrefix) {
|
|
25637
25679
|
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");
|
|
25638
|
-
return new goog
|
|
25680
|
+
return new module$contents$goog$math$Box_Box(parseFloat(top), parseFloat(right), parseFloat(bottom), parseFloat(left));
|
|
25639
25681
|
};
|
|
25640
25682
|
goog.style.getPaddingBox = function(element) {
|
|
25641
25683
|
return goog.style.getBox_(element, "padding");
|
|
@@ -25653,7 +25695,7 @@ goog.style.getIePixelBorder_ = function(element, prop) {
|
|
|
25653
25695
|
};
|
|
25654
25696
|
goog.style.getBorderBox = function(element) {
|
|
25655
25697
|
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");
|
|
25656
|
-
return new goog
|
|
25698
|
+
return new module$contents$goog$math$Box_Box(parseFloat(top), parseFloat(right), parseFloat(bottom), parseFloat(left));
|
|
25657
25699
|
};
|
|
25658
25700
|
goog.style.getFontFamily = function(el) {
|
|
25659
25701
|
var doc = goog.dom.getOwnerDocument(el), font = "";
|
|
@@ -26198,41 +26240,41 @@ module$contents$ee$layers$CloudStorageTileSource_CloudStorageTileSource.BASE_URL
|
|
|
26198
26240
|
module$contents$ee$layers$CloudStorageTileSource_CloudStorageTileSource.MISSING_TILE_ERROR_ = "The specified key does not exist.";
|
|
26199
26241
|
module$contents$ee$layers$CloudStorageTileSource_CloudStorageTileSource.ACCESS_DENIED_ERROR_ = "AccessDenied";
|
|
26200
26242
|
ee.layers.CloudStorageTileSource = module$contents$ee$layers$CloudStorageTileSource_CloudStorageTileSource;
|
|
26201
|
-
goog
|
|
26243
|
+
function module$contents$goog$structs$Queue_Queue() {
|
|
26202
26244
|
this.front_ = [];
|
|
26203
26245
|
this.back_ = [];
|
|
26204
|
-
}
|
|
26205
|
-
goog
|
|
26246
|
+
}
|
|
26247
|
+
module$contents$goog$structs$Queue_Queue.prototype.maybeFlip_ = function() {
|
|
26206
26248
|
this.front_.length === 0 && (this.front_ = this.back_, this.front_.reverse(), this.back_ = []);
|
|
26207
26249
|
};
|
|
26208
|
-
goog
|
|
26250
|
+
module$contents$goog$structs$Queue_Queue.prototype.enqueue = function(element) {
|
|
26209
26251
|
this.back_.push(element);
|
|
26210
26252
|
};
|
|
26211
|
-
goog
|
|
26253
|
+
module$contents$goog$structs$Queue_Queue.prototype.dequeue = function() {
|
|
26212
26254
|
this.maybeFlip_();
|
|
26213
26255
|
return this.front_.pop();
|
|
26214
26256
|
};
|
|
26215
|
-
goog
|
|
26257
|
+
module$contents$goog$structs$Queue_Queue.prototype.peek = function() {
|
|
26216
26258
|
this.maybeFlip_();
|
|
26217
26259
|
return module$contents$goog$array_peek(this.front_);
|
|
26218
26260
|
};
|
|
26219
|
-
goog
|
|
26261
|
+
module$contents$goog$structs$Queue_Queue.prototype.getCount = function() {
|
|
26220
26262
|
return this.front_.length + this.back_.length;
|
|
26221
26263
|
};
|
|
26222
|
-
goog
|
|
26264
|
+
module$contents$goog$structs$Queue_Queue.prototype.isEmpty = function() {
|
|
26223
26265
|
return this.front_.length === 0 && this.back_.length === 0;
|
|
26224
26266
|
};
|
|
26225
|
-
goog
|
|
26267
|
+
module$contents$goog$structs$Queue_Queue.prototype.clear = function() {
|
|
26226
26268
|
this.front_ = [];
|
|
26227
26269
|
this.back_ = [];
|
|
26228
26270
|
};
|
|
26229
|
-
goog
|
|
26271
|
+
module$contents$goog$structs$Queue_Queue.prototype.contains = function(obj) {
|
|
26230
26272
|
return module$contents$goog$array_contains(this.front_, obj) || module$contents$goog$array_contains(this.back_, obj);
|
|
26231
26273
|
};
|
|
26232
|
-
goog
|
|
26274
|
+
module$contents$goog$structs$Queue_Queue.prototype.remove = function(obj) {
|
|
26233
26275
|
return module$contents$goog$array_removeLast(this.front_, obj) || module$contents$goog$array_remove(this.back_, obj);
|
|
26234
26276
|
};
|
|
26235
|
-
goog
|
|
26277
|
+
module$contents$goog$structs$Queue_Queue.prototype.getValues = function() {
|
|
26236
26278
|
for (var res = [], i = this.front_.length - 1; i >= 0; --i) {
|
|
26237
26279
|
res.push(this.front_[i]);
|
|
26238
26280
|
}
|
|
@@ -26241,6 +26283,7 @@ goog.structs.Queue.prototype.getValues = function() {
|
|
|
26241
26283
|
}
|
|
26242
26284
|
return res;
|
|
26243
26285
|
};
|
|
26286
|
+
goog.structs.Queue = module$contents$goog$structs$Queue_Queue;
|
|
26244
26287
|
goog.structs.Pool = function(opt_minCount, opt_maxCount) {
|
|
26245
26288
|
goog.Disposable.call(this);
|
|
26246
26289
|
this.minCount_ = opt_minCount || 0;
|
|
@@ -26248,7 +26291,7 @@ goog.structs.Pool = function(opt_minCount, opt_maxCount) {
|
|
|
26248
26291
|
if (this.minCount_ > this.maxCount_) {
|
|
26249
26292
|
throw Error(goog.structs.Pool.ERROR_MIN_MAX_);
|
|
26250
26293
|
}
|
|
26251
|
-
this.freeQueue_ = new goog
|
|
26294
|
+
this.freeQueue_ = new module$contents$goog$structs$Queue_Queue();
|
|
26252
26295
|
this.inUseSet_ = new goog.structs.Set();
|
|
26253
26296
|
this.delay = 0;
|
|
26254
26297
|
this.lastAccess = null;
|
|
@@ -26345,26 +26388,27 @@ goog.structs.Pool.prototype.disposeInternal = function() {
|
|
|
26345
26388
|
}
|
|
26346
26389
|
delete this.freeQueue_;
|
|
26347
26390
|
};
|
|
26348
|
-
goog
|
|
26391
|
+
function module$contents$goog$structs$Node_Node(key, value) {
|
|
26349
26392
|
this.key_ = key;
|
|
26350
26393
|
this.value_ = value;
|
|
26351
|
-
}
|
|
26352
|
-
goog
|
|
26394
|
+
}
|
|
26395
|
+
module$contents$goog$structs$Node_Node.prototype.getKey = function() {
|
|
26353
26396
|
return this.key_;
|
|
26354
26397
|
};
|
|
26355
|
-
goog
|
|
26398
|
+
module$contents$goog$structs$Node_Node.prototype.getValue = function() {
|
|
26356
26399
|
return this.value_;
|
|
26357
26400
|
};
|
|
26358
|
-
goog
|
|
26359
|
-
return new goog
|
|
26401
|
+
module$contents$goog$structs$Node_Node.prototype.clone = function() {
|
|
26402
|
+
return new module$contents$goog$structs$Node_Node(this.key_, this.value_);
|
|
26360
26403
|
};
|
|
26404
|
+
goog.structs.Node = module$contents$goog$structs$Node_Node;
|
|
26361
26405
|
var module$contents$goog$structs$Heap_Heap = function(opt_heap) {
|
|
26362
26406
|
this.nodes_ = [];
|
|
26363
26407
|
opt_heap && this.insertAll(opt_heap);
|
|
26364
26408
|
};
|
|
26365
26409
|
module$contents$goog$structs$Heap_Heap.prototype.insert = function(key, value) {
|
|
26366
|
-
var
|
|
26367
|
-
nodes.push(
|
|
26410
|
+
var nodes = this.nodes_;
|
|
26411
|
+
nodes.push(new module$contents$goog$structs$Node_Node(key, value));
|
|
26368
26412
|
this.moveUp_(nodes.length - 1);
|
|
26369
26413
|
};
|
|
26370
26414
|
module$contents$goog$structs$Heap_Heap.prototype.insertAll = function(heap) {
|
|
@@ -26373,7 +26417,7 @@ module$contents$goog$structs$Heap_Heap.prototype.insertAll = function(heap) {
|
|
|
26373
26417
|
var values = heap.getValues();
|
|
26374
26418
|
if (this.getCount() <= 0) {
|
|
26375
26419
|
for (var nodes = this.nodes_, i = 0; i < keys.length; i++) {
|
|
26376
|
-
nodes.push(new goog
|
|
26420
|
+
nodes.push(new module$contents$goog$structs$Node_Node(keys[i], values[i]));
|
|
26377
26421
|
}
|
|
26378
26422
|
return;
|
|
26379
26423
|
}
|
|
@@ -26476,27 +26520,27 @@ module$contents$goog$structs$PriorityQueue_PriorityQueue.prototype.dequeue = fun
|
|
|
26476
26520
|
return this.remove();
|
|
26477
26521
|
};
|
|
26478
26522
|
goog.structs.PriorityQueue = module$contents$goog$structs$PriorityQueue_PriorityQueue;
|
|
26479
|
-
goog
|
|
26523
|
+
function module$contents$goog$structs$PriorityPool_PriorityPool(opt_minCount, opt_maxCount) {
|
|
26480
26524
|
this.delayTimeout_ = void 0;
|
|
26481
26525
|
this.requestQueue_ = new module$contents$goog$structs$PriorityQueue_PriorityQueue();
|
|
26482
26526
|
goog.structs.Pool.call(this, opt_minCount, opt_maxCount);
|
|
26483
|
-
}
|
|
26484
|
-
goog.inherits(goog
|
|
26485
|
-
goog
|
|
26486
|
-
goog
|
|
26487
|
-
goog
|
|
26527
|
+
}
|
|
26528
|
+
goog.inherits(module$contents$goog$structs$PriorityPool_PriorityPool, goog.structs.Pool);
|
|
26529
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.DEFAULT_PRIORITY_ = 100;
|
|
26530
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.prototype.setDelay = function(delay) {
|
|
26531
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.superClass_.setDelay.call(this, delay);
|
|
26488
26532
|
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_());
|
|
26489
26533
|
};
|
|
26490
|
-
goog
|
|
26534
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.prototype.getObject = function(opt_callback, opt_priority) {
|
|
26491
26535
|
if (!opt_callback) {
|
|
26492
|
-
var result = goog
|
|
26536
|
+
var result = module$contents$goog$structs$PriorityPool_PriorityPool.superClass_.getObject.call(this);
|
|
26493
26537
|
result && this.delay && (this.delayTimeout_ = goog.global.setTimeout(goog.bind(this.handleQueueRequests_, this), this.delay));
|
|
26494
26538
|
return result;
|
|
26495
26539
|
}
|
|
26496
|
-
this.requestQueue_.enqueue(opt_priority !== void 0 ? opt_priority : goog
|
|
26540
|
+
this.requestQueue_.enqueue(opt_priority !== void 0 ? opt_priority : module$contents$goog$structs$PriorityPool_PriorityPool.DEFAULT_PRIORITY_, opt_callback);
|
|
26497
26541
|
this.handleQueueRequests_();
|
|
26498
26542
|
};
|
|
26499
|
-
goog
|
|
26543
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.prototype.handleQueueRequests_ = function() {
|
|
26500
26544
|
for (var requestQueue = this.requestQueue_; requestQueue.getCount() > 0;) {
|
|
26501
26545
|
var obj = this.getObject();
|
|
26502
26546
|
if (obj) {
|
|
@@ -26506,20 +26550,21 @@ goog.structs.PriorityPool.prototype.handleQueueRequests_ = function() {
|
|
|
26506
26550
|
}
|
|
26507
26551
|
}
|
|
26508
26552
|
};
|
|
26509
|
-
goog
|
|
26510
|
-
goog
|
|
26553
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.prototype.addFreeObject = function(obj) {
|
|
26554
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.superClass_.addFreeObject.call(this, obj);
|
|
26511
26555
|
this.handleQueueRequests_();
|
|
26512
26556
|
};
|
|
26513
|
-
goog
|
|
26514
|
-
goog
|
|
26557
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.prototype.adjustForMinMax = function() {
|
|
26558
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.superClass_.adjustForMinMax.call(this);
|
|
26515
26559
|
this.handleQueueRequests_();
|
|
26516
26560
|
};
|
|
26517
|
-
goog
|
|
26518
|
-
goog
|
|
26561
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.prototype.disposeInternal = function() {
|
|
26562
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.superClass_.disposeInternal.call(this);
|
|
26519
26563
|
goog.global.clearTimeout(this.delayTimeout_);
|
|
26520
26564
|
this.requestQueue_.clear();
|
|
26521
26565
|
this.requestQueue_ = null;
|
|
26522
26566
|
};
|
|
26567
|
+
goog.structs.PriorityPool = module$contents$goog$structs$PriorityPool_PriorityPool;
|
|
26523
26568
|
var module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource = function(mapId, opt_profiler) {
|
|
26524
26569
|
module$exports$ee$layers$AbstractTileSource.call(this);
|
|
26525
26570
|
this.mapId_ = mapId;
|
|
@@ -26565,28 +26610,26 @@ module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.prototype.
|
|
|
26565
26610
|
return this.profiler_ && this.profiler_.isEnabled() ? url + "&profiling=1" : url;
|
|
26566
26611
|
};
|
|
26567
26612
|
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.prototype.getGlobalTokenPool_ = function() {
|
|
26568
|
-
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_ || (module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_ = new goog
|
|
26613
|
+
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_));
|
|
26569
26614
|
return module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_;
|
|
26570
26615
|
};
|
|
26571
26616
|
goog.exportSymbol("ee.layers.EarthEngineTileSource", module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource);
|
|
26572
26617
|
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.TOKEN_POOL_ = null;
|
|
26573
26618
|
module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource.DEFAULT_TOKEN_COUNT_ = 4;
|
|
26574
26619
|
ee.layers.EarthEngineTileSource = module$contents$ee$layers$EarthEngineTileSource_EarthEngineTileSource;
|
|
26575
|
-
ee
|
|
26576
|
-
var module$contents$ee$layers$FeatureViewTileSource_FeatureViewTileSource = function(tilesKey) {
|
|
26620
|
+
var module$exports$ee$layers$FeatureViewTileSource = {FeatureViewTileSource:function(tilesKey) {
|
|
26577
26621
|
module$exports$ee$layers$AbstractTileSource.call(this);
|
|
26578
26622
|
this.tilesKey_ = tilesKey;
|
|
26579
|
-
};
|
|
26580
|
-
$jscomp.inherits(module$
|
|
26581
|
-
module$
|
|
26623
|
+
}};
|
|
26624
|
+
$jscomp.inherits(module$exports$ee$layers$FeatureViewTileSource.FeatureViewTileSource, module$exports$ee$layers$AbstractTileSource);
|
|
26625
|
+
module$exports$ee$layers$FeatureViewTileSource.FeatureViewTileSource.prototype.loadTile = function(tile, opt_priority) {
|
|
26582
26626
|
tile.sourceUrl = this.tilesKey_.formatTileUrl(tile.coord.x, tile.coord.y, tile.zoom);
|
|
26583
26627
|
tile.startLoad();
|
|
26584
26628
|
};
|
|
26585
|
-
module$
|
|
26629
|
+
module$exports$ee$layers$FeatureViewTileSource.FeatureViewTileSource.prototype.getUniqueId = function() {
|
|
26586
26630
|
return this.tilesKey_.token;
|
|
26587
26631
|
};
|
|
26588
|
-
goog.exportSymbol("ee.layers.FeatureViewTileSource", module$
|
|
26589
|
-
ee.layers.FeatureViewTileSource.FeatureViewTileSource = module$contents$ee$layers$FeatureViewTileSource_FeatureViewTileSource;
|
|
26632
|
+
goog.exportSymbol("ee.layers.FeatureViewTileSource", module$exports$ee$layers$FeatureViewTileSource.FeatureViewTileSource);
|
|
26590
26633
|
ee.MapTileManager = function() {
|
|
26591
26634
|
goog.events.EventTarget.call(this);
|
|
26592
26635
|
this.tokenPool_ = new ee.MapTileManager.TokenPool_(0, 60);
|
|
@@ -26781,9 +26824,9 @@ ee.MapTileManager.Token_.prototype.isActive = function() {
|
|
|
26781
26824
|
return this.active_;
|
|
26782
26825
|
};
|
|
26783
26826
|
ee.MapTileManager.TokenPool_ = function(opt_minCount, opt_maxCount) {
|
|
26784
|
-
goog
|
|
26827
|
+
module$contents$goog$structs$PriorityPool_PriorityPool.call(this, opt_minCount, opt_maxCount);
|
|
26785
26828
|
};
|
|
26786
|
-
$jscomp.inherits(ee.MapTileManager.TokenPool_, goog
|
|
26829
|
+
$jscomp.inherits(ee.MapTileManager.TokenPool_, module$contents$goog$structs$PriorityPool_PriorityPool);
|
|
26787
26830
|
ee.MapTileManager.TokenPool_.prototype.createObject = function() {
|
|
26788
26831
|
return new ee.MapTileManager.Token_();
|
|
26789
26832
|
};
|
|
@@ -26875,46 +26918,47 @@ goog.exportProperty(ee.MapLayerOverlay.prototype, "addTileCallback", ee.MapLayer
|
|
|
26875
26918
|
goog.exportProperty(ee.MapLayerOverlay.prototype, "getTile", ee.MapLayerOverlay.prototype.getTile);
|
|
26876
26919
|
goog.exportProperty(ee.MapLayerOverlay.prototype, "setOpacity", ee.MapLayerOverlay.prototype.setOpacity);
|
|
26877
26920
|
goog.exportProperty(ee.MapLayerOverlay.prototype, "releaseTile", ee.MapLayerOverlay.prototype.releaseTile);
|
|
26878
|
-
goog
|
|
26921
|
+
function module$contents$goog$async$Delay_Delay(listener, opt_interval, opt_handler) {
|
|
26879
26922
|
goog.Disposable.call(this);
|
|
26880
26923
|
this.listener_ = listener;
|
|
26881
26924
|
this.interval_ = opt_interval || 0;
|
|
26882
26925
|
this.handler_ = opt_handler;
|
|
26883
26926
|
this.callback_ = goog.bind(this.doAction_, this);
|
|
26884
|
-
}
|
|
26885
|
-
goog.inherits(goog
|
|
26886
|
-
goog
|
|
26887
|
-
goog
|
|
26888
|
-
goog
|
|
26927
|
+
}
|
|
26928
|
+
goog.inherits(module$contents$goog$async$Delay_Delay, goog.Disposable);
|
|
26929
|
+
module$contents$goog$async$Delay_Delay.prototype.id_ = 0;
|
|
26930
|
+
module$contents$goog$async$Delay_Delay.prototype.disposeInternal = function() {
|
|
26931
|
+
module$contents$goog$async$Delay_Delay.superClass_.disposeInternal.call(this);
|
|
26889
26932
|
this.stop();
|
|
26890
26933
|
delete this.listener_;
|
|
26891
26934
|
delete this.handler_;
|
|
26892
26935
|
};
|
|
26893
|
-
goog
|
|
26936
|
+
module$contents$goog$async$Delay_Delay.prototype.start = function(opt_interval) {
|
|
26894
26937
|
this.stop();
|
|
26895
26938
|
this.id_ = goog.Timer.callOnce(this.callback_, opt_interval !== void 0 ? opt_interval : this.interval_);
|
|
26896
26939
|
};
|
|
26897
|
-
goog
|
|
26940
|
+
module$contents$goog$async$Delay_Delay.prototype.startIfNotActive = function(opt_interval) {
|
|
26898
26941
|
this.isActive() || this.start(opt_interval);
|
|
26899
26942
|
};
|
|
26900
|
-
goog
|
|
26943
|
+
module$contents$goog$async$Delay_Delay.prototype.stop = function() {
|
|
26901
26944
|
this.isActive() && goog.Timer.clear(this.id_);
|
|
26902
26945
|
this.id_ = 0;
|
|
26903
26946
|
};
|
|
26904
|
-
goog
|
|
26947
|
+
module$contents$goog$async$Delay_Delay.prototype.fire = function() {
|
|
26905
26948
|
this.stop();
|
|
26906
26949
|
this.doAction_();
|
|
26907
26950
|
};
|
|
26908
|
-
goog
|
|
26951
|
+
module$contents$goog$async$Delay_Delay.prototype.fireIfActive = function() {
|
|
26909
26952
|
this.isActive() && this.fire();
|
|
26910
26953
|
};
|
|
26911
|
-
goog
|
|
26954
|
+
module$contents$goog$async$Delay_Delay.prototype.isActive = function() {
|
|
26912
26955
|
return this.id_ != 0;
|
|
26913
26956
|
};
|
|
26914
|
-
goog
|
|
26957
|
+
module$contents$goog$async$Delay_Delay.prototype.doAction_ = function() {
|
|
26915
26958
|
this.id_ = 0;
|
|
26916
26959
|
this.listener_ && this.listener_.call(this.handler_);
|
|
26917
26960
|
};
|
|
26961
|
+
goog.async.Delay = module$contents$goog$async$Delay_Delay;
|
|
26918
26962
|
ee.data.Profiler = function(format) {
|
|
26919
26963
|
goog.events.EventTarget.call(this);
|
|
26920
26964
|
this.format_ = format;
|
|
@@ -26924,7 +26968,7 @@ ee.data.Profiler = function(format) {
|
|
|
26924
26968
|
this.tileProfileIds_ = Object.create(null);
|
|
26925
26969
|
this.showInternal_ = !1;
|
|
26926
26970
|
this.profileError_ = null;
|
|
26927
|
-
this.throttledRefresh_ = new goog
|
|
26971
|
+
this.throttledRefresh_ = new module$contents$goog$async$Delay_Delay(goog.bind(this.refresh_, this), ee.data.Profiler.DELAY_BEFORE_REFRESH_);
|
|
26928
26972
|
this.profileData_ = ee.data.Profiler.getEmptyProfile_(format);
|
|
26929
26973
|
this.MAX_RETRY_COUNT_ = 5;
|
|
26930
26974
|
};
|
|
@@ -27025,29 +27069,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27025
27069
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27026
27070
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27027
27071
|
(function() {
|
|
27028
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27029
|
-
orderedParamLists = [["name", "
|
|
27030
|
-
"
|
|
27031
|
-
"collection opt_description
|
|
27032
|
-
"collection opt_description opt_bucket opt_fileNamePrefix
|
|
27033
|
-
["
|
|
27034
|
-
|
|
27035
|
-
"opt_callback"], "
|
|
27036
|
-
"
|
|
27037
|
-
"
|
|
27038
|
-
|
|
27039
|
-
|
|
27040
|
-
["
|
|
27041
|
-
|
|
27042
|
-
|
|
27043
|
-
|
|
27044
|
-
ee.
|
|
27045
|
-
ee.data.
|
|
27046
|
-
ee.
|
|
27047
|
-
ee.
|
|
27048
|
-
ee.
|
|
27049
|
-
ee.
|
|
27050
|
-
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) {
|
|
27072
|
+
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(" "),
|
|
27073
|
+
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(" "),
|
|
27074
|
+
"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(" "),
|
|
27075
|
+
["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(" "),
|
|
27076
|
+
"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"],
|
|
27077
|
+
["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",
|
|
27078
|
+
"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"],
|
|
27079
|
+
["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"],
|
|
27080
|
+
["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(" "),
|
|
27081
|
+
["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"],
|
|
27082
|
+
["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"],
|
|
27083
|
+
["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"],
|
|
27084
|
+
["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"], []];
|
|
27085
|
+
[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,
|
|
27086
|
+
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,
|
|
27087
|
+
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,
|
|
27088
|
+
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,
|
|
27089
|
+
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,
|
|
27090
|
+
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,
|
|
27091
|
+
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,
|
|
27092
|
+
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,
|
|
27093
|
+
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) {
|
|
27051
27094
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27052
27095
|
});
|
|
27053
27096
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|