@google/earthengine 1.4.6 → 1.5.0
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/README.md +7 -0
- package/build/browser.js +272 -214
- package/build/ee_api_js.js +20 -20
- package/build/ee_api_js_debug.js +249 -192
- package/build/ee_api_js_npm.js +272 -214
- package/build/main.js +272 -214
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/batch.js +26 -28
- package/src/data.js +0 -3
- package/src/ee.js +0 -2
package/build/main.js
CHANGED
|
@@ -13,6 +13,7 @@ $jscomp.arrayIterator = function(array) {
|
|
|
13
13
|
};
|
|
14
14
|
$jscomp.ASSUME_ES5 = !1;
|
|
15
15
|
$jscomp.ASSUME_ES6 = !1;
|
|
16
|
+
$jscomp.ASSUME_ES2020 = !1;
|
|
16
17
|
$jscomp.ASSUME_NO_NATIVE_MAP = !1;
|
|
17
18
|
$jscomp.ASSUME_NO_NATIVE_SET = !1;
|
|
18
19
|
$jscomp.ISOLATE_POLYFILLS = !1;
|
|
@@ -37,7 +38,7 @@ $jscomp.getGlobal = function(passedInThis) {
|
|
|
37
38
|
throw Error("Cannot find global object");
|
|
38
39
|
}();
|
|
39
40
|
};
|
|
40
|
-
$jscomp.global = $jscomp.getGlobal(this);
|
|
41
|
+
$jscomp.global = $jscomp.ASSUME_ES2020 ? globalThis : $jscomp.getGlobal(this);
|
|
41
42
|
$jscomp.IS_SYMBOL_NATIVE = typeof Symbol === "function" && typeof Symbol("x") === "symbol";
|
|
42
43
|
$jscomp.TRUST_ES6_POLYFILLS = !$jscomp.ISOLATE_POLYFILLS || $jscomp.IS_SYMBOL_NATIVE;
|
|
43
44
|
$jscomp.polyfills = {};
|
|
@@ -469,6 +470,9 @@ $jscomp.getRestArguments = function() {
|
|
|
469
470
|
}
|
|
470
471
|
return restArgs;
|
|
471
472
|
};
|
|
473
|
+
$jscomp.polyfill("globalThis", function(orig) {
|
|
474
|
+
return orig || $jscomp.global;
|
|
475
|
+
}, "es_2020", "es3");
|
|
472
476
|
$jscomp.polyfill("Reflect", function(orig) {
|
|
473
477
|
return orig ? orig : {};
|
|
474
478
|
}, "es6", "es3");
|
|
@@ -770,9 +774,6 @@ $jscomp.polyfill("Array.prototype.keys", function(orig) {
|
|
|
770
774
|
});
|
|
771
775
|
};
|
|
772
776
|
}, "es6", "es3");
|
|
773
|
-
$jscomp.polyfill("globalThis", function(orig) {
|
|
774
|
-
return orig || $jscomp.global;
|
|
775
|
-
}, "es_2020", "es3");
|
|
776
777
|
$jscomp.checkEs6ConformanceViaProxy = function() {
|
|
777
778
|
try {
|
|
778
779
|
var proxied = {}, proxy = Object.create(new $jscomp.global.Proxy(proxied, {get:function(target, key, receiver) {
|
|
@@ -3171,32 +3172,33 @@ function module$contents$safevalues$dom$elements$button_setButtonFormaction(butt
|
|
|
3171
3172
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3172
3173
|
sanitizedUrl !== void 0 && (button.formAction = sanitizedUrl);
|
|
3173
3174
|
}
|
|
3174
|
-
;var module$
|
|
3175
|
-
module$
|
|
3176
|
-
|
|
3177
|
-
this.privateDoNotAccessOrElseWrappedAttributePrefix = value;
|
|
3178
|
-
};
|
|
3179
|
-
module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix.prototype.toString = function() {
|
|
3180
|
-
return this.privateDoNotAccessOrElseWrappedAttributePrefix;
|
|
3181
|
-
};
|
|
3182
|
-
var module$contents$safevalues$internals$attribute_impl_AttributePrefixImpl = module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix;
|
|
3183
|
-
function module$contents$safevalues$internals$attribute_impl_createAttributePrefixInternal(value) {
|
|
3184
|
-
return new module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix(module$exports$safevalues$internals$secrets.secretToken, value);
|
|
3175
|
+
;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"};
|
|
3176
|
+
function module$contents$safevalues$dom$elements$embed_setEmbedSrc(embedEl, url) {
|
|
3177
|
+
embedEl.src = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url);
|
|
3185
3178
|
}
|
|
3186
|
-
module$exports$safevalues$
|
|
3187
|
-
function module$contents$safevalues$
|
|
3188
|
-
|
|
3179
|
+
;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"};
|
|
3180
|
+
function module$contents$safevalues$dom$elements$form_setFormAction(form, url) {
|
|
3181
|
+
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3182
|
+
sanitizedUrl !== void 0 && (form.action = sanitizedUrl);
|
|
3189
3183
|
}
|
|
3190
|
-
module$exports$safevalues$
|
|
3191
|
-
function module$contents$safevalues$
|
|
3192
|
-
|
|
3193
|
-
return value.privateDoNotAccessOrElseWrappedAttributePrefix;
|
|
3194
|
-
}
|
|
3195
|
-
var message = "";
|
|
3196
|
-
goog.DEBUG && (message = "Unexpected type when unwrapping SafeAttributePrefix, got '" + value + "' of type '" + typeof value + "'");
|
|
3197
|
-
throw Error(message);
|
|
3184
|
+
module$exports$safevalues$dom$elements$form.setFormAction = module$contents$safevalues$dom$elements$form_setFormAction;
|
|
3185
|
+
function module$contents$safevalues$dom$elements$form_setFormActionLite(form, url) {
|
|
3186
|
+
module$contents$safevalues$builders$url_builders_reportJavaScriptUrl(url) || (form.action = url);
|
|
3198
3187
|
}
|
|
3199
|
-
module$exports$safevalues$
|
|
3188
|
+
module$exports$safevalues$dom$elements$form.setFormActionLite = module$contents$safevalues$dom$elements$form_setFormActionLite;
|
|
3189
|
+
var module$exports$check = {}, module$contents$check_module = module$contents$check_module || {id:"javascript/typescript/contrib/check.closure.js"};
|
|
3190
|
+
function module$contents$check_checkExhaustive(value, msg) {
|
|
3191
|
+
return module$contents$check_checkExhaustiveAllowing(value, msg);
|
|
3192
|
+
}
|
|
3193
|
+
module$exports$check.checkExhaustive = module$contents$check_checkExhaustive;
|
|
3194
|
+
function module$contents$check_checkExhaustiveAllowing(value, msg) {
|
|
3195
|
+
throw Error(msg === void 0 ? "unexpected value " + value + "!" : msg);
|
|
3196
|
+
}
|
|
3197
|
+
module$exports$check.checkExhaustiveAllowing = module$contents$check_checkExhaustiveAllowing;
|
|
3198
|
+
module$exports$check.assumeExhaustive = function(value) {
|
|
3199
|
+
};
|
|
3200
|
+
module$exports$check.assumeExhaustiveAllowing = function(value) {
|
|
3201
|
+
};
|
|
3200
3202
|
var module$exports$safevalues$internals$html_impl = {}, module$contents$safevalues$internals$html_impl_module = module$contents$safevalues$internals$html_impl_module || {id:"third_party/javascript/safevalues/internals/html_impl.closure.js"};
|
|
3201
3203
|
module$exports$safevalues$internals$html_impl.SafeHtml = function(token, value) {
|
|
3202
3204
|
goog.DEBUG && module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
|
|
@@ -3228,84 +3230,6 @@ module$exports$safevalues$internals$html_impl.unwrapHtml = function(value) {
|
|
|
3228
3230
|
goog.DEBUG && (message = "Unexpected type when unwrapping SafeHtml");
|
|
3229
3231
|
throw Error(message);
|
|
3230
3232
|
};
|
|
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;
|
|
3232
|
-
function module$contents$safevalues$dom$elements$element_setElementInnerHtml(elOrRoot, v) {
|
|
3233
|
-
module$contents$safevalues$dom$elements$element_isElement(elOrRoot) && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(elOrRoot);
|
|
3234
|
-
elOrRoot.innerHTML = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v);
|
|
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) {
|
|
3238
|
-
var parent = e.parentElement;
|
|
3239
|
-
parent !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(parent);
|
|
3240
|
-
e.outerHTML = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v);
|
|
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) {
|
|
3244
|
-
var tagContext = position === "beforebegin" || position === "afterend" ? element.parentElement : element;
|
|
3245
|
-
tagContext !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(tagContext);
|
|
3246
|
-
element.insertAdjacentHTML(position, (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v));
|
|
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) {
|
|
3250
|
-
var prefixes = [prefix].concat((0,$jscomp.arrayFromIterable)($jscomp.getRestArguments.apply(1, arguments)));
|
|
3251
|
-
return function(e, attr, value) {
|
|
3252
|
-
module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute(prefixes, e, attr, value);
|
|
3253
|
-
};
|
|
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) {
|
|
3257
|
-
if (attrPrefixes.length === 0) {
|
|
3258
|
-
var message = "";
|
|
3259
|
-
goog.DEBUG && (message = "No prefixes are provided");
|
|
3260
|
-
throw Error(message);
|
|
3261
|
-
}
|
|
3262
|
-
var prefixes = attrPrefixes.map(function(s) {
|
|
3263
|
-
return module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix(s);
|
|
3264
|
-
}), attrLower = attr.toLowerCase();
|
|
3265
|
-
if (prefixes.every(function(p) {
|
|
3266
|
-
return attrLower.indexOf(p) !== 0;
|
|
3267
|
-
})) {
|
|
3268
|
-
throw Error('Attribute "' + attr + '" does not match any of the allowed prefixes.');
|
|
3269
|
-
}
|
|
3270
|
-
e.setAttribute(attr, value);
|
|
3271
|
-
}
|
|
3272
|
-
module$exports$safevalues$dom$elements$element.setElementPrefixedAttribute = module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute;
|
|
3273
|
-
function module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(element) {
|
|
3274
|
-
var message = "", tagName = element.tagName;
|
|
3275
|
-
if (/^(script|style)$/i.test(tagName)) {
|
|
3276
|
-
throw goog.DEBUG && (message = tagName.toLowerCase() === "script" ? "Use setScriptTextContent with a SafeScript." : "Use setStyleTextContent with a SafeStyleSheet."), Error(message);
|
|
3277
|
-
}
|
|
3278
|
-
}
|
|
3279
|
-
function module$contents$safevalues$dom$elements$element_isElement(elOrRoot) {
|
|
3280
|
-
return elOrRoot.nodeType === 1;
|
|
3281
|
-
}
|
|
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"};
|
|
3283
|
-
function module$contents$safevalues$dom$elements$embed_setEmbedSrc(embedEl, url) {
|
|
3284
|
-
embedEl.src = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url);
|
|
3285
|
-
}
|
|
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"};
|
|
3287
|
-
function module$contents$safevalues$dom$elements$form_setFormAction(form, url) {
|
|
3288
|
-
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3289
|
-
sanitizedUrl !== void 0 && (form.action = sanitizedUrl);
|
|
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) {
|
|
3293
|
-
module$contents$safevalues$builders$url_builders_reportJavaScriptUrl(url) || (form.action = url);
|
|
3294
|
-
}
|
|
3295
|
-
module$exports$safevalues$dom$elements$form.setFormActionLite = module$contents$safevalues$dom$elements$form_setFormActionLite;
|
|
3296
|
-
var module$exports$check = {}, module$contents$check_module = module$contents$check_module || {id:"javascript/typescript/contrib/check.closure.js"};
|
|
3297
|
-
function module$contents$check_checkExhaustive(value, msg) {
|
|
3298
|
-
return module$contents$check_checkExhaustiveAllowing(value, msg);
|
|
3299
|
-
}
|
|
3300
|
-
module$exports$check.checkExhaustive = module$contents$check_checkExhaustive;
|
|
3301
|
-
function module$contents$check_checkExhaustiveAllowing(value, msg) {
|
|
3302
|
-
throw Error(msg === void 0 ? "unexpected value " + value + "!" : msg);
|
|
3303
|
-
}
|
|
3304
|
-
module$exports$check.checkExhaustiveAllowing = module$contents$check_checkExhaustiveAllowing;
|
|
3305
|
-
module$exports$check.assumeExhaustive = function(value) {
|
|
3306
|
-
};
|
|
3307
|
-
module$exports$check.assumeExhaustiveAllowing = function(value) {
|
|
3308
|
-
};
|
|
3309
3233
|
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"};
|
|
3310
3234
|
function module$contents$safevalues$dom$elements$iframe_setIframeSrc(iframe, v) {
|
|
3311
3235
|
iframe.src = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(v).toString();
|
|
@@ -3405,25 +3329,7 @@ function module$contents$safevalues$dom$elements$input_setInputFormaction(input,
|
|
|
3405
3329
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3406
3330
|
sanitizedUrl !== void 0 && (input.formAction = sanitizedUrl);
|
|
3407
3331
|
}
|
|
3408
|
-
;var module$
|
|
3409
|
-
function module$contents$safevalues$dom$elements$link_setLinkHrefAndRel(link, url, rel) {
|
|
3410
|
-
if (module$contents$safevalues$internals$resource_url_impl_isResourceUrl(url)) {
|
|
3411
|
-
module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel(link, url, rel);
|
|
3412
|
-
} else {
|
|
3413
|
-
if (module$contents$safevalues$dom$elements$link_SAFE_URL_REL_VALUES.indexOf(rel) === -1) {
|
|
3414
|
-
throw Error('TrustedResourceUrl href attribute required with rel="' + rel + '"');
|
|
3415
|
-
}
|
|
3416
|
-
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3417
|
-
sanitizedUrl !== void 0 && (link.href = sanitizedUrl, link.rel = rel);
|
|
3418
|
-
}
|
|
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) {
|
|
3422
|
-
link.href = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url).toString();
|
|
3423
|
-
link.rel = rel;
|
|
3424
|
-
}
|
|
3425
|
-
module$exports$safevalues$dom$elements$link.setLinkWithResourceUrlHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel;
|
|
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"};
|
|
3332
|
+
;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"};
|
|
3427
3333
|
function module$contents$safevalues$dom$elements$object_setObjectData(obj, v) {
|
|
3428
3334
|
obj.data = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(v);
|
|
3429
3335
|
}
|
|
@@ -3433,17 +3339,17 @@ function module$contents$safevalues$dom$globals$window_windowOpen(win, url, targ
|
|
|
3433
3339
|
return sanitizedUrl !== void 0 ? win.open(sanitizedUrl, target, features) : null;
|
|
3434
3340
|
}
|
|
3435
3341
|
module$exports$safevalues$dom$globals$window.windowOpen = module$contents$safevalues$dom$globals$window_windowOpen;
|
|
3436
|
-
function module$contents$safevalues$dom$globals$window_getScriptNonce(
|
|
3437
|
-
return module$contents$safevalues$dom$globals$window_getNonceFor("script",
|
|
3342
|
+
function module$contents$safevalues$dom$globals$window_getScriptNonce(doc) {
|
|
3343
|
+
return module$contents$safevalues$dom$globals$window_getNonceFor("script", doc);
|
|
3438
3344
|
}
|
|
3439
3345
|
module$exports$safevalues$dom$globals$window.getScriptNonce = module$contents$safevalues$dom$globals$window_getScriptNonce;
|
|
3440
|
-
function module$contents$safevalues$dom$globals$window_getStyleNonce(
|
|
3441
|
-
return module$contents$safevalues$dom$globals$window_getNonceFor("style",
|
|
3346
|
+
function module$contents$safevalues$dom$globals$window_getStyleNonce(doc) {
|
|
3347
|
+
return module$contents$safevalues$dom$globals$window_getNonceFor("style", doc);
|
|
3442
3348
|
}
|
|
3443
3349
|
module$exports$safevalues$dom$globals$window.getStyleNonce = module$contents$safevalues$dom$globals$window_getStyleNonce;
|
|
3444
|
-
function module$contents$safevalues$dom$globals$window_getNonceFor(elementName,
|
|
3445
|
-
|
|
3446
|
-
var $jscomp$optchain$tmpm1987982378$0, $jscomp$optchain$tmpm1987982378$1, el = ($jscomp$optchain$tmpm1987982378$1 = ($jscomp$optchain$tmpm1987982378$0 =
|
|
3350
|
+
function module$contents$safevalues$dom$globals$window_getNonceFor(elementName, doc) {
|
|
3351
|
+
doc = doc === void 0 ? document : doc;
|
|
3352
|
+
var $jscomp$optchain$tmpm1987982378$0, $jscomp$optchain$tmpm1987982378$1, el = ($jscomp$optchain$tmpm1987982378$1 = ($jscomp$optchain$tmpm1987982378$0 = doc).querySelector) == null ? void 0 : $jscomp$optchain$tmpm1987982378$1.call($jscomp$optchain$tmpm1987982378$0, elementName + "[nonce]");
|
|
3447
3353
|
return el == null ? "" : el.nonce || el.getAttribute("nonce") || "";
|
|
3448
3354
|
}
|
|
3449
3355
|
;var module$exports$safevalues$internals$script_impl = {}, module$contents$safevalues$internals$script_impl_module = module$contents$safevalues$internals$script_impl_module || {id:"third_party/javascript/safevalues/internals/script_impl.closure.js"};
|
|
@@ -3494,6 +3400,154 @@ function module$contents$safevalues$dom$elements$script_setScriptSrc(script, v,
|
|
|
3494
3400
|
(options == null ? 0 : options.omitNonce) || module$contents$safevalues$dom$elements$script_setNonceForScriptElement(script);
|
|
3495
3401
|
}
|
|
3496
3402
|
module$exports$safevalues$dom$elements$script.setScriptSrc = module$contents$safevalues$dom$elements$script_setScriptSrc;
|
|
3403
|
+
var module$exports$safevalues$internals$attribute_impl = {}, module$contents$safevalues$internals$attribute_impl_module = module$contents$safevalues$internals$attribute_impl_module || {id:"third_party/javascript/safevalues/internals/attribute_impl.closure.js"};
|
|
3404
|
+
module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix = function(token, value) {
|
|
3405
|
+
goog.DEBUG && module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
|
|
3406
|
+
this.privateDoNotAccessOrElseWrappedAttributePrefix = value;
|
|
3407
|
+
};
|
|
3408
|
+
module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix.prototype.toString = function() {
|
|
3409
|
+
return this.privateDoNotAccessOrElseWrappedAttributePrefix;
|
|
3410
|
+
};
|
|
3411
|
+
var module$contents$safevalues$internals$attribute_impl_AttributePrefixImpl = module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix;
|
|
3412
|
+
function module$contents$safevalues$internals$attribute_impl_createAttributePrefixInternal(value) {
|
|
3413
|
+
return new module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix(module$exports$safevalues$internals$secrets.secretToken, value);
|
|
3414
|
+
}
|
|
3415
|
+
module$exports$safevalues$internals$attribute_impl.createAttributePrefixInternal = module$contents$safevalues$internals$attribute_impl_createAttributePrefixInternal;
|
|
3416
|
+
function module$contents$safevalues$internals$attribute_impl_isAttributePrefix(value) {
|
|
3417
|
+
return value instanceof module$exports$safevalues$internals$attribute_impl.SafeAttributePrefix;
|
|
3418
|
+
}
|
|
3419
|
+
module$exports$safevalues$internals$attribute_impl.isAttributePrefix = module$contents$safevalues$internals$attribute_impl_isAttributePrefix;
|
|
3420
|
+
function module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix(value) {
|
|
3421
|
+
if (module$contents$safevalues$internals$attribute_impl_isAttributePrefix(value)) {
|
|
3422
|
+
return value.privateDoNotAccessOrElseWrappedAttributePrefix;
|
|
3423
|
+
}
|
|
3424
|
+
var message = "";
|
|
3425
|
+
goog.DEBUG && (message = "Unexpected type when unwrapping SafeAttributePrefix, got '" + value + "' of type '" + typeof value + "'");
|
|
3426
|
+
throw Error(message);
|
|
3427
|
+
}
|
|
3428
|
+
module$exports$safevalues$internals$attribute_impl.unwrapAttributePrefix = module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix;
|
|
3429
|
+
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;
|
|
3430
|
+
function module$contents$safevalues$dom$elements$element_setElementInnerHtml(elOrRoot, v) {
|
|
3431
|
+
module$contents$safevalues$dom$elements$element_isElement(elOrRoot) && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(elOrRoot);
|
|
3432
|
+
elOrRoot.innerHTML = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v);
|
|
3433
|
+
}
|
|
3434
|
+
module$exports$safevalues$dom$elements$element.setElementInnerHtml = module$contents$safevalues$dom$elements$element_setElementInnerHtml;
|
|
3435
|
+
function module$contents$safevalues$dom$elements$element_setElementOuterHtml(e, v) {
|
|
3436
|
+
var parent = e.parentElement;
|
|
3437
|
+
parent !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(parent);
|
|
3438
|
+
e.outerHTML = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v);
|
|
3439
|
+
}
|
|
3440
|
+
module$exports$safevalues$dom$elements$element.setElementOuterHtml = module$contents$safevalues$dom$elements$element_setElementOuterHtml;
|
|
3441
|
+
function module$contents$safevalues$dom$elements$element_elementInsertAdjacentHtml(element, position, v) {
|
|
3442
|
+
var tagContext = position === "beforebegin" || position === "afterend" ? element.parentElement : element;
|
|
3443
|
+
tagContext !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(tagContext);
|
|
3444
|
+
element.insertAdjacentHTML(position, (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v));
|
|
3445
|
+
}
|
|
3446
|
+
module$exports$safevalues$dom$elements$element.elementInsertAdjacentHtml = module$contents$safevalues$dom$elements$element_elementInsertAdjacentHtml;
|
|
3447
|
+
function module$contents$safevalues$dom$elements$element_buildPrefixedAttributeSetter(prefix) {
|
|
3448
|
+
var prefixes = [prefix].concat((0,$jscomp.arrayFromIterable)($jscomp.getRestArguments.apply(1, arguments)));
|
|
3449
|
+
return function(e, attr, value) {
|
|
3450
|
+
module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute(prefixes, e, attr, value);
|
|
3451
|
+
};
|
|
3452
|
+
}
|
|
3453
|
+
module$exports$safevalues$dom$elements$element.buildPrefixedAttributeSetter = module$contents$safevalues$dom$elements$element_buildPrefixedAttributeSetter;
|
|
3454
|
+
function module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute(attrPrefixes, e, attr, value) {
|
|
3455
|
+
if (attrPrefixes.length === 0) {
|
|
3456
|
+
var message = "";
|
|
3457
|
+
goog.DEBUG && (message = "No prefixes are provided");
|
|
3458
|
+
throw Error(message);
|
|
3459
|
+
}
|
|
3460
|
+
var prefixes = attrPrefixes.map(function(s) {
|
|
3461
|
+
return module$contents$safevalues$internals$attribute_impl_unwrapAttributePrefix(s);
|
|
3462
|
+
}), attrLower = attr.toLowerCase();
|
|
3463
|
+
if (prefixes.every(function(p) {
|
|
3464
|
+
return attrLower.indexOf(p) !== 0;
|
|
3465
|
+
})) {
|
|
3466
|
+
throw Error('Attribute "' + attr + '" does not match any of the allowed prefixes.');
|
|
3467
|
+
}
|
|
3468
|
+
e.setAttribute(attr, value);
|
|
3469
|
+
}
|
|
3470
|
+
module$exports$safevalues$dom$elements$element.setElementPrefixedAttribute = module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute;
|
|
3471
|
+
function module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(element) {
|
|
3472
|
+
var message = "", tagName = element.tagName;
|
|
3473
|
+
if (/^(script|style)$/i.test(tagName)) {
|
|
3474
|
+
throw goog.DEBUG && (message = tagName.toLowerCase() === "script" ? "Use setScriptTextContent with a SafeScript." : "Use setStyleTextContent with a SafeStyleSheet."), Error(message);
|
|
3475
|
+
}
|
|
3476
|
+
}
|
|
3477
|
+
function module$contents$safevalues$dom$elements$element_isElement(elOrRoot) {
|
|
3478
|
+
return elOrRoot.nodeType === 1;
|
|
3479
|
+
}
|
|
3480
|
+
function module$contents$safevalues$dom$elements$element_setElementAttribute(el, attr, value) {
|
|
3481
|
+
if (el.namespaceURI !== "http://www.w3.org/1999/xhtml") {
|
|
3482
|
+
throw Error("Cannot set attribute '" + attr + "' on '" + el.tagName + "'.Element is not in the HTML namespace");
|
|
3483
|
+
}
|
|
3484
|
+
attr = attr.toLowerCase();
|
|
3485
|
+
switch(el.tagName + " " + attr) {
|
|
3486
|
+
case "A href":
|
|
3487
|
+
module$contents$safevalues$dom$elements$anchor_setAnchorHref(el, value);
|
|
3488
|
+
break;
|
|
3489
|
+
case "AREA href":
|
|
3490
|
+
module$contents$safevalues$dom$elements$area_setAreaHref(el, value);
|
|
3491
|
+
break;
|
|
3492
|
+
case "BASE href":
|
|
3493
|
+
module$contents$safevalues$dom$elements$base_setBaseHref(el, value);
|
|
3494
|
+
break;
|
|
3495
|
+
case "BUTTON formaction":
|
|
3496
|
+
module$contents$safevalues$dom$elements$button_setButtonFormaction(el, value);
|
|
3497
|
+
break;
|
|
3498
|
+
case "EMBED src":
|
|
3499
|
+
module$contents$safevalues$dom$elements$embed_setEmbedSrc(el, value);
|
|
3500
|
+
break;
|
|
3501
|
+
case "FORM action":
|
|
3502
|
+
module$contents$safevalues$dom$elements$form_setFormAction(el, value);
|
|
3503
|
+
break;
|
|
3504
|
+
case "IFRAME src":
|
|
3505
|
+
module$contents$safevalues$dom$elements$iframe_setIframeSrc(el, value);
|
|
3506
|
+
break;
|
|
3507
|
+
case "IFRAME srcdoc":
|
|
3508
|
+
module$contents$safevalues$dom$elements$iframe_setIframeSrcdoc(el, value);
|
|
3509
|
+
break;
|
|
3510
|
+
case "IFRAME sandbox":
|
|
3511
|
+
throw Error("Can't set 'sandbox' on iframe tags. Use setIframeSrcWithIntent or setIframeSrcdocWithIntent instead");
|
|
3512
|
+
case "INPUT formaction":
|
|
3513
|
+
module$contents$safevalues$dom$elements$input_setInputFormaction(el, value);
|
|
3514
|
+
break;
|
|
3515
|
+
case "LINK href":
|
|
3516
|
+
throw Error("Can't set 'href' attribute on link tags. Use setLinkHrefAndRel instead");
|
|
3517
|
+
case "LINK rel":
|
|
3518
|
+
throw Error("Can't set 'rel' attribute on link tags. Use setLinkHrefAndRel instead");
|
|
3519
|
+
case "OBJECT data":
|
|
3520
|
+
module$contents$safevalues$dom$elements$object_setObjectData(el, value);
|
|
3521
|
+
break;
|
|
3522
|
+
case "SCRIPT src":
|
|
3523
|
+
module$contents$safevalues$dom$elements$script_setScriptSrc(el, value);
|
|
3524
|
+
break;
|
|
3525
|
+
default:
|
|
3526
|
+
if (/^on./.test(attr)) {
|
|
3527
|
+
throw Error('Attribute "' + attr + '" looks like an event handler attribute. Please use a safe alternative like addEventListener instead.');
|
|
3528
|
+
}
|
|
3529
|
+
el.setAttribute(attr, value);
|
|
3530
|
+
}
|
|
3531
|
+
}
|
|
3532
|
+
module$exports$safevalues$dom$elements$element.setElementAttribute = module$contents$safevalues$dom$elements$element_setElementAttribute;
|
|
3533
|
+
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(" ");
|
|
3534
|
+
function module$contents$safevalues$dom$elements$link_setLinkHrefAndRel(link, url, rel) {
|
|
3535
|
+
if (module$contents$safevalues$internals$resource_url_impl_isResourceUrl(url)) {
|
|
3536
|
+
module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel(link, url, rel);
|
|
3537
|
+
} else {
|
|
3538
|
+
if (module$contents$safevalues$dom$elements$link_SAFE_URL_REL_VALUES.indexOf(rel) === -1) {
|
|
3539
|
+
throw Error('TrustedResourceUrl href attribute required with rel="' + rel + '"');
|
|
3540
|
+
}
|
|
3541
|
+
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
3542
|
+
sanitizedUrl !== void 0 && (link.href = sanitizedUrl, link.rel = rel);
|
|
3543
|
+
}
|
|
3544
|
+
}
|
|
3545
|
+
module$exports$safevalues$dom$elements$link.setLinkHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkHrefAndRel;
|
|
3546
|
+
function module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel(link, url, rel) {
|
|
3547
|
+
link.href = module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(url).toString();
|
|
3548
|
+
link.rel = rel;
|
|
3549
|
+
}
|
|
3550
|
+
module$exports$safevalues$dom$elements$link.setLinkWithResourceUrlHrefAndRel = module$contents$safevalues$dom$elements$link_setLinkWithResourceUrlHrefAndRel;
|
|
3497
3551
|
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"};
|
|
3498
3552
|
module$exports$safevalues$internals$style_sheet_impl.SafeStyleSheet = function(token, value) {
|
|
3499
3553
|
goog.DEBUG && module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
|
|
@@ -4129,14 +4183,14 @@ goog.array.concatMap = function(arr, f, opt_obj) {
|
|
|
4129
4183
|
return module$contents$goog$array_concat.apply([], module$contents$goog$array_map(arr, f, opt_obj));
|
|
4130
4184
|
};
|
|
4131
4185
|
goog.debug.errorcontext = {};
|
|
4132
|
-
goog
|
|
4133
|
-
err
|
|
4134
|
-
err
|
|
4135
|
-
}
|
|
4186
|
+
function module$contents$goog$debug$errorcontext_addErrorContext(err, contextKey, contextValue) {
|
|
4187
|
+
err.__closure__error__context__984382 || (err.__closure__error__context__984382 = {});
|
|
4188
|
+
err.__closure__error__context__984382[contextKey] = contextValue;
|
|
4189
|
+
}
|
|
4190
|
+
goog.debug.errorcontext.addErrorContext = module$contents$goog$debug$errorcontext_addErrorContext;
|
|
4136
4191
|
goog.debug.errorcontext.getErrorContext = function(err) {
|
|
4137
|
-
return err
|
|
4192
|
+
return err.__closure__error__context__984382 || {};
|
|
4138
4193
|
};
|
|
4139
|
-
goog.debug.errorcontext.CONTEXT_KEY_ = "__closure__error__context__984382";
|
|
4140
4194
|
goog.debug.LOGGING_ENABLED = goog.DEBUG;
|
|
4141
4195
|
goog.debug.FORCE_SLOPPY_STACKS = !1;
|
|
4142
4196
|
goog.debug.CHECK_FOR_THROWN_EVENT = !1;
|
|
@@ -4296,7 +4350,7 @@ goog.debug.enhanceErrorWithContext = function(err, opt_context) {
|
|
|
4296
4350
|
var error = goog.debug.enhanceError(err);
|
|
4297
4351
|
if (opt_context) {
|
|
4298
4352
|
for (var key in opt_context) {
|
|
4299
|
-
goog
|
|
4353
|
+
module$contents$goog$debug$errorcontext_addErrorContext(error, key, opt_context[key]);
|
|
4300
4354
|
}
|
|
4301
4355
|
}
|
|
4302
4356
|
return error;
|
|
@@ -4855,6 +4909,7 @@ module$exports$safevalues$dom$index.setBaseHref = module$contents$safevalues$dom
|
|
|
4855
4909
|
module$exports$safevalues$dom$index.setButtonFormaction = module$contents$safevalues$dom$elements$button_setButtonFormaction;
|
|
4856
4910
|
module$exports$safevalues$dom$index.buildPrefixedAttributeSetter = module$contents$safevalues$dom$elements$element_buildPrefixedAttributeSetter;
|
|
4857
4911
|
module$exports$safevalues$dom$index.elementInsertAdjacentHtml = module$contents$safevalues$dom$elements$element_elementInsertAdjacentHtml;
|
|
4912
|
+
module$exports$safevalues$dom$index.setElementAttribute = module$contents$safevalues$dom$elements$element_setElementAttribute;
|
|
4858
4913
|
module$exports$safevalues$dom$index.setElementInnerHtml = module$contents$safevalues$dom$elements$element_setElementInnerHtml;
|
|
4859
4914
|
module$exports$safevalues$dom$index.setElementOuterHtml = module$contents$safevalues$dom$elements$element_setElementOuterHtml;
|
|
4860
4915
|
module$exports$safevalues$dom$index.setElementPrefixedAttribute = module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute;
|
|
@@ -4904,6 +4959,7 @@ safevalues.dom.setBaseHref = module$contents$safevalues$dom$elements$base_setBas
|
|
|
4904
4959
|
safevalues.dom.setButtonFormaction = module$contents$safevalues$dom$elements$button_setButtonFormaction;
|
|
4905
4960
|
safevalues.dom.buildPrefixedAttributeSetter = module$contents$safevalues$dom$elements$element_buildPrefixedAttributeSetter;
|
|
4906
4961
|
safevalues.dom.elementInsertAdjacentHtml = module$contents$safevalues$dom$elements$element_elementInsertAdjacentHtml;
|
|
4962
|
+
safevalues.dom.setElementAttribute = module$contents$safevalues$dom$elements$element_setElementAttribute;
|
|
4907
4963
|
safevalues.dom.setElementInnerHtml = module$contents$safevalues$dom$elements$element_setElementInnerHtml;
|
|
4908
4964
|
safevalues.dom.setElementOuterHtml = module$contents$safevalues$dom$elements$element_setElementOuterHtml;
|
|
4909
4965
|
safevalues.dom.setElementPrefixedAttribute = module$contents$safevalues$dom$elements$element_setElementPrefixedAttribute;
|
|
@@ -7230,18 +7286,19 @@ goog.userAgent.DOCUMENT_MODE = function() {
|
|
|
7230
7286
|
}
|
|
7231
7287
|
}();
|
|
7232
7288
|
goog.events.eventTypeHelpers = {};
|
|
7233
|
-
goog
|
|
7289
|
+
function module$contents$goog$events$eventTypeHelpers_getVendorPrefixedName(eventName) {
|
|
7234
7290
|
return goog.userAgent.WEBKIT ? "webkit" + eventName : eventName.toLowerCase();
|
|
7235
|
-
}
|
|
7291
|
+
}
|
|
7236
7292
|
goog.events.eventTypeHelpers.getPointerFallbackEventName = function(pointerEventName, fallbackEventName) {
|
|
7237
7293
|
return goog.events.BrowserFeature.POINTER_EVENTS ? pointerEventName : fallbackEventName;
|
|
7238
7294
|
};
|
|
7295
|
+
goog.events.eventTypeHelpers.getVendorPrefixedName = module$contents$goog$events$eventTypeHelpers_getVendorPrefixedName;
|
|
7239
7296
|
goog.events.EventType = {CLICK:"click", RIGHTCLICK:"rightclick", DBLCLICK:"dblclick", AUXCLICK:"auxclick", MOUSEDOWN:"mousedown", MOUSEUP:"mouseup", MOUSEOVER:"mouseover", MOUSEOUT:"mouseout", MOUSEMOVE:"mousemove", MOUSEENTER:"mouseenter", MOUSELEAVE:"mouseleave", MOUSECANCEL:"mousecancel", SELECTIONCHANGE:"selectionchange", SELECTSTART:"selectstart", WHEEL:"wheel", KEYPRESS:"keypress", KEYDOWN:"keydown", KEYUP:"keyup", BLUR:"blur", FOCUS:"focus", DEACTIVATE:"deactivate", FOCUSIN:"focusin", FOCUSOUT:"focusout",
|
|
7240
7297
|
CHANGE:"change", RESET:"reset", SELECT:"select", SUBMIT:"submit", INPUT:"input", PROPERTYCHANGE:"propertychange", DRAGSTART:"dragstart", DRAG:"drag", DRAGENTER:"dragenter", DRAGOVER:"dragover", DRAGLEAVE:"dragleave", DROP:"drop", DRAGEND:"dragend", TOUCHSTART:"touchstart", TOUCHMOVE:"touchmove", TOUCHEND:"touchend", TOUCHCANCEL:"touchcancel", BEFOREUNLOAD:"beforeunload", CONSOLEMESSAGE:"consolemessage", CONTEXTMENU:"contextmenu", DEVICECHANGE:"devicechange", DEVICEMOTION:"devicemotion", DEVICEORIENTATION:"deviceorientation",
|
|
7241
7298
|
DOMCONTENTLOADED:"DOMContentLoaded", ERROR:"error", HELP:"help", LOAD:"load", LOSECAPTURE:"losecapture", ORIENTATIONCHANGE:"orientationchange", READYSTATECHANGE:"readystatechange", RESIZE:"resize", SCROLL:"scroll", UNLOAD:"unload", CANPLAY:"canplay", CANPLAYTHROUGH:"canplaythrough", DURATIONCHANGE:"durationchange", EMPTIED:"emptied", ENDED:"ended", LOADEDDATA:"loadeddata", LOADEDMETADATA:"loadedmetadata", PAUSE:"pause", PLAY:"play", PLAYING:"playing", PROGRESS:"progress", RATECHANGE:"ratechange",
|
|
7242
7299
|
SEEKED:"seeked", SEEKING:"seeking", STALLED:"stalled", SUSPEND:"suspend", TIMEUPDATE:"timeupdate", VOLUMECHANGE:"volumechange", WAITING:"waiting", SOURCEOPEN:"sourceopen", SOURCEENDED:"sourceended", SOURCECLOSED:"sourceclosed", ABORT:"abort", UPDATE:"update", UPDATESTART:"updatestart", UPDATEEND:"updateend", HASHCHANGE:"hashchange", PAGEHIDE:"pagehide", PAGESHOW:"pageshow", POPSTATE:"popstate", COPY:"copy", PASTE:"paste", CUT:"cut", BEFORECOPY:"beforecopy", BEFORECUT:"beforecut", BEFOREPASTE:"beforepaste",
|
|
7243
|
-
ONLINE:"online", OFFLINE:"offline", MESSAGE:"message", CONNECT:"connect", INSTALL:"install", ACTIVATE:"activate", FETCH:"fetch", FOREIGNFETCH:"foreignfetch", MESSAGEERROR:"messageerror", STATECHANGE:"statechange", UPDATEFOUND:"updatefound", CONTROLLERCHANGE:"controllerchange", ANIMATIONSTART:goog
|
|
7244
|
-
TRANSITIONEND:goog
|
|
7300
|
+
ONLINE:"online", OFFLINE:"offline", MESSAGE:"message", CONNECT:"connect", INSTALL:"install", ACTIVATE:"activate", FETCH:"fetch", FOREIGNFETCH:"foreignfetch", MESSAGEERROR:"messageerror", STATECHANGE:"statechange", UPDATEFOUND:"updatefound", CONTROLLERCHANGE:"controllerchange", ANIMATIONSTART:module$contents$goog$events$eventTypeHelpers_getVendorPrefixedName("AnimationStart"), ANIMATIONEND:module$contents$goog$events$eventTypeHelpers_getVendorPrefixedName("AnimationEnd"), ANIMATIONITERATION:module$contents$goog$events$eventTypeHelpers_getVendorPrefixedName("AnimationIteration"),
|
|
7301
|
+
TRANSITIONEND:module$contents$goog$events$eventTypeHelpers_getVendorPrefixedName("TransitionEnd"), POINTERDOWN:"pointerdown", POINTERUP:"pointerup", POINTERCANCEL:"pointercancel", POINTERMOVE:"pointermove", POINTEROVER:"pointerover", POINTEROUT:"pointerout", POINTERENTER:"pointerenter", POINTERLEAVE:"pointerleave", GOTPOINTERCAPTURE:"gotpointercapture", LOSTPOINTERCAPTURE:"lostpointercapture", MSGESTURECHANGE:"MSGestureChange", MSGESTUREEND:"MSGestureEnd", MSGESTUREHOLD:"MSGestureHold", MSGESTURESTART:"MSGestureStart",
|
|
7245
7302
|
MSGESTURETAP:"MSGestureTap", MSGOTPOINTERCAPTURE:"MSGotPointerCapture", MSINERTIASTART:"MSInertiaStart", MSLOSTPOINTERCAPTURE:"MSLostPointerCapture", MSPOINTERCANCEL:"MSPointerCancel", MSPOINTERDOWN:"MSPointerDown", MSPOINTERENTER:"MSPointerEnter", MSPOINTERHOVER:"MSPointerHover", MSPOINTERLEAVE:"MSPointerLeave", MSPOINTERMOVE:"MSPointerMove", MSPOINTEROUT:"MSPointerOut", MSPOINTEROVER:"MSPointerOver", MSPOINTERUP:"MSPointerUp", TEXT:"text", TEXTINPUT:"textInput", COMPOSITIONSTART:"compositionstart",
|
|
7246
7303
|
COMPOSITIONUPDATE:"compositionupdate", COMPOSITIONEND:"compositionend", BEFOREINPUT:"beforeinput", FULLSCREENCHANGE:"fullscreenchange", WEBKITBEGINFULLSCREEN:"webkitbeginfullscreen", WEBKITENDFULLSCREEN:"webkitendfullscreen", EXIT:"exit", LOADABORT:"loadabort", LOADCOMMIT:"loadcommit", LOADREDIRECT:"loadredirect", LOADSTART:"loadstart", LOADSTOP:"loadstop", RESPONSIVE:"responsive", SIZECHANGED:"sizechanged", UNRESPONSIVE:"unresponsive", VISIBILITYCHANGE:"visibilitychange", STORAGE:"storage", BEFOREPRINT:"beforeprint",
|
|
7247
7304
|
AFTERPRINT:"afterprint", BEFOREINSTALLPROMPT:"beforeinstallprompt", APPINSTALLED:"appinstalled", CANCEL:"cancel", FINISH:"finish", REMOVE:"remove"};
|
|
@@ -7457,7 +7514,6 @@ module$contents$goog$events$ListenerMap_ListenerMap.findListenerIndex_ = functio
|
|
|
7457
7514
|
};
|
|
7458
7515
|
goog.events.ListenerMap = module$contents$goog$events$ListenerMap_ListenerMap;
|
|
7459
7516
|
goog.events.Key = {};
|
|
7460
|
-
goog.events.ListenableType = {};
|
|
7461
7517
|
goog.events.LISTENER_MAP_PROP_ = "closure_lm_" + (Math.random() * 1E6 | 0);
|
|
7462
7518
|
goog.events.onString_ = "on";
|
|
7463
7519
|
goog.events.onStringMap_ = {};
|
|
@@ -8178,7 +8234,6 @@ goog.math.safeCeil = function(num, opt_epsilon) {
|
|
|
8178
8234
|
return Math.ceil(num - (opt_epsilon || 2E-15));
|
|
8179
8235
|
};
|
|
8180
8236
|
goog.iter = {};
|
|
8181
|
-
goog.iter.Iterable = {};
|
|
8182
8237
|
goog.iter.Iterator = function() {
|
|
8183
8238
|
};
|
|
8184
8239
|
goog.iter.Iterator.prototype.next = function() {
|
|
@@ -15814,7 +15869,7 @@ goog.string.Const.TYPE_MARKER_ = {};
|
|
|
15814
15869
|
goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ = {};
|
|
15815
15870
|
goog.string.Const.EMPTY = goog.string.Const.from("");
|
|
15816
15871
|
var module$exports$safevalues$builders$sensitive_attributes = {}, module$contents$safevalues$builders$sensitive_attributes_module = module$contents$safevalues$builders$sensitive_attributes_module || {id:"third_party/javascript/safevalues/builders/sensitive_attributes.closure.js"};
|
|
15817
|
-
module$exports$safevalues$builders$sensitive_attributes.SECURITY_SENSITIVE_ATTRIBUTES = "src srcdoc codebase data href rel action formaction sandbox
|
|
15872
|
+
module$exports$safevalues$builders$sensitive_attributes.SECURITY_SENSITIVE_ATTRIBUTES = "src srcdoc codebase data href rel action formaction sandbox icon".split(" ");
|
|
15818
15873
|
var module$contents$safevalues$builders$attribute_builders_module = module$contents$safevalues$builders$attribute_builders_module || {id:"third_party/javascript/safevalues/builders/attribute_builders.closure.js"};
|
|
15819
15874
|
function module$contents$safevalues$builders$attribute_builders_safeAttrPrefix(templ) {
|
|
15820
15875
|
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templ, 0);
|
|
@@ -16799,14 +16854,14 @@ module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanit
|
|
|
16799
16854
|
["LINK", new Map([["href", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY, conditions:new Map([["rel", new Set("alternate author bookmark canonical cite help icon license next prefetch dns-prefetch prerender preconnect preload prev search subresource".split(" "))]])}]])], ["SOURCE", new Map([["src", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY}],
|
|
16800
16855
|
["srcset", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY_FOR_SRCSET}]])], ["IMG", new Map([["src", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY}], ["srcset", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY_FOR_SRCSET}]])],
|
|
16801
16856
|
["VIDEO", new Map([["src", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY}]])], ["AUDIO", new Map([["src", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_USE_RESOURCE_URL_POLICY}]])]], module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ALLOWED_GLOBAL_ATTRIBUTES =
|
|
16802
|
-
"title aria-atomic aria-autocomplete aria-busy aria-checked aria-current aria-disabled aria-dropeffect aria-expanded aria-haspopup aria-hidden aria-invalid aria-label aria-level aria-live aria-multiline aria-multiselectable aria-orientation aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext alt align autocapitalize autocomplete autocorrect autofocus autoplay bgcolor border cellpadding cellspacing checked color cols colspan controls datetime disabled download draggable enctype face formenctype frameborder height hreflang hidden ismap label lang loop max maxlength media minlength min multiple muted nonce open placeholder preload rel required reversed role rows rowspan selected shape size sizes slot span spellcheck start step summary translate type valign value width wrap itemscope itemtype itemid itemprop itemref".split(" "),
|
|
16857
|
+
"title aria-atomic aria-autocomplete aria-busy aria-checked aria-current aria-disabled aria-dropeffect aria-expanded aria-haspopup aria-hidden aria-invalid aria-label aria-level aria-live aria-multiline aria-multiselectable aria-orientation aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext alt align autocapitalize autocomplete autocorrect autofocus autoplay bgcolor border cellpadding cellspacing checked cite color cols colspan controls datetime disabled download draggable enctype face formenctype frameborder height hreflang hidden ismap label lang loop max maxlength media minlength min multiple muted nonce open placeholder poster preload rel required reversed role rows rowspan selected shape size sizes slot span spellcheck start step summary translate type valign value width wrap itemscope itemtype itemid itemprop itemref".split(" "),
|
|
16803
16858
|
module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_GLOBAL_ATTRIBUTE_POLICIES = [["dir", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_NORMALIZE, conditions:module$contents$safevalues$internals$pure_pure(function() {
|
|
16804
16859
|
return new Map([["dir", new Set(["auto", "ltr", "rtl"])]]);
|
|
16805
16860
|
})}], ["async", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_NORMALIZE, conditions:module$contents$safevalues$internals$pure_pure(function() {
|
|
16806
16861
|
return new Map([["async", new Set(["async"])]]);
|
|
16807
|
-
})}], ["
|
|
16862
|
+
})}], ["loading", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_NORMALIZE, conditions:module$contents$safevalues$internals$pure_pure(function() {
|
|
16808
16863
|
return new Map([["loading", new Set(["eager", "lazy"])]]);
|
|
16809
|
-
})}], ["
|
|
16864
|
+
})}], ["target", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_NORMALIZE, conditions:module$contents$safevalues$internals$pure_pure(function() {
|
|
16810
16865
|
return new Map([["target", new Set(["_self", "_blank"])]]);
|
|
16811
16866
|
})}]];
|
|
16812
16867
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.DEFAULT_SANITIZER_TABLE = new module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.SanitizerTable(new Set(module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ALLOWED_ELEMENTS), new Map(module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ELEMENT_POLICIES),
|
|
@@ -19254,7 +19309,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19254
19309
|
ee.apiclient = {};
|
|
19255
19310
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19256
19311
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19257
|
-
ee.apiclient.API_CLIENT_VERSION = "1.
|
|
19312
|
+
ee.apiclient.API_CLIENT_VERSION = "1.5.0";
|
|
19258
19313
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19259
19314
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19260
19315
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19552,8 +19607,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19552
19607
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19553
19608
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19554
19609
|
method = method || "POST";
|
|
19555
|
-
var headers = {"Content-Type":contentType}, version = "1.
|
|
19556
|
-
version === "1.
|
|
19610
|
+
var headers = {"Content-Type":contentType}, version = "1.5.0";
|
|
19611
|
+
version === "1.5.0" && (version = "latest");
|
|
19557
19612
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19558
19613
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19559
19614
|
if (authToken != null) {
|
|
@@ -25012,17 +25067,20 @@ goog.fs.FileReader.createDeferred_ = function(reader) {
|
|
|
25012
25067
|
return deferred;
|
|
25013
25068
|
};
|
|
25014
25069
|
goog.dom.vendor = {};
|
|
25015
|
-
goog
|
|
25070
|
+
function module$contents$goog$dom$vendor_getVendorJsPrefix() {
|
|
25016
25071
|
return goog.userAgent.WEBKIT ? "Webkit" : goog.userAgent.GECKO ? "Moz" : null;
|
|
25017
|
-
}
|
|
25018
|
-
goog
|
|
25072
|
+
}
|
|
25073
|
+
function module$contents$goog$dom$vendor_getVendorPrefix() {
|
|
25019
25074
|
return goog.userAgent.WEBKIT ? "-webkit" : goog.userAgent.GECKO ? "-moz" : null;
|
|
25075
|
+
}
|
|
25076
|
+
goog.dom.vendor.getPrefixedEventType = function(eventType) {
|
|
25077
|
+
return ((module$contents$goog$dom$vendor_getVendorJsPrefix() || "") + eventType).toLowerCase();
|
|
25020
25078
|
};
|
|
25021
25079
|
goog.dom.vendor.getPrefixedPropertyName = function(propertyName, opt_object) {
|
|
25022
25080
|
if (opt_object && propertyName in opt_object) {
|
|
25023
25081
|
return propertyName;
|
|
25024
25082
|
}
|
|
25025
|
-
var prefix = goog
|
|
25083
|
+
var prefix = module$contents$goog$dom$vendor_getVendorJsPrefix();
|
|
25026
25084
|
if (prefix) {
|
|
25027
25085
|
prefix = prefix.toLowerCase();
|
|
25028
25086
|
var prefixedPropertyName = prefix + goog.string.toTitleCase(propertyName);
|
|
@@ -25030,9 +25088,8 @@ goog.dom.vendor.getPrefixedPropertyName = function(propertyName, opt_object) {
|
|
|
25030
25088
|
}
|
|
25031
25089
|
return null;
|
|
25032
25090
|
};
|
|
25033
|
-
goog.dom.vendor.
|
|
25034
|
-
|
|
25035
|
-
};
|
|
25091
|
+
goog.dom.vendor.getVendorJsPrefix = module$contents$goog$dom$vendor_getVendorJsPrefix;
|
|
25092
|
+
goog.dom.vendor.getVendorPrefix = module$contents$goog$dom$vendor_getVendorPrefix;
|
|
25036
25093
|
function module$contents$goog$math$Box_Box(top, right, bottom, left) {
|
|
25037
25094
|
this.top = top;
|
|
25038
25095
|
this.right = right;
|
|
@@ -25290,7 +25347,7 @@ goog.style.getVendorJsStyleName_ = function(element, style) {
|
|
|
25290
25347
|
var camelStyle = goog.string.toCamelCase(style);
|
|
25291
25348
|
propertyName = camelStyle;
|
|
25292
25349
|
if (element.style[camelStyle] === void 0) {
|
|
25293
|
-
var prefixedStyle = goog
|
|
25350
|
+
var prefixedStyle = module$contents$goog$dom$vendor_getVendorJsPrefix() + goog.string.toTitleCase(camelStyle);
|
|
25294
25351
|
element.style[prefixedStyle] !== void 0 && (propertyName = prefixedStyle);
|
|
25295
25352
|
}
|
|
25296
25353
|
goog.style.styleNameCache_[style] = propertyName;
|
|
@@ -25300,9 +25357,9 @@ goog.style.getVendorJsStyleName_ = function(element, style) {
|
|
|
25300
25357
|
goog.style.getVendorStyleName_ = function(element, style) {
|
|
25301
25358
|
var camelStyle = goog.string.toCamelCase(style);
|
|
25302
25359
|
if (element.style[camelStyle] === void 0) {
|
|
25303
|
-
var prefixedStyle = goog
|
|
25360
|
+
var prefixedStyle = module$contents$goog$dom$vendor_getVendorJsPrefix() + goog.string.toTitleCase(camelStyle);
|
|
25304
25361
|
if (element.style[prefixedStyle] !== void 0) {
|
|
25305
|
-
return goog
|
|
25362
|
+
return module$contents$goog$dom$vendor_getVendorPrefix() + "-" + style;
|
|
25306
25363
|
}
|
|
25307
25364
|
}
|
|
25308
25365
|
return style;
|
|
@@ -25600,7 +25657,7 @@ goog.style.installSafeStyleSheet = function(safeStyleSheet, opt_node) {
|
|
|
25600
25657
|
head = dh.createDom(goog.dom.TagName.HEAD);
|
|
25601
25658
|
body.parentNode.insertBefore(head, body);
|
|
25602
25659
|
}
|
|
25603
|
-
var el = dh.createDom(goog.dom.TagName.STYLE), nonce = module$contents$safevalues$dom$globals$window_getStyleNonce(
|
|
25660
|
+
var el = dh.createDom(goog.dom.TagName.STYLE), nonce = module$contents$safevalues$dom$globals$window_getStyleNonce(document);
|
|
25604
25661
|
nonce && el.setAttribute("nonce", nonce);
|
|
25605
25662
|
goog.style.setSafeStyleSheet(el, safeStyleSheet);
|
|
25606
25663
|
dh.appendChild(head, el);
|
|
@@ -26284,40 +26341,40 @@ module$contents$goog$structs$Queue_Queue.prototype.getValues = function() {
|
|
|
26284
26341
|
return res;
|
|
26285
26342
|
};
|
|
26286
26343
|
goog.structs.Queue = module$contents$goog$structs$Queue_Queue;
|
|
26287
|
-
goog
|
|
26344
|
+
function module$contents$goog$structs$Pool_Pool(opt_minCount, opt_maxCount) {
|
|
26288
26345
|
goog.Disposable.call(this);
|
|
26289
26346
|
this.minCount_ = opt_minCount || 0;
|
|
26290
26347
|
this.maxCount_ = opt_maxCount || 10;
|
|
26291
26348
|
if (this.minCount_ > this.maxCount_) {
|
|
26292
|
-
throw Error(goog
|
|
26349
|
+
throw Error(module$contents$goog$structs$Pool_Pool.ERROR_MIN_MAX_);
|
|
26293
26350
|
}
|
|
26294
26351
|
this.freeQueue_ = new module$contents$goog$structs$Queue_Queue();
|
|
26295
26352
|
this.inUseSet_ = new goog.structs.Set();
|
|
26296
26353
|
this.delay = 0;
|
|
26297
26354
|
this.lastAccess = null;
|
|
26298
26355
|
this.adjustForMinMax();
|
|
26299
|
-
}
|
|
26300
|
-
goog.inherits(goog
|
|
26301
|
-
goog
|
|
26302
|
-
goog
|
|
26303
|
-
goog
|
|
26356
|
+
}
|
|
26357
|
+
goog.inherits(module$contents$goog$structs$Pool_Pool, goog.Disposable);
|
|
26358
|
+
module$contents$goog$structs$Pool_Pool.ERROR_MIN_MAX_ = "[goog.structs.Pool] Min can not be greater than max";
|
|
26359
|
+
module$contents$goog$structs$Pool_Pool.ERROR_DISPOSE_UNRELEASED_OBJS_ = "[goog.structs.Pool] Objects not released";
|
|
26360
|
+
module$contents$goog$structs$Pool_Pool.prototype.setMinimumCount = function(min) {
|
|
26304
26361
|
if (min > this.maxCount_) {
|
|
26305
|
-
throw Error(goog
|
|
26362
|
+
throw Error(module$contents$goog$structs$Pool_Pool.ERROR_MIN_MAX_);
|
|
26306
26363
|
}
|
|
26307
26364
|
this.minCount_ = min;
|
|
26308
26365
|
this.adjustForMinMax();
|
|
26309
26366
|
};
|
|
26310
|
-
goog
|
|
26367
|
+
module$contents$goog$structs$Pool_Pool.prototype.setMaximumCount = function(max) {
|
|
26311
26368
|
if (max < this.minCount_) {
|
|
26312
|
-
throw Error(goog
|
|
26369
|
+
throw Error(module$contents$goog$structs$Pool_Pool.ERROR_MIN_MAX_);
|
|
26313
26370
|
}
|
|
26314
26371
|
this.maxCount_ = max;
|
|
26315
26372
|
this.adjustForMinMax();
|
|
26316
26373
|
};
|
|
26317
|
-
goog
|
|
26374
|
+
module$contents$goog$structs$Pool_Pool.prototype.setDelay = function(delay) {
|
|
26318
26375
|
this.delay = delay;
|
|
26319
26376
|
};
|
|
26320
|
-
goog
|
|
26377
|
+
module$contents$goog$structs$Pool_Pool.prototype.getObject = function() {
|
|
26321
26378
|
var time = Date.now();
|
|
26322
26379
|
if (!(this.lastAccess != null && time - this.lastAccess < this.delay)) {
|
|
26323
26380
|
var obj = this.removeFreeObject_();
|
|
@@ -26325,21 +26382,21 @@ goog.structs.Pool.prototype.getObject = function() {
|
|
|
26325
26382
|
return obj;
|
|
26326
26383
|
}
|
|
26327
26384
|
};
|
|
26328
|
-
goog
|
|
26385
|
+
module$contents$goog$structs$Pool_Pool.prototype.releaseObject = function(obj) {
|
|
26329
26386
|
return this.inUseSet_.remove(obj) ? (this.addFreeObject(obj), !0) : !1;
|
|
26330
26387
|
};
|
|
26331
|
-
goog
|
|
26388
|
+
module$contents$goog$structs$Pool_Pool.prototype.removeFreeObject_ = function() {
|
|
26332
26389
|
for (var obj; this.getFreeCount() > 0 && (obj = this.freeQueue_.dequeue(), !this.objectCanBeReused(obj));) {
|
|
26333
26390
|
this.adjustForMinMax();
|
|
26334
26391
|
}
|
|
26335
26392
|
!obj && this.getCount() < this.maxCount_ && (obj = this.createObject());
|
|
26336
26393
|
return obj;
|
|
26337
26394
|
};
|
|
26338
|
-
goog
|
|
26395
|
+
module$contents$goog$structs$Pool_Pool.prototype.addFreeObject = function(obj) {
|
|
26339
26396
|
this.inUseSet_.remove(obj);
|
|
26340
26397
|
this.objectCanBeReused(obj) && this.getCount() < this.maxCount_ ? this.freeQueue_.enqueue(obj) : this.disposeObject(obj);
|
|
26341
26398
|
};
|
|
26342
|
-
goog
|
|
26399
|
+
module$contents$goog$structs$Pool_Pool.prototype.adjustForMinMax = function() {
|
|
26343
26400
|
for (var freeQueue = this.freeQueue_; this.getCount() < this.minCount_;) {
|
|
26344
26401
|
freeQueue.enqueue(this.createObject());
|
|
26345
26402
|
}
|
|
@@ -26347,10 +26404,10 @@ goog.structs.Pool.prototype.adjustForMinMax = function() {
|
|
|
26347
26404
|
this.disposeObject(freeQueue.dequeue());
|
|
26348
26405
|
}
|
|
26349
26406
|
};
|
|
26350
|
-
goog
|
|
26407
|
+
module$contents$goog$structs$Pool_Pool.prototype.createObject = function() {
|
|
26351
26408
|
return {};
|
|
26352
26409
|
};
|
|
26353
|
-
goog
|
|
26410
|
+
module$contents$goog$structs$Pool_Pool.prototype.disposeObject = function(obj) {
|
|
26354
26411
|
if (typeof obj.dispose == "function") {
|
|
26355
26412
|
obj.dispose();
|
|
26356
26413
|
} else {
|
|
@@ -26359,28 +26416,28 @@ goog.structs.Pool.prototype.disposeObject = function(obj) {
|
|
|
26359
26416
|
}
|
|
26360
26417
|
}
|
|
26361
26418
|
};
|
|
26362
|
-
goog
|
|
26419
|
+
module$contents$goog$structs$Pool_Pool.prototype.objectCanBeReused = function(obj) {
|
|
26363
26420
|
return typeof obj.canBeReused == "function" ? obj.canBeReused() : !0;
|
|
26364
26421
|
};
|
|
26365
|
-
goog
|
|
26422
|
+
module$contents$goog$structs$Pool_Pool.prototype.contains = function(obj) {
|
|
26366
26423
|
return this.freeQueue_.contains(obj) || this.inUseSet_.contains(obj);
|
|
26367
26424
|
};
|
|
26368
|
-
goog
|
|
26425
|
+
module$contents$goog$structs$Pool_Pool.prototype.getCount = function() {
|
|
26369
26426
|
return this.freeQueue_.getCount() + this.inUseSet_.getCount();
|
|
26370
26427
|
};
|
|
26371
|
-
goog
|
|
26428
|
+
module$contents$goog$structs$Pool_Pool.prototype.getInUseCount = function() {
|
|
26372
26429
|
return this.inUseSet_.getCount();
|
|
26373
26430
|
};
|
|
26374
|
-
goog
|
|
26431
|
+
module$contents$goog$structs$Pool_Pool.prototype.getFreeCount = function() {
|
|
26375
26432
|
return this.freeQueue_.getCount();
|
|
26376
26433
|
};
|
|
26377
|
-
goog
|
|
26434
|
+
module$contents$goog$structs$Pool_Pool.prototype.isEmpty = function() {
|
|
26378
26435
|
return this.freeQueue_.isEmpty() && this.inUseSet_.isEmpty();
|
|
26379
26436
|
};
|
|
26380
|
-
goog
|
|
26381
|
-
goog
|
|
26437
|
+
module$contents$goog$structs$Pool_Pool.prototype.disposeInternal = function() {
|
|
26438
|
+
module$contents$goog$structs$Pool_Pool.superClass_.disposeInternal.call(this);
|
|
26382
26439
|
if (this.getInUseCount() > 0) {
|
|
26383
|
-
throw Error(goog
|
|
26440
|
+
throw Error(module$contents$goog$structs$Pool_Pool.ERROR_DISPOSE_UNRELEASED_OBJS_);
|
|
26384
26441
|
}
|
|
26385
26442
|
delete this.inUseSet_;
|
|
26386
26443
|
for (var freeQueue = this.freeQueue_; !freeQueue.isEmpty();) {
|
|
@@ -26388,6 +26445,7 @@ goog.structs.Pool.prototype.disposeInternal = function() {
|
|
|
26388
26445
|
}
|
|
26389
26446
|
delete this.freeQueue_;
|
|
26390
26447
|
};
|
|
26448
|
+
goog.structs.Pool = module$contents$goog$structs$Pool_Pool;
|
|
26391
26449
|
function module$contents$goog$structs$Node_Node(key, value) {
|
|
26392
26450
|
this.key_ = key;
|
|
26393
26451
|
this.value_ = value;
|
|
@@ -26401,7 +26459,6 @@ module$contents$goog$structs$Node_Node.prototype.getValue = function() {
|
|
|
26401
26459
|
module$contents$goog$structs$Node_Node.prototype.clone = function() {
|
|
26402
26460
|
return new module$contents$goog$structs$Node_Node(this.key_, this.value_);
|
|
26403
26461
|
};
|
|
26404
|
-
goog.structs.Node = module$contents$goog$structs$Node_Node;
|
|
26405
26462
|
var module$contents$goog$structs$Heap_Heap = function(opt_heap) {
|
|
26406
26463
|
this.nodes_ = [];
|
|
26407
26464
|
opt_heap && this.insertAll(opt_heap);
|
|
@@ -26523,9 +26580,9 @@ goog.structs.PriorityQueue = module$contents$goog$structs$PriorityQueue_Priority
|
|
|
26523
26580
|
function module$contents$goog$structs$PriorityPool_PriorityPool(opt_minCount, opt_maxCount) {
|
|
26524
26581
|
this.delayTimeout_ = void 0;
|
|
26525
26582
|
this.requestQueue_ = new module$contents$goog$structs$PriorityQueue_PriorityQueue();
|
|
26526
|
-
goog
|
|
26583
|
+
module$contents$goog$structs$Pool_Pool.call(this, opt_minCount, opt_maxCount);
|
|
26527
26584
|
}
|
|
26528
|
-
goog.inherits(module$contents$goog$structs$PriorityPool_PriorityPool, goog
|
|
26585
|
+
goog.inherits(module$contents$goog$structs$PriorityPool_PriorityPool, module$contents$goog$structs$Pool_Pool);
|
|
26529
26586
|
module$contents$goog$structs$PriorityPool_PriorityPool.DEFAULT_PRIORITY_ = 100;
|
|
26530
26587
|
module$contents$goog$structs$PriorityPool_PriorityPool.prototype.setDelay = function(delay) {
|
|
26531
26588
|
module$contents$goog$structs$PriorityPool_PriorityPool.superClass_.setDelay.call(this, delay);
|
|
@@ -27069,28 +27126,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27069
27126
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27070
27127
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27071
27128
|
(function() {
|
|
27072
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27073
|
-
orderedParamLists = [["name", "
|
|
27074
|
-
"
|
|
27075
|
-
|
|
27076
|
-
"collection opt_description opt_bucket opt_fileNamePrefix
|
|
27077
|
-
["algorithm", "
|
|
27078
|
-
"
|
|
27079
|
-
["opt_limit", "opt_callback"], ["
|
|
27080
|
-
["
|
|
27081
|
-
["
|
|
27082
|
-
|
|
27083
|
-
|
|
27084
|
-
["
|
|
27085
|
-
[
|
|
27086
|
-
module$contents$ee$batch_Export.
|
|
27087
|
-
ee.
|
|
27088
|
-
ee.
|
|
27089
|
-
ee.data.
|
|
27090
|
-
ee.
|
|
27091
|
-
ee.
|
|
27092
|
-
ee.
|
|
27093
|
-
ee.
|
|
27129
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.videoMap.toCloudStorage 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.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filter ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.data.setAssetAcl ee.data.makeThumbUrl ee.data.authenticateViaOauth ee.data.listAssets ee.data.renameAsset ee.data.getMapId ee.data.setAssetProperties ee.data.getTaskList ee.data.getTableDownloadId ee.data.authenticate ee.data.copyAsset ee.data.getTileUrl ee.data.listBuckets ee.data.makeTableDownloadUrl ee.data.getAssetRootQuota ee.data.getTaskListWithLimit ee.data.cancelOperation ee.data.deleteAsset ee.data.startTableIngestion ee.data.listOperations ee.data.getDownloadId ee.data.makeDownloadUrl ee.data.getWorkloadTag ee.data.listImages ee.data.getAssetAcl ee.data.authenticateViaPopup ee.data.getFeatureViewTilesKey ee.data.listFeatures ee.data.getAsset ee.data.getAssetRoots ee.data.authenticateViaPrivateKey ee.data.getOperation ee.data.setWorkloadTag ee.data.createAssetHome ee.data.newTaskId ee.data.getInfo ee.data.createAsset ee.data.computeValue ee.data.getThumbId ee.data.setDefaultWorkloadTag ee.data.cancelTask ee.data.getVideoThumbId ee.data.resetWorkloadTag ee.data.getFilmstripThumbId ee.data.updateAsset ee.data.getTaskStatus ee.data.getList ee.data.updateTask ee.data.startIngestion ee.data.startProcessing ee.data.createFolder ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Dictionary ee.initialize ee.reset ee.call ee.Algorithms ee.InitState ee.apply ee.TILE_SIZE ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getDownloadURL ee.Filter.and ee.Filter.gt ee.Filter.inList ee.Filter.neq ee.Filter.lt ee.Filter.or ee.Filter.lte ee.Filter.gte ee.Filter.prototype.not ee.Filter.eq ee.Filter ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSON ee.Geometry.BBox ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPoint ee.Geometry ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.Point ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry.MultiLineString ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image.prototype.expression ee.Image.prototype.clip ee.Image.rgb ee.Image.prototype.getThumbURL ee.Image.cat ee.Image ee.Image.prototype.getDownloadURL ee.Image.prototype.select ee.Image.prototype.getThumbId ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.linkCollection ee.ImageCollection ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
|
|
27130
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "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(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
27131
|
+
"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(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),
|
|
27132
|
+
"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(" "),
|
|
27133
|
+
"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], ["classifier", "opt_description", "opt_assetId", "opt_priority"], "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(" "),
|
|
27134
|
+
["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["filter"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["name", "operator", "value"], ["geometry"], ["start", "opt_end"], ["opt_callback"], ["legacy"], ["func", "var_args"], ["callback"], ["assetId", "aclUpdate", "opt_callback"], ["id"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["parent", "opt_params", "opt_callback"], ["sourceId", "destinationId",
|
|
27135
|
+
"opt_callback"], ["params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["id", "x", "y", "z"], ["project", "opt_callback"], ["id"], ["rootId", "opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "request", "opt_callback"],
|
|
27136
|
+
["opt_limit", "opt_callback"], ["params", "opt_callback"], ["id"], [], ["parent", "opt_params", "opt_callback"], ["assetId", "opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"], ["asset", "params", "opt_callback"], ["id", "opt_callback"], ["opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["operationName", "opt_callback"], ["tag"], ["requestedId", "opt_callback"], ["opt_count", "opt_callback"], ["id", "opt_callback"],
|
|
27137
|
+
["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["obj", "opt_callback"], ["params", "opt_callback"], ["tag"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["opt_resetDefault"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["taskId", "action", "opt_callback"], ["taskId", "request", "opt_callback"], ["taskId", "params", "opt_callback"], ["path", "opt_force", "opt_callback"],
|
|
27138
|
+
["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], ["func", "var_args"], [], [], ["func", "namedArgs"], [], ["var_args"], [], ["geometry", "opt_properties"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args",
|
|
27139
|
+
"opt_column"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["var_args"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["name", "value"], ["var_args"], ["name", "value"], ["name", "value"], [], ["name", "value"], ["opt_filter"], ["start", "opt_end"], ["name", "operator", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["namedArgs"], ["coords", "opt_proj", "opt_geodesic",
|
|
27140
|
+
"opt_maxError"], [], ["west", "south", "east", "north"], [], ["coords", "opt_proj"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["opt_callback"],
|
|
27141
|
+
["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["var_args"], ["expression", "opt_map"], ["geometry"], ["r", "g", "b"], ["params", "opt_callback"], ["var_args"], ["opt_args"], ["params", "opt_callback"], ["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties",
|
|
27142
|
+
"opt_matchPropertyName"], ["args"], [], ["list"], ["number"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27143
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.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.toCloudStorage,
|
|
27144
|
+
module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.map.toCloudStorage, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filter, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterDate, ee.ComputedObject.prototype.getInfo,
|
|
27145
|
+
ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.data.setAssetAcl, ee.data.makeThumbUrl, ee.data.authenticateViaOauth, ee.data.listAssets, ee.data.renameAsset, ee.data.getMapId, ee.data.setAssetProperties, ee.data.getTaskList, ee.data.getTableDownloadId, ee.data.authenticate, ee.data.copyAsset, ee.data.getTileUrl, ee.data.listBuckets, ee.data.makeTableDownloadUrl, ee.data.getAssetRootQuota, ee.data.getTaskListWithLimit, ee.data.cancelOperation,
|
|
27146
|
+
ee.data.deleteAsset, ee.data.startTableIngestion, ee.data.listOperations, ee.data.getDownloadId, ee.data.makeDownloadUrl, ee.data.getWorkloadTag, ee.data.listImages, ee.data.getAssetAcl, ee.data.authenticateViaPopup, ee.data.getFeatureViewTilesKey, ee.data.listFeatures, ee.data.getAsset, ee.data.getAssetRoots, ee.data.authenticateViaPrivateKey, ee.data.getOperation, ee.data.setWorkloadTag, ee.data.createAssetHome, ee.data.newTaskId, ee.data.getInfo, ee.data.createAsset, ee.data.computeValue, ee.data.getThumbId,
|
|
27147
|
+
ee.data.setDefaultWorkloadTag, ee.data.cancelTask, ee.data.getVideoThumbId, ee.data.resetWorkloadTag, ee.data.getFilmstripThumbId, ee.data.updateAsset, ee.data.getTaskStatus, ee.data.getList, ee.data.updateTask, ee.data.startIngestion, ee.data.startProcessing, ee.data.createFolder, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Dictionary, ee.initialize, ee.reset, ee.call, ee.Algorithms, ee.InitState, ee.apply, ee.TILE_SIZE,
|
|
27148
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getDownloadURL, ee.Filter.and, ee.Filter.gt, ee.Filter.inList, ee.Filter.neq, ee.Filter.lt, ee.Filter.or, ee.Filter.lte, ee.Filter.gte,
|
|
27149
|
+
ee.Filter.prototype.not, ee.Filter.eq, ee.Filter, ee.Filter.date, ee.Filter.metadata, ee.Filter.bounds, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSON, ee.Geometry.BBox, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPoint, ee.Geometry, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.Point, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry.MultiLineString, ee.Image.prototype.getInfo,
|
|
27150
|
+
ee.Image.prototype.getMapId, ee.Image.prototype.getMap, ee.Image.prototype.rename, ee.Image.prototype.expression, ee.Image.prototype.clip, ee.Image.rgb, ee.Image.prototype.getThumbURL, ee.Image.cat, ee.Image, ee.Image.prototype.getDownloadURL, ee.Image.prototype.select, ee.Image.prototype.getThumbId, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getFilmstripThumbURL,
|
|
27151
|
+
ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection, ee.ImageCollection.prototype.first, ee.List, ee.Number, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27094
27152
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27095
27153
|
});
|
|
27096
27154
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|